Home
last modified time | relevance | path

Searched refs:ebuf_head (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx.h2146 #define DP_RX_PROCESS_NBUF(soc, head, tail, ebuf_head, ebuf_tail, rx_desc) \ argument
2152 DP_RX_LIST_APPEND(ebuf_head, ebuf_tail, rx_desc->nbuf); \
2154 if (!dp_rx_buffer_pool_refill(soc, ebuf_head, \
2157 ebuf_head, ebuf_tail);\
2158 ebuf_head = NULL; \
2163 #define DP_RX_PROCESS_NBUF(soc, head, tail, ebuf_head, ebuf_tail, rx_desc) \ argument
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li_rx.c239 qdf_nbuf_t ebuf_head; in dp_rx_process_li() local
272 ebuf_head = NULL; in dp_rx_process_li()
500 DP_RX_PROCESS_NBUF(soc, nbuf_head, nbuf_tail, ebuf_head, in dp_rx_process_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_rx.c744 qdf_nbuf_t ebuf_head; in dp_rx_data_indication_handler() local
775 ebuf_head = NULL; in dp_rx_data_indication_handler()
932 DP_RX_PROCESS_NBUF(soc, nbuf_head, nbuf_tail, ebuf_head, in dp_rx_data_indication_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_rx.c325 qdf_nbuf_t ebuf_head; in dp_rx_process_be() local
361 ebuf_head = NULL; in dp_rx_process_be()
570 DP_RX_PROCESS_NBUF(soc, nbuf_head, nbuf_tail, ebuf_head, in dp_rx_process_be()