Home
last modified time | relevance | path

Searched refs:word_mask (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
H A Dhal_5332_tx.h466 hal_txmon_word_mask_config_t *word_mask = NULL; in hal_txmon_get_word_mask_qca5332() local
468 word_mask = (hal_txmon_word_mask_config_t *)wmask; in hal_txmon_get_word_mask_qca5332()
470 word_mask->compaction_enable = 1; in hal_txmon_get_word_mask_qca5332()
471 word_mask->tx_fes_setup = TX_FES_SETUP_MASK; in hal_txmon_get_word_mask_qca5332()
472 word_mask->tx_peer_entry = TX_PEER_ENTRY_MASK; in hal_txmon_get_word_mask_qca5332()
473 word_mask->tx_queue_ext = TX_QUEUE_EXT_MASK; in hal_txmon_get_word_mask_qca5332()
474 word_mask->tx_msdu_start = TX_MSDU_START_MASK; in hal_txmon_get_word_mask_qca5332()
475 word_mask->pcu_ppdu_setup_init = PCU_PPDU_SETUP_INIT_MASK; in hal_txmon_get_word_mask_qca5332()
476 word_mask->tx_mpdu_start = TX_MPDU_START_MASK; in hal_txmon_get_word_mask_qca5332()
477 word_mask->rxpcu_user_setup = 0xFF; in hal_txmon_get_word_mask_qca5332()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
H A Dhal_6432_tx.h483 hal_txmon_word_mask_config_t *word_mask = NULL; in hal_txmon_get_word_mask_qcn6432() local
485 word_mask = (hal_txmon_word_mask_config_t *)wmask; in hal_txmon_get_word_mask_qcn6432()
487 word_mask->compaction_enable = 1; in hal_txmon_get_word_mask_qcn6432()
488 word_mask->tx_fes_setup = TX_FES_SETUP_MASK; in hal_txmon_get_word_mask_qcn6432()
489 word_mask->tx_peer_entry = TX_PEER_ENTRY_MASK; in hal_txmon_get_word_mask_qcn6432()
490 word_mask->tx_queue_ext = TX_QUEUE_EXT_MASK; in hal_txmon_get_word_mask_qcn6432()
491 word_mask->tx_msdu_start = TX_MSDU_START_MASK; in hal_txmon_get_word_mask_qcn6432()
492 word_mask->pcu_ppdu_setup_init = PCU_PPDU_SETUP_INIT_MASK; in hal_txmon_get_word_mask_qcn6432()
493 word_mask->tx_mpdu_start = TX_MPDU_START_MASK; in hal_txmon_get_word_mask_qcn6432()
494 word_mask->rxpcu_user_setup = 0xFF; in hal_txmon_get_word_mask_qcn6432()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
H A Dhal_9224_tx.h564 hal_txmon_word_mask_config_t *word_mask = NULL; in hal_txmon_get_word_mask_qcn9224() local
566 word_mask = (hal_txmon_word_mask_config_t *)wmask; in hal_txmon_get_word_mask_qcn9224()
568 word_mask->compaction_enable = 1; in hal_txmon_get_word_mask_qcn9224()
569 word_mask->tx_fes_setup = TX_FES_SETUP_MASK; in hal_txmon_get_word_mask_qcn9224()
570 word_mask->tx_peer_entry = TX_PEER_ENTRY_MASK; in hal_txmon_get_word_mask_qcn9224()
571 word_mask->tx_queue_ext = TX_QUEUE_EXT_MASK; in hal_txmon_get_word_mask_qcn9224()
572 word_mask->tx_msdu_start = TX_MSDU_START_MASK; in hal_txmon_get_word_mask_qcn9224()
573 word_mask->pcu_ppdu_setup_init = PCU_PPDU_SETUP_INIT_MASK; in hal_txmon_get_word_mask_qcn9224()
574 word_mask->tx_mpdu_start = TX_MPDU_START_MASK; in hal_txmon_get_word_mask_qcn9224()
575 word_mask->rxpcu_user_setup = 0xFF; in hal_txmon_get_word_mask_qcn9224()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_filter_2.0.c1495 hal_txmon_word_mask_config_t word_mask = {0}; in dp_tx_mon_filter_set_word_mask() local
1498 status = hal_txmon_get_word_mask(pdev->soc->hal_soc, &word_mask); in dp_tx_mon_filter_set_word_mask()
1502 word_mask.pcu_ppdu_setup_init; in dp_tx_mon_filter_set_word_mask()
1503 filter->wmask.tx_peer_entry = word_mask.tx_peer_entry; in dp_tx_mon_filter_set_word_mask()
1504 filter->wmask.tx_queue_ext = word_mask.tx_queue_ext; in dp_tx_mon_filter_set_word_mask()
1505 filter->wmask.tx_fes_status_end = word_mask.tx_fes_status_end; in dp_tx_mon_filter_set_word_mask()
1507 word_mask.response_end_status; in dp_tx_mon_filter_set_word_mask()
1508 filter->wmask.tx_fes_status_prot = word_mask.tx_fes_status_prot; in dp_tx_mon_filter_set_word_mask()
1509 filter->wmask.tx_fes_setup = word_mask.tx_fes_setup; in dp_tx_mon_filter_set_word_mask()
1510 filter->wmask.tx_msdu_start = word_mask.tx_msdu_start; in dp_tx_mon_filter_set_word_mask()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.h1408 hal_txmon_word_mask_config_t *word_mask = NULL; in hal_txmon_get_word_mask_generic_be() local
1410 word_mask = (hal_txmon_word_mask_config_t *)wmask; in hal_txmon_get_word_mask_generic_be()
1411 qdf_mem_set(word_mask, sizeof(hal_txmon_word_mask_config_t), 0xFF); in hal_txmon_get_word_mask_generic_be()
1412 word_mask->compaction_enable = 0; in hal_txmon_get_word_mask_generic_be()