Searched refs:head_desc (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ |
H A D | dp_rh_tx.c | 701 struct dp_tx_desc_s *head_desc = NULL; in dp_tx_compl_handler_rh() local 772 if (!head_desc) { in dp_tx_compl_handler_rh() 773 head_desc = tx_desc; in dp_tx_compl_handler_rh() 789 if (head_desc) in dp_tx_compl_handler_rh() 790 dp_tx_comp_process_desc_list(soc, head_desc, ring_id); in dp_tx_compl_handler_rh()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/ |
H A D | dp_be_tx.c | 1095 struct dp_tx_desc_s *head_desc = NULL; in dp_ppeds_tx_comp_handler() local 1226 if (!head_desc) { in dp_ppeds_tx_comp_handler() 1227 head_desc = tx_desc; in dp_ppeds_tx_comp_handler() 1251 if (head_desc) in dp_ppeds_tx_comp_handler() 1252 dp_tx_comp_process_desc_list(soc, head_desc, in dp_ppeds_tx_comp_handler()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_tx_desc.h | 536 struct dp_tx_desc_s *head_desc, in dp_tx_desc_free_list() argument 1178 struct dp_tx_desc_s *head_desc, in dp_tx_desc_free_list() argument 1186 pool->freelist = head_desc; in dp_tx_desc_free_list()
|
H A D | dp_tx.c | 6414 struct dp_tx_desc_s *head_desc, argument 6421 pool = dp_get_tx_desc_pool(soc, head_desc->pool_id); 6422 dp_tx_outstanding_sub(head_desc->pdev, fast_desc_count); 6423 dp_tx_desc_free_list(pool, head_desc, tail_desc, fast_desc_count); 6712 struct dp_tx_desc_s *head_desc = NULL; local 6735 head_desc = NULL; 6935 if (!head_desc) { 6936 head_desc = tx_desc; 6977 if (head_desc) 6978 dp_tx_comp_process_desc_list(soc, head_desc, ring_id);
|
H A D | dp_tx.h | 298 struct dp_tx_desc_s *head_desc,
|