Home
last modified time | relevance | path

Searched refs:tx_encap_type (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.c337 if (arvif->tx_encap_type == HAL_TCL_ENCAP_TYPE_RAW && in ath12k_dp_tx_get_vdev_bank_config()
343 bank_config |= u32_encode_bits(arvif->tx_encap_type, in ath12k_dp_tx_get_vdev_bank_config()
H A Dcore.h291 u8 tx_encap_type; member
H A Ddp_tx.c277 if (arvif->tx_encap_type == HAL_TCL_ENCAP_TYPE_RAW && in ath12k_dp_tx()
H A Dmac.c6381 arvif->tx_encap_type = ATH12K_HW_TXRX_ETHERNET; in ath12k_mac_update_vif_offload()
6383 arvif->tx_encap_type = ATH12K_HW_TXRX_RAW; in ath12k_mac_update_vif_offload()
6385 arvif->tx_encap_type = ATH12K_HW_TXRX_NATIVE_WIFI; in ath12k_mac_update_vif_offload()
6388 param_id, arvif->tx_encap_type); in ath12k_mac_update_vif_offload()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c814 .tx_encap_type = WMI_VDEV_PARAM_TX_ENCAP_TYPE,
891 .tx_encap_type = WMI_VDEV_PARAM_UNSUPPORTED,
967 .tx_encap_type = WMI_VDEV_PARAM_UNSUPPORTED,
1043 .tx_encap_type = WMI_10_4_VDEV_PARAM_TX_ENCAP_TYPE,
H A Dmac.c5502 ar->wmi.vdev_param->tx_encap_type == WMI_VDEV_PARAM_UNSUPPORTED || in ath10k_update_vif_offload()
5507 vdev_param = ar->wmi.vdev_param->tx_encap_type; in ath10k_update_vif_offload()
10101 if (ar->wmi.vdev_param->tx_encap_type != in ath10k_mac_register()
H A Dwmi.h5209 u32 tx_encap_type; member
H A Dwmi-tlv.c4507 .tx_encap_type = WMI_TLV_VDEV_PARAM_TX_ENCAP_TYPE,