Home
last modified time | relevance | path

Searched refs:head_nbuf (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_fisa_rx.c2111 qdf_nbuf_t head_nbuf; in dp_fisa_rx() local
2119 head_nbuf = nbuf_list; in dp_fisa_rx()
2121 while (head_nbuf) { in dp_fisa_rx()
2122 next_nbuf = head_nbuf->next; in dp_fisa_rx()
2123 qdf_nbuf_set_next(head_nbuf, NULL); in dp_fisa_rx()
2126 if (dp_is_nbuf_bypass_fisa(head_nbuf)) in dp_fisa_rx()
2143 qdf_nbuf_push_head(head_nbuf, dp_fisa_rx_hdl->rx_pkt_tlv_size + in dp_fisa_rx()
2144 QDF_NBUF_CB_RX_PACKET_L3_HDR_PAD(head_nbuf)); in dp_fisa_rx()
2147 (uint8_t *)qdf_nbuf_data(head_nbuf), in dp_fisa_rx()
2152 qdf_nbuf_free(head_nbuf); in dp_fisa_rx()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_err.c1055 qdf_nbuf_t head_nbuf = NULL; in dp_rx_reo_err_entry_process() local
1130 DP_RX_LIST_APPEND(head_nbuf, tail_nbuf, nbuf); in dp_rx_reo_err_entry_process()
1138 if (dp_rx_buffer_pool_refill(soc, head_nbuf, in dp_rx_reo_err_entry_process()
1142 head_nbuf = NULL; in dp_rx_reo_err_entry_process()
1196 rx_tlv_hdr_first = qdf_nbuf_data(head_nbuf); in dp_rx_reo_err_entry_process()
1199 if (qdf_unlikely(head_nbuf != tail_nbuf)) { in dp_rx_reo_err_entry_process()
1207 QDF_NBUF_CB_RX_PKT_LEN(head_nbuf) = in dp_rx_reo_err_entry_process()
1209 nbuf = dp_rx_sg_create(soc, head_nbuf); in dp_rx_reo_err_entry_process()
1213 head_nbuf = NULL; in dp_rx_reo_err_entry_process()
1273 nbuf = head_nbuf; in dp_rx_reo_err_entry_process()
[all …]