Searched refs:tx_done_q (Results 1 – 1 of 1) sorted by relevance
47 int tx_done_q) in set_spare_desc_q_map() argument65 (1 << ((spare_desc_indx * SPARE_DESC_Q_MAP_SIZE) + tx_done_q)); in set_spare_desc_q_map()75 int tx_done_q) in clear_spare_desc_q_map() argument93 ~(1 << ((spare_desc_indx * SPARE_DESC_Q_MAP_SIZE) + tx_done_q)); in clear_spare_desc_q_map()1204 int tx_done_q = 0, start_ac, end_ac, cnt = 0; in tx_buff_req_free() local1215 tx_done_q = (desc % NRF_WIFI_FMAC_AC_MAX); in tx_buff_req_free()1216 start_ac = end_ac = tx_done_q; in tx_buff_req_free()1223 tx_done_q = NRF_WIFI_FMAC_AC_BK; in tx_buff_req_free()1225 tx_done_q = NRF_WIFI_FMAC_AC_BE; in tx_buff_req_free()1227 tx_done_q = NRF_WIFI_FMAC_AC_VI; in tx_buff_req_free()[all …]