Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c260 tx_status->tx_retry_cnt = pktcapture_hdr->tx_retry_cnt; in pkt_capture_update_tx_status()
337 tx_status->tx_retry_cnt = pktcapture_hdr->tx_retry_cnt; in pkt_capture_update_tx_status()
884 uint8_t *bssid, uint8_t tx_retry_cnt) in pkt_capture_rx_data_cb() argument
1013 uint8_t *bssid, uint8_t tx_retry_cnt) in pkt_capture_rx_data_cb() argument
1121 uint8_t *bssid, uint8_t tx_retry_cnt) in pkt_capture_tx_data_cb() argument
1178 pktcapture_hdr.tx_retry_cnt = tx_retry_cnt; in pkt_capture_tx_data_cb()
1319 uint8_t *bssid, uint8_t tx_retry_cnt) in pkt_capture_tx_data_cb() argument
1406 if (tx_retry_cnt) in pkt_capture_tx_data_cb()
1482 uint8_t tx_retry_cnt) in pkt_capture_datapkt_process() argument
1524 pkt->tx_retry_cnt = tx_retry_cnt; in pkt_capture_datapkt_process()
[all …]
H A Dwlan_pkt_capture_mgmt_txrx.c74 bool pkt_format, uint8_t *bssid, uint8_t tx_retry_cnt) in pkt_capture_mgmtpkt_cb() argument
417 txrx_status.tx_retry_cnt = params->tx_retry_cnt; in pkt_capture_process_mgmt_tx_data()
H A Dwlan_pkt_capture_mon_thread.c240 pkt->tx_retry_cnt); in pkt_capture_process_from_queue()
H A Dwlan_pkt_capture_main.c304 pktcapture_hdr.tx_retry_cnt = tx_comp_status.transmit_cnt - 1; in pkt_capture_process_tx_data()
397 bssid, NULL, pktcapture_hdr.tx_retry_cnt); in pkt_capture_process_tx_data()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/inc/
H A Dwlan_pkt_capture_mon_thread.h48 uint8_t tx_retry_cnt);
74 uint8_t tx_retry_cnt; member
H A Dwlan_pkt_capture_data_txrx.h88 uint8_t tx_retry_cnt);
194 uint8_t tx_retry_cnt; member
/wlan-driver/qcacld-3.0/components/pkt_capture/dispatcher/inc/
H A Dwlan_pkt_capture_ucfg_api.h268 uint8_t tx_retry_cnt);
434 uint8_t tx_retry_cnt) in ucfg_pkt_capture_tx_completion_process() argument
H A Dwlan_pkt_capture_public_structs.h81 uint8_t tx_retry_cnt; member
/wlan-driver/qcacld-3.0/components/pkt_capture/dispatcher/src/
H A Dwlan_pkt_capture_ucfg_api.c243 uint8_t tx_retry_cnt) in ucfg_pkt_capture_tx_completion_process() argument
249 tx_retry_cnt); in ucfg_pkt_capture_tx_completion_process()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2826 params->tx_retry_cnt = hdr->tx_retry_cnt; in wma_extract_mgmt_offload_event_params()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_send.c746 pdev->htt_pdev, payload_hdr->tx_retry_cnt); in ol_tx_pkt_capture_tx_completion_process()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_nbuf.h512 uint8_t tx_retry_cnt; member
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_nbuf.c5720 rtap_buf[rtap_len] = rx_status->tx_retry_cnt; in qdf_nbuf_update_radiotap()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h6998 tx_retry_cnt:6, /* [5:0] */ member
7007 #define WMI_MGMT_HDR_TX_RETRY_CNT_SET(tx_retry_cnt, value) \ argument
7008 WMI_SET_BITS(tx_retry_cnt, 0, 6, value)
7009 #define WMI_MGMT_HDR_TX_RETRY_CNT_GET(tx_retry_cnt) \ argument
7010 WMI_GET_BITS(tx_retry_cnt, 0, 6)
H A Dhtt.h13075 tx_retry_cnt:6, /* [25:20] */ member
15664 tx_retry_cnt: 6; /* [31:26] */ member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c20477 params->tx_retry_cnt = hdr->tx_retry_cnt; in extract_vdev_mgmt_offload_event_tlv()