Searched refs:hal_txmon_get_word_mask (Results 1 – 6 of 6) sorted by relevance
1587 hal_soc->ops->hal_txmon_get_word_mask = in hal_hw_txrx_ops_attach_qca5332()1590 hal_soc->ops->hal_txmon_get_word_mask = in hal_hw_txrx_ops_attach_qca5332()
2030 hal_soc->ops->hal_txmon_get_word_mask = in hal_hw_txrx_ops_attach_qcn9224()2033 hal_soc->ops->hal_txmon_get_word_mask = in hal_hw_txrx_ops_attach_qcn9224()
1729 hal_soc->ops->hal_txmon_get_word_mask = in hal_hw_txrx_ops_attach_qcn6432()1732 hal_soc->ops->hal_txmon_get_word_mask = in hal_hw_txrx_ops_attach_qcn6432()
1477 hal_txmon_get_word_mask(hal_soc_handle_t hal_soc_hdl, in hal_txmon_get_word_mask() function1482 if (hal_soc->ops->hal_txmon_get_word_mask) { in hal_txmon_get_word_mask()1483 hal_soc->ops->hal_txmon_get_word_mask(wmask); in hal_txmon_get_word_mask()
1423 void (*hal_txmon_get_word_mask)(void *wmask); member
1498 status = hal_txmon_get_word_mask(pdev->soc->hal_soc, &word_mask); in dp_tx_mon_filter_set_word_mask()