Home
last modified time | relevance | path

Searched refs:tail_desc (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_tx.c702 struct dp_tx_desc_s *tail_desc = NULL; in dp_tx_compl_handler_rh() local
774 tail_desc = tx_desc; in dp_tx_compl_handler_rh()
777 tail_desc->next = tx_desc; in dp_tx_compl_handler_rh()
779 tail_desc = tx_desc; in dp_tx_compl_handler_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx_desc.h537 struct dp_tx_desc_s *tail_desc, in dp_tx_desc_free_list() argument
1179 struct dp_tx_desc_s *tail_desc, in dp_tx_desc_free_list() argument
1185 tail_desc->next = pool->freelist; in dp_tx_desc_free_list()
H A Ddp_tx.c6415 struct dp_tx_desc_s *tail_desc, argument
6423 dp_tx_desc_free_list(pool, head_desc, tail_desc, fast_desc_count);
6713 struct dp_tx_desc_s *tail_desc = NULL; local
6736 tail_desc = NULL;
6937 tail_desc = tx_desc;
6940 tail_desc->next = tx_desc;
6942 tail_desc = tx_desc;
H A Ddp_tx.h299 struct dp_tx_desc_s *tail_desc,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c1096 struct dp_tx_desc_s *tail_desc = NULL; in dp_ppeds_tx_comp_handler() local
1228 tail_desc = tx_desc; in dp_ppeds_tx_comp_handler()
1231 tail_desc->next = tx_desc; in dp_ppeds_tx_comp_handler()
1233 tail_desc = tx_desc; in dp_ppeds_tx_comp_handler()