Searched refs:txcap_hdr_size (Results 1 – 3 of 3) sorted by relevance
276 uint32_t txcap_hdr_size = in pkt_capture_process_tx_data() local371 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()
1328 uint32_t txcap_hdr_size = sizeof(struct pkt_capture_tx_hdr_elem_t); in pkt_capture_tx_data_cb() local1366 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() local1720 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()
855 uint32_t txcap_hdr_size = sizeof(struct tx_capture_hdr); in dp_get_completion_indication_for_stack() local879 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()