Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/athk/ath12k/
H A Dcore.h260 u8 tx_encap_type; member
H A Ddp.c321 if (arvif->tx_encap_type == HAL_TCL_ENCAP_TYPE_RAW && in ath12k_dp_tx_get_vdev_bank_config()
327 bank_config |= u32_encode_bits(arvif->tx_encap_type, in ath12k_dp_tx_get_vdev_bank_config()
H A Ddp_tx.c188 if (arvif->tx_encap_type == HAL_TCL_ENCAP_TYPE_RAW && in ath12k_dp_tx()
H A Dmac.c5278 arvif->tx_encap_type = ATH12K_HW_TXRX_ETHERNET; in ath12k_mac_op_update_vif_offload()
5280 arvif->tx_encap_type = ATH12K_HW_TXRX_RAW; in ath12k_mac_op_update_vif_offload()
5282 arvif->tx_encap_type = ATH12K_HW_TXRX_NATIVE_WIFI; in ath12k_mac_op_update_vif_offload()
5285 param_id, arvif->tx_encap_type); in ath12k_mac_op_update_vif_offload()
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dwmi.c820 .tx_encap_type = WMI_VDEV_PARAM_TX_ENCAP_TYPE,
897 .tx_encap_type = WMI_VDEV_PARAM_UNSUPPORTED,
973 .tx_encap_type = WMI_VDEV_PARAM_UNSUPPORTED,
1049 .tx_encap_type = WMI_10_4_VDEV_PARAM_TX_ENCAP_TYPE,
H A Dmac.c5518 ar->wmi.vdev_param->tx_encap_type == WMI_VDEV_PARAM_UNSUPPORTED || in ath10k_update_vif_offload()
5523 vdev_param = ar->wmi.vdev_param->tx_encap_type; in ath10k_update_vif_offload()
10167 if (ar->wmi.vdev_param->tx_encap_type !=
H A Dwmi.h5181 u32 tx_encap_type; member
H A Dwmi-tlv.c4936 .tx_encap_type = WMI_TLV_VDEV_PARAM_TX_ENCAP_TYPE,