Home
last modified time | relevance | path

Searched refs:buf_rel_source (Results 1 – 4 of 4) sorted by relevance

/linux-6.8/drivers/net/wireless/ath/ath11k/
Dhal_tx.h55 enum hal_wbm_rel_src_module buf_rel_source; member
Ddp_tx.c559 if (WARN_ON_ONCE(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) { in ath11k_dp_tx_complete_msdu()
651 ts->buf_rel_source = in ath11k_dp_tx_status_parse()
653 if (unlikely(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_FW && in ath11k_dp_tx_status_parse()
654 ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) in ath11k_dp_tx_status_parse()
657 if (unlikely(ts->buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW)) in ath11k_dp_tx_status_parse()
729 if (unlikely(ts.buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW)) { in ath11k_dp_tx_completion_handler()
/linux-6.8/drivers/net/wireless/ath/ath12k/
Ddp_tx.c454 if (WARN_ON_ONCE(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) { in ath12k_dp_tx_complete_msdu()
511 ts->buf_rel_source = in ath12k_dp_tx_status_parse()
513 if (ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_FW && in ath12k_dp_tx_status_parse()
514 ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM) in ath12k_dp_tx_status_parse()
517 if (ts->buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW) in ath12k_dp_tx_status_parse()
603 if (ts.buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW) { in ath12k_dp_tx_completion_handler()
Dhal_tx.h58 enum hal_wbm_rel_src_module buf_rel_source; member