Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_mgmt_txrx.c469 wbuf = qdf_nbuf_alloc(NULL, roundup(nbuf_len + RESERVE_BYTES, 4), in pkt_capture_mgmt_tx()
470 RESERVE_BYTES, 4, false); in pkt_capture_mgmt_tx()
553 wbuf = qdf_nbuf_alloc(NULL, roundup(nbuf_len + RESERVE_BYTES, 4), in pkt_capture_mgmt_tx_completion()
554 RESERVE_BYTES, 4, false); in pkt_capture_mgmt_tx_completion()
692 buf_len + RESERVE_BYTES, 4), in pkt_capture_mgmt_rx_data_cb()
693 RESERVE_BYTES, 4, false); in pkt_capture_mgmt_rx_data_cb()
H A Dwlan_pkt_capture_data_txrx.c40 #define RESERVE_BYTES (100) macro
1611 roundup(nbuf_len + RESERVE_BYTES, 4), in pkt_capture_offload_deliver_indication_handler()
1612 RESERVE_BYTES, 4, false); in pkt_capture_offload_deliver_indication_handler()
1679 roundup(nbuf_len + RESERVE_BYTES, 4), in pkt_capture_offload_deliver_indication_handler()
1680 RESERVE_BYTES, 4, false); in pkt_capture_offload_deliver_indication_handler()
H A Dwlan_pkt_capture_main.c320 roundup(nbuf_len + RESERVE_BYTES, 4), in pkt_capture_process_tx_data()
321 RESERVE_BYTES, 4, false); in pkt_capture_process_tx_data()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/inc/
H A Dwlan_pkt_capture_mgmt_txrx.h34 #define RESERVE_BYTES (100) macro
/wlan-driver/qcacld-3.0/components/target_if/pkt_capture/src/
H A Dtarget_if_pkt_capture.c236 roundup(params.buf_len + RESERVE_BYTES, 4), in target_if_mgmt_offload_data_event_handler()
237 RESERVE_BYTES, 4, false); in target_if_mgmt_offload_data_event_handler()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_send.c615 #define RESERVE_BYTES 100 macro
683 roundup(nbuf_len + RESERVE_BYTES, 4), in ol_tx_pkt_capture_tx_completion_process()
684 RESERVE_BYTES, 4, false); in ol_tx_pkt_capture_tx_completion_process()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c3807 #define RESERVE_BYTES 100 macro
3886 RESERVE_BYTES, in wma_mgmt_rx_process()
3897 (roundup(mgmt_rx_params->buf_len + RESERVE_BYTES, 4) - in wma_mgmt_rx_process()