Searched refs:buf_rel_source (Results 1 – 4 of 4) sorted by relevance
55 enum hal_wbm_rel_src_module buf_rel_source; member
563 if (WARN_ON_ONCE(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) { in ath11k_dp_tx_complete_msdu()659 ts->buf_rel_source = in ath11k_dp_tx_status_parse()661 if (unlikely(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_FW && in ath11k_dp_tx_status_parse()662 ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) in ath11k_dp_tx_status_parse()665 if (unlikely(ts->buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW)) in ath11k_dp_tx_status_parse()737 if (unlikely(ts.buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW)) { in ath11k_dp_tx_completion_handler()
591 if (WARN_ON_ONCE(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) { in ath12k_dp_tx_complete_msdu()670 ts->buf_rel_source = in ath12k_dp_tx_status_parse()672 if (ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_FW && in ath12k_dp_tx_status_parse()673 ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM) in ath12k_dp_tx_status_parse()676 if (ts->buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW) in ath12k_dp_tx_status_parse()762 if (ts.buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW) { in ath12k_dp_tx_completion_handler()
58 enum hal_wbm_rel_src_module buf_rel_source; member