Searched refs:RESERVE_BYTES (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ |
H A D | wlan_pkt_capture_mgmt_txrx.c | 469 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 D | wlan_pkt_capture_data_txrx.c | 40 #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 D | wlan_pkt_capture_main.c | 320 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 D | wlan_pkt_capture_mgmt_txrx.h | 34 #define RESERVE_BYTES (100) macro
|
/wlan-driver/qcacld-3.0/components/target_if/pkt_capture/src/ |
H A D | target_if_pkt_capture.c | 236 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 D | ol_tx_send.c | 615 #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 D | wma_mgmt.c | 3807 #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()
|