Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
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.c351 if (ahvif->tx_encap_type == HAL_TCL_ENCAP_TYPE_RAW && in ath12k_dp_tx_get_vdev_bank_config()
357 bank_config |= u32_encode_bits(ahvif->tx_encap_type, in ath12k_dp_tx_get_vdev_bank_config()
H A Ddp_tx.c284 if (ahvif->tx_encap_type == HAL_TCL_ENCAP_TYPE_RAW && in ath12k_dp_tx()
493 arvif->link_stats.tx_encap_type[ti.encap_type]++; in ath12k_dp_tx()
H A Dcore.h382 u8 tx_encap_type; member
H A Ddp.h363 u32 tx_encap_type[HAL_TCL_ENCAP_TYPE_MAX]; member
H A Dmac.c9472 ahvif->tx_encap_type = ATH12K_HW_TXRX_ETHERNET; in ath12k_mac_update_vif_offload()
9474 ahvif->tx_encap_type = ATH12K_HW_TXRX_RAW; in ath12k_mac_update_vif_offload()
9476 ahvif->tx_encap_type = ATH12K_HW_TXRX_NATIVE_WIFI; in ath12k_mac_update_vif_offload()
9479 param_id, ahvif->tx_encap_type); in ath12k_mac_update_vif_offload()
/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.c5526 ar->wmi.vdev_param->tx_encap_type == WMI_VDEV_PARAM_UNSUPPORTED || in ath10k_update_vif_offload()
5531 vdev_param = ar->wmi.vdev_param->tx_encap_type; in ath10k_update_vif_offload()
10144 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,