Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhal_tx.h55 enum hal_wbm_rel_src_module buf_rel_source; member
H A Ddp_tx.c575 if (WARN_ON_ONCE(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) { in ath11k_dp_tx_complete_msdu()
667 ts->buf_rel_source = in ath11k_dp_tx_status_parse()
669 if (unlikely(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_FW && in ath11k_dp_tx_status_parse()
670 ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) in ath11k_dp_tx_status_parse()
673 if (unlikely(ts->buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW)) in ath11k_dp_tx_status_parse()
745 if (unlikely(ts.buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW)) { in ath11k_dp_tx_completion_handler()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c460 if (WARN_ON_ONCE(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) { in ath12k_dp_tx_complete_msdu()
517 ts->buf_rel_source = in ath12k_dp_tx_status_parse()
519 if (ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_FW && in ath12k_dp_tx_status_parse()
520 ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM) in ath12k_dp_tx_status_parse()
523 if (ts->buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW) in ath12k_dp_tx_status_parse()
609 if (ts.buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW) { in ath12k_dp_tx_completion_handler()
H A Dhal_tx.h58 enum hal_wbm_rel_src_module buf_rel_source; member