Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_cmn.h46 u8 tx_encap_type; member
H A Ddebugfs.c956 linkstat.tx_encap_type[0]); in ath12k_open_link_stats()
960 linkstat.tx_encap_type[1]); in ath12k_open_link_stats()
964 linkstat.tx_encap_type[2]); in ath12k_open_link_stats()
H A Ddp.h381 u32 tx_encap_type[DP_ENCAP_TYPE_MAX]; member
H A Dmac.c9990 ahvif->dp_vif.tx_encap_type = ATH12K_HW_TXRX_ETHERNET; in ath12k_mac_update_vif_offload()
9992 ahvif->dp_vif.tx_encap_type = ATH12K_HW_TXRX_RAW; in ath12k_mac_update_vif_offload()
9994 ahvif->dp_vif.tx_encap_type = ATH12K_HW_TXRX_NATIVE_WIFI; in ath12k_mac_update_vif_offload()
9997 param_id, ahvif->dp_vif.tx_encap_type); in ath12k_mac_update_vif_offload()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_tx.c128 if (dp_vif->tx_encap_type == HAL_TCL_ENCAP_TYPE_RAW && in ath12k_wifi7_dp_tx()
335 arvif->link_stats.tx_encap_type[ti.encap_type]++; in ath12k_wifi7_dp_tx()
945 if (dp_vif->tx_encap_type == HAL_TCL_ENCAP_TYPE_RAW && in ath12k_wifi7_dp_tx_get_vdev_bank_config()
951 bank_config |= u32_encode_bits(dp_vif->tx_encap_type, in ath12k_wifi7_dp_tx_get_vdev_bank_config()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c815 .tx_encap_type = WMI_VDEV_PARAM_TX_ENCAP_TYPE,
892 .tx_encap_type = WMI_VDEV_PARAM_UNSUPPORTED,
968 .tx_encap_type = WMI_VDEV_PARAM_UNSUPPORTED,
1044 .tx_encap_type = WMI_10_4_VDEV_PARAM_TX_ENCAP_TYPE,
H A Dmac.c5534 ar->wmi.vdev_param->tx_encap_type == WMI_VDEV_PARAM_UNSUPPORTED || in ath10k_update_vif_offload()
5539 vdev_param = ar->wmi.vdev_param->tx_encap_type; in ath10k_update_vif_offload()
10150 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,