Home
last modified time | relevance | path

Searched refs:next_buf (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c891 qdf_nbuf_t msdu, next_buf; in pkt_capture_rx_data_cb() local
917 next_buf = qdf_nbuf_queue_next(msdu); in pkt_capture_rx_data_cb()
983 msdu = next_buf; in pkt_capture_rx_data_cb()
1019 qdf_nbuf_t msdu, next_buf; in pkt_capture_rx_data_cb() local
1056 next_buf = qdf_nbuf_queue_next(msdu); in pkt_capture_rx_data_cb()
1089 msdu = next_buf; in pkt_capture_rx_data_cb()
1123 qdf_nbuf_t msdu, next_buf; in pkt_capture_tx_data_cb() local
1160 next_buf = qdf_nbuf_queue_next(msdu); in pkt_capture_tx_data_cb()
1271 msdu = next_buf; in pkt_capture_tx_data_cb()
1321 qdf_nbuf_t msdu, next_buf; in pkt_capture_tx_data_cb() local
[all …]
H A Dwlan_pkt_capture_mon_thread.c388 qdf_nbuf_t buf, next_buf; in pkt_capture_drop_monpkt() local
407 next_buf = qdf_nbuf_queue_next(buf); in pkt_capture_drop_monpkt()
409 buf = next_buf; in pkt_capture_drop_monpkt()
H A Dwlan_pkt_capture_mgmt_txrx.c80 qdf_nbuf_t msdu, next_buf; in pkt_capture_mgmtpkt_cb() local
105 next_buf = qdf_nbuf_queue_next(msdu); in pkt_capture_mgmtpkt_cb()
108 msdu = next_buf; in pkt_capture_mgmtpkt_cb()
H A Dwlan_pkt_capture_main.c1013 qdf_nbuf_t buf, next_buf; in pkt_capture_drop_nbuf_list() local
1019 next_buf = qdf_nbuf_queue_next(buf); in pkt_capture_drop_nbuf_list()
1021 buf = next_buf; in pkt_capture_drop_nbuf_list()
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c645 qdf_nbuf_t buf, next_buf; in cds_drop_rxpkt_by_staid() local
665 next_buf = qdf_nbuf_queue_next(buf); in cds_drop_rxpkt_by_staid()
667 buf = next_buf; in cds_drop_rxpkt_by_staid()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c4962 qdf_nbuf_t buf, next_buf; in ol_txrx_drop_nbuf_list() local
4976 next_buf = qdf_nbuf_queue_next(buf); in ol_txrx_drop_nbuf_list()
4981 buf = next_buf; in ol_txrx_drop_nbuf_list()
5000 qdf_nbuf_t buf, next_buf; in ol_rx_data_handler() local
5040 next_buf = qdf_nbuf_queue_next(buf); in ol_rx_data_handler()
5049 buf = next_buf; in ol_rx_data_handler()
5102 qdf_nbuf_t buf, next_buf; in ol_txrx_enqueue_rx_frames() local
5121 next_buf = qdf_nbuf_queue_next(buf); in ol_txrx_enqueue_rx_frames()
5138 qdf_nbuf_set_next(rx_buf_list, next_buf); in ol_txrx_enqueue_rx_frames()
5145 buf = next_buf; in ol_txrx_enqueue_rx_frames()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_nbuf.h3316 static inline void qdf_nbuf_set_next(qdf_nbuf_t this_buf, qdf_nbuf_t next_buf) in qdf_nbuf_set_next() argument
3318 __qdf_nbuf_set_next(this_buf, next_buf); in qdf_nbuf_set_next()
3336 qdf_nbuf_set_next_ext(qdf_nbuf_t this_buf, qdf_nbuf_t next_buf) in qdf_nbuf_set_next_ext() argument
3338 __qdf_nbuf_set_next_ext(this_buf, next_buf); in qdf_nbuf_set_next_ext()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.c2004 qdf_nbuf_t buf, next_buf; in dp_rx_drop_nbuf_list() local
2009 next_buf = qdf_nbuf_queue_next(buf); in dp_rx_drop_nbuf_list()
2017 buf = next_buf; in dp_rx_drop_nbuf_list()