Searched refs:buf_rel_source (Results 1 – 4 of 4) sorted by relevance
55 enum hal_wbm_rel_src_module buf_rel_source; member
564 if (WARN_ON_ONCE(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) { in ath11k_dp_tx_complete_msdu()660 ts->buf_rel_source = in ath11k_dp_tx_status_parse()662 if (unlikely(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_FW && in ath11k_dp_tx_status_parse()663 ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) in ath11k_dp_tx_status_parse()666 if (unlikely(ts->buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW)) in ath11k_dp_tx_status_parse()738 if (unlikely(ts.buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW)) { in ath11k_dp_tx_completion_handler()
840 if (WARN_ON_ONCE(ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM)) { in ath12k_dp_tx_complete_msdu()967 ts->buf_rel_source = in ath12k_dp_tx_status_parse()969 if (ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_FW && in ath12k_dp_tx_status_parse()970 ts->buf_rel_source != HAL_WBM_REL_SRC_MODULE_TQM) in ath12k_dp_tx_status_parse()973 if (ts->buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW) in ath12k_dp_tx_status_parse()1010 enum hal_wbm_rel_src_module buf_rel_source; in ath12k_dp_tx_completion_handler() local1072 buf_rel_source = le32_get_bits(tx_status->info0, in ath12k_dp_tx_completion_handler()1074 ab->device_stats.tx_wbm_rel_source[buf_rel_source]++; in ath12k_dp_tx_completion_handler()1084 if (ts.buf_rel_source == HAL_WBM_REL_SRC_MODULE_FW) { in ath12k_dp_tx_completion_handler()
59 enum hal_wbm_rel_src_module buf_rel_source; member