Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_data_txrx.c1601 struct htt_tx_offload_deliver_ind_hdr_t *offload_deliver_msg; in pkt_capture_offload_deliver_indication_handler() local
1603 offload_deliver_msg = (struct htt_tx_offload_deliver_ind_hdr_t *)msg; in pkt_capture_offload_deliver_indication_handler()
1608 nbuf_len = offload_deliver_msg->tx_mpdu_bytes; in pkt_capture_offload_deliver_indication_handler()
1630 status = offload_deliver_msg->status; in pkt_capture_offload_deliver_indication_handler()
1631 pkt_format = offload_deliver_msg->format; in pkt_capture_offload_deliver_indication_handler()
1632 tid = offload_deliver_msg->tid_num; in pkt_capture_offload_deliver_indication_handler()
1638 offload_deliver_msg->tx_retry_cnt); in pkt_capture_offload_deliver_indication_handler()
1651 struct htt_tx_offload_deliver_ind_hdr_t *offload_deliver_msg; in pkt_capture_offload_deliver_indication_handler() local
1661 offload_deliver_msg = (struct htt_tx_offload_deliver_ind_hdr_t *)msg; in pkt_capture_offload_deliver_indication_handler()
1677 nbuf_len = offload_deliver_msg->tx_mpdu_bytes; in pkt_capture_offload_deliver_indication_handler()
[all …]
Dwlan_pkt_capture_main.c594 struct htt_tx_offload_deliver_ind_hdr_t *offload_deliver_msg; in pkt_capture_callback() local
603 offload_deliver_msg = in pkt_capture_callback()
606 (offload_deliver_msg->reserved_2 ? true : false); in pkt_capture_callback()
611 (uint32_t)offload_deliver_msg->reserved_3; in pkt_capture_callback()
613 vdev_id = offload_deliver_msg->vdev_id; in pkt_capture_callback()
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_rx_hl.c345 qdf_nbuf_t offload_deliver_msg, in htt_rx_offload_msdu_pop_hl() argument
357 *head_buf = *tail_buf = buf = offload_deliver_msg; in htt_rx_offload_msdu_pop_hl()
381 qdf_nbuf_free(offload_deliver_msg); in htt_rx_offload_msdu_pop_hl()
Dhtt_t2h.c1271 *offload_deliver_msg; in htt_t2h_msg_handler_fast() local
1284 offload_deliver_msg = in htt_t2h_msg_handler_fast()
1287 (offload_deliver_msg->reserved_2 ? true : false); in htt_t2h_msg_handler_fast()
1298 (uint32_t)offload_deliver_msg->reserved_3; in htt_t2h_msg_handler_fast()
1302 vdev_id = offload_deliver_msg->vdev_id; in htt_t2h_msg_handler_fast()
Dhtt_rx.c178 qdf_nbuf_t offload_deliver_msg,
Dhtt_rx_ll.c933 qdf_nbuf_t offload_deliver_msg, in htt_rx_offload_msdu_pop_ll() argument
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_htt_rx_api.h778 qdf_nbuf_t offload_deliver_msg,