Home
last modified time | relevance | path

Searched refs:tx_fes_setup (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_filter_2.0.c434 if (tlv->tx_fes_setup) in htt_tx_tlv_filter_mask_set_in0()
437 tlv->tx_fes_setup); in htt_tx_tlv_filter_mask_set_in0()
1216 if (htt_tlv_filter->wmask.tx_fes_setup) in htt_h2t_tx_ring_cfg()
1218 htt_tlv_filter->wmask.tx_fes_setup); in htt_h2t_tx_ring_cfg()
1409 filter->dtlvs.tx_fes_setup = 1; in dp_tx_mon_filter_set_downstream_tlvs()
1509 filter->wmask.tx_fes_setup = word_mask.tx_fes_setup; in dp_tx_mon_filter_set_word_mask()
1522 filter->wmask.tx_fes_setup = 0xFF; in dp_tx_mon_filter_set_word_mask()
1841 DP_MON_FILTER_PRINT("tx_fes_setup: %d", tlv_filter->dtlvs.tx_fes_setup); in dp_tx_mon_filter_show_filter()
2049 tlv_filter->wmask.tx_fes_setup); in dp_tx_mon_filter_show_filter()
2644 dst_filter->dtlvs.tx_fes_setup |= in dp_tx_mon_downstream_tlv_set()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.h307 uint32_t tx_fes_setup:1, member
533 uint8_t tx_fes_setup; member
/wlan-driver/fw-api/hw/qca5424/
H A Dtx_fes_setup.h29 struct tx_fes_setup { struct
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Dtx_fes_setup.h36 struct tx_fes_setup { struct
/wlan-driver/fw-api/hw/qcn6432/
H A Dtx_fes_setup.h27 struct tx_fes_setup { struct
/wlan-driver/fw-api/hw/qca5332/
H A Dtx_fes_setup.h36 struct tx_fes_setup { struct
/wlan-driver/fw-api/hw/peach/v1/
H A Dtx_fes_setup.h23 struct tx_fes_setup { struct
/wlan-driver/fw-api/hw/qcn9224/v2/
H A Dtx_fes_setup.h36 struct tx_fes_setup { struct
/wlan-driver/fw-api/hw/kiwi/v2/
H A Dtx_fes_setup.h29 struct tx_fes_setup { struct
/wlan-driver/fw-api/hw/peach/v2/
H A Dtx_fes_setup.h23 struct tx_fes_setup { struct
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.h36 typedef struct tx_fes_setup hal_tx_fes_setup_t;
394 hal_tx_fes_setup_t *tx_fes_setup = (hal_tx_fes_setup_t *)tx_tlv; in hal_txmon_parse_tx_fes_setup() local
396 tx_ppdu_info->num_users = tx_fes_setup->number_of_users; in hal_txmon_parse_tx_fes_setup()
400 TXMON_HAL(tx_ppdu_info, ppdu_id) = tx_fes_setup->schedule_id; in hal_txmon_parse_tx_fes_setup()
401 TXMON_HAL_STATUS(tx_ppdu_info, ppdu_id) = tx_fes_setup->schedule_id; in hal_txmon_parse_tx_fes_setup()
414 hal_tx_fes_setup_t *tx_fes_setup = (hal_tx_fes_setup_t *)tx_tlv; in hal_txmon_get_num_users() local
416 return tx_fes_setup->number_of_users; in hal_txmon_get_num_users()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
H A Dhal_5332_tx.h471 word_mask->tx_fes_setup = TX_FES_SETUP_MASK; in hal_txmon_get_word_mask_qca5332()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
H A Dhal_6432_tx.h488 word_mask->tx_fes_setup = TX_FES_SETUP_MASK; in hal_txmon_get_word_mask_qcn6432()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
H A Dhal_9224_tx.h569 word_mask->tx_fes_setup = TX_FES_SETUP_MASK; in hal_txmon_get_word_mask_qcn9224()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h1483 uint8_t tx_fes_setup; member