Home
last modified time | relevance | path

Searched refs:txcap_hdr_size (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ !
H A Dwlan_pkt_capture_main.c276 uint32_t txcap_hdr_size = in pkt_capture_process_tx_data() local
371 if (qdf_unlikely(qdf_nbuf_headroom(netbuf) < txcap_hdr_size)) { in pkt_capture_process_tx_data()
373 txcap_hdr_size); in pkt_capture_process_tx_data()
382 if (!qdf_nbuf_push_head(netbuf, txcap_hdr_size)) { in pkt_capture_process_tx_data()
392 txcap_hdr_size); in pkt_capture_process_tx_data()
H A Dwlan_pkt_capture_data_txrx.c1328 uint32_t txcap_hdr_size = sizeof(struct pkt_capture_tx_hdr_elem_t); in pkt_capture_tx_data_cb() local
1366 txcap_hdr_size); in pkt_capture_tx_data_cb()
1369 qdf_nbuf_pull_head(msdu, txcap_hdr_size); in pkt_capture_tx_data_cb()
1655 uint32_t txcap_hdr_size = sizeof(struct pkt_capture_tx_hdr_elem_t); in pkt_capture_offload_deliver_indication_handler() local
1720 qdf_nbuf_push_head(netbuf, txcap_hdr_size); in pkt_capture_offload_deliver_indication_handler()
1725 qdf_mem_copy(ptr_pktcapture_hdr, &pktcapture_hdr, txcap_hdr_size); in pkt_capture_offload_deliver_indication_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ !
H A Ddp_txrx_wds.c855 uint32_t txcap_hdr_size = sizeof(struct tx_capture_hdr); in dp_get_completion_indication_for_stack() local
879 if (qdf_unlikely(qdf_nbuf_headroom(netbuf) < txcap_hdr_size)) { in dp_get_completion_indication_for_stack()
880 netbuf = qdf_nbuf_realloc_headroom(netbuf, txcap_hdr_size); in dp_get_completion_indication_for_stack()
888 if (!qdf_nbuf_push_head(netbuf, txcap_hdr_size)) { in dp_get_completion_indication_for_stack()