Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c2392 size_t head_size; in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv() local
2420 head_size = sizeof(struct cdp_tx_mgmt_comp_info); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv()
2421 if (qdf_unlikely(qdf_nbuf_headroom(tag_buf) < head_size)) { in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv()
2423 head_size, qdf_nbuf_headroom(tag_buf)); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv()
2428 qdf_nbuf_push_head(tag_buf, head_size); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv()
2434 head_size = sizeof(ppdu_id); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv()
2435 nbuf_ptr = (uint32_t *)qdf_nbuf_push_head(tag_buf, head_size); in dp_process_ppdu_stats_tx_mgmtctrl_payload_tlv()