Home
last modified time | relevance | path

Searched refs:txbf_en (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c899 wmi_vdev_txbf_en txbf_en = {0}; in wma_set_vht_txbf_cfg() local
906 txbf_en.sutxbfee = mac->mlme_cfg->vht_caps.vht_cap_info.su_bformee; in wma_set_vht_txbf_cfg()
907 txbf_en.mutxbfee = in wma_set_vht_txbf_cfg()
909 txbf_en.sutxbfer = mac->mlme_cfg->vht_caps.vht_cap_info.su_bformer; in wma_set_vht_txbf_cfg()
913 *((A_UINT8 *)&txbf_en)); in wma_set_vht_txbf_cfg()
927 wmi_vdev_txbf_en txbf_en = {0}; in wmi_unified_send_txbf() local
932 txbf_en.sutxbfee = params->vhtTxBFCapable; in wmi_unified_send_txbf()
933 txbf_en.mutxbfee = params->vhtTxMUBformeeCapable; in wmi_unified_send_txbf()
934 txbf_en.sutxbfer = params->enable_su_tx_bformer; in wmi_unified_send_txbf()
937 if (txbf_en.mutxbfee) in wmi_unified_send_txbf()
[all …]
H A Dwma_dev_if.c6578 wmi_vdev_txbf_en txbf_en = {0}; in wma_vdev_create_set_param() local
6724 txbf_en.sutxbfee = in wma_vdev_create_set_param()
6726 txbf_en.mutxbfee = in wma_vdev_create_set_param()
6728 txbf_en.sutxbfer = in wma_vdev_create_set_param()
6732 *((A_UINT8 *)&txbf_en), index++, in wma_vdev_create_set_param()