| /linux-6.15/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_hw.c | 1026 u32 offload_flags = adapter->offload_flags; in qlcnic_process_flags() local 1028 if (offload_flags & BIT_0) { in qlcnic_process_flags() 1033 if (!(offload_flags & BIT_1)) in qlcnic_process_flags() 1038 if (!(offload_flags & BIT_2)) in qlcnic_process_flags()
|
| H A D | qlcnic_ctx.c | 1363 if (!(esw_cfg->offload_flags & BIT_0)) in qlcnic_config_switch_port() 1365 if (!(esw_cfg->offload_flags & BIT_1)) in qlcnic_config_switch_port() 1367 if (!(esw_cfg->offload_flags & BIT_2)) in qlcnic_config_switch_port() 1432 esw_cfg->offload_flags = ((arg2 >> 1) & 0x7); in qlcnic_get_eswitch_port_config()
|
| H A D | qlcnic_sysfs.c | 510 esw_cfg[i].offload_flags = 0; in validate_esw_config() 608 npar->offload_flags = esw_cfg[i].offload_flags; in qlcnic_sysfs_write_esw_config()
|
| H A D | qlcnic_main.c | 1428 adapter->offload_flags = esw_cfg->offload_flags; in qlcnic_set_netdev_features() 1499 esw_cfg.offload_flags = BIT_0; in qlcnic_set_default_offload_settings() 1501 esw_cfg.offload_flags |= (BIT_1 | BIT_2); in qlcnic_set_default_offload_settings() 1511 npar->offload_flags = esw_cfg.offload_flags; in qlcnic_set_default_offload_settings() 1529 esw_cfg.offload_flags = npar->offload_flags; in qlcnic_reset_eswitch_config()
|
| H A D | qlcnic.h | 1182 u32 offload_flags; member 1301 u8 offload_flags; member 1369 u8 offload_flags; member
|
| /linux-6.15/net/mac80211/ |
| H A D | iface.c | 977 flags = sdata->vif.offload_flags; in ieee80211_set_sdata_offload_flags() 1004 if (sdata->vif.offload_flags == flags) in ieee80211_set_sdata_offload_flags() 1007 sdata->vif.offload_flags = flags; in ieee80211_set_sdata_offload_flags() 1029 enabled = bss->vif.offload_flags & IEEE80211_OFFLOAD_ENCAP_ENABLED; in ieee80211_set_vif_encap_ops() 1031 !(bss->vif.offload_flags & IEEE80211_OFFLOAD_ENCAP_4ADDR)) in ieee80211_set_vif_encap_ops()
|
| H A D | rx.c | 4534 u32 offload_flags; in ieee80211_check_fast_rx() local 4656 offload_flags = get_bss_sdata(sdata)->vif.offload_flags; in ieee80211_check_fast_rx() 4657 offload = offload_flags & IEEE80211_OFFLOAD_DECAP_ENABLED; in ieee80211_check_fast_rx()
|
| H A D | tx.c | 3429 if (sdata->vif.offload_flags & IEEE80211_OFFLOAD_ENCAP_ENABLED) in ieee80211_amsdu_aggregate()
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-axi-spi-engine.c | 207 if (xfer->tx_buf || (xfer->offload_flags & SPI_OFFLOAD_XFER_TX_STREAM)) in spi_engine_gen_xfer() 209 if (xfer->rx_buf || (xfer->offload_flags & SPI_OFFLOAD_XFER_RX_STREAM)) in spi_engine_gen_xfer()
|
| H A D | spi.c | 4163 if (xfer->offload_flags) { in __spi_validate() 4167 if (xfer->offload_flags & ~message->offload->xfer_flags) in __spi_validate()
|
| /linux-6.15/drivers/iio/dac/ |
| H A D | ad5791.c | 463 st->offload_xfer.offload_flags = SPI_OFFLOAD_XFER_TX_STREAM; in ad5791_offload_setup()
|
| /linux-6.15/include/linux/spi/ |
| H A D | spi.h | 1096 unsigned int offload_flags; member
|
| /linux-6.15/drivers/iio/adc/ |
| H A D | ad7944.c | 313 xfers[1].offload_flags = SPI_OFFLOAD_XFER_RX_STREAM; in ad7944_3wire_cs_mode_init_offload_msg()
|
| H A D | ad4695.c | 859 xfer->offload_flags = SPI_OFFLOAD_XFER_RX_STREAM; in ad4695_offload_buffer_postenable()
|
| H A D | ad7380.c | 1171 xfer->offload_flags = SPI_OFFLOAD_XFER_RX_STREAM; in ad7380_init_offload_msg()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | main.c | 270 vif->offload_flags = 0; in mt7915_add_interface() 271 vif->offload_flags |= IEEE80211_OFFLOAD_ENCAP_4ADDR; in mt7915_add_interface()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | main.c | 322 vif->offload_flags = 0; in mt7996_vif_link_add() 463 vif->offload_flags |= IEEE80211_OFFLOAD_ENCAP_4ADDR; in mt7996_add_interface()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 6472 vif->offload_flags &= ~(IEEE80211_OFFLOAD_ENCAP_ENABLED | in ath11k_mac_op_update_vif_offload() 6475 if (vif->offload_flags & IEEE80211_OFFLOAD_ENCAP_ENABLED) in ath11k_mac_op_update_vif_offload() 6487 vif->offload_flags &= ~IEEE80211_OFFLOAD_ENCAP_ENABLED; in ath11k_mac_op_update_vif_offload() 6491 if (vif->offload_flags & IEEE80211_OFFLOAD_DECAP_ENABLED) in ath11k_mac_op_update_vif_offload() 6503 vif->offload_flags &= ~IEEE80211_OFFLOAD_DECAP_ENABLED; in ath11k_mac_op_update_vif_offload()
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 8013 vif->offload_flags &= ~(IEEE80211_OFFLOAD_ENCAP_ENABLED | in ath12k_mac_update_vif_offload() 8016 if (vif->offload_flags & IEEE80211_OFFLOAD_ENCAP_ENABLED) in ath12k_mac_update_vif_offload() 8028 vif->offload_flags &= ~IEEE80211_OFFLOAD_ENCAP_ENABLED; in ath12k_mac_update_vif_offload() 8032 if (vif->offload_flags & IEEE80211_OFFLOAD_DECAP_ENABLED) in ath12k_mac_update_vif_offload() 8044 vif->offload_flags &= ~IEEE80211_OFFLOAD_DECAP_ENABLED; in ath12k_mac_update_vif_offload()
|
| /linux-6.15/include/net/ |
| H A D | mac80211.h | 2046 u32 offload_flags; member
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 5505 vif->offload_flags &= ~IEEE80211_OFFLOAD_ENCAP_ENABLED; in ath10k_update_vif_offload()
|