Home
last modified time | relevance | path

Searched refs:tx_status (Results 1 – 25 of 41) sorted by relevance

12

/wlan-dirver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_data_txrx.c52 enum pkt_capture_tx_status tx_status; in pkt_capture_txrx_status_map() local
56 tx_status = pkt_capture_tx_status_ok; in pkt_capture_txrx_status_map()
59 tx_status = pkt_capture_tx_status_no_ack; in pkt_capture_txrx_status_map()
62 tx_status = pkt_capture_tx_status_discard; in pkt_capture_txrx_status_map()
66 return tx_status; in pkt_capture_txrx_status_map()
157 * @tx_status: tx status to be updated with phy info
163 struct mon_rx_status *tx_status) in pkt_capture_tx_get_phy_info() argument
173 tx_status->rate = pkt_capture_get_tx_rate( in pkt_capture_tx_get_phy_info()
179 tx_status->ht_flags = 1; in pkt_capture_tx_get_phy_info()
185 tx_status in pkt_capture_tx_get_phy_info()
241 pkt_capture_update_tx_status(htt_pdev_handle pdev,struct mon_rx_status * tx_status,struct pkt_capture_tx_hdr_elem_t * pktcapture_hdr) pkt_capture_update_tx_status() argument
267 pkt_capture_update_tx_status(void * context,struct mon_rx_status * tx_status,struct pkt_capture_tx_hdr_elem_t * pktcapture_hdr) pkt_capture_update_tx_status() argument
1139 struct mon_rx_status tx_status = {0}; pkt_capture_tx_data_cb() local
1337 struct mon_rx_status tx_status = {0}; pkt_capture_tx_data_cb() local
[all...]
H A Dwlan_pkt_capture_mgmt_txrx.c39 enum pkt_capture_tx_status tx_status; in pkt_capture_mgmt_status_map() local
43 tx_status = pkt_capture_tx_status_ok; in pkt_capture_mgmt_status_map()
46 tx_status = pkt_capture_tx_status_no_ack; in pkt_capture_mgmt_status_map()
49 tx_status = pkt_capture_tx_status_discard; in pkt_capture_mgmt_status_map()
53 return tx_status; in pkt_capture_mgmt_status_map()
416 txrx_status.tx_status = status; in pkt_capture_process_mgmt_tx_data()
/wlan-dirver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_tx.c96 uint8_t tx_status; in dp_tx_process_htt_completion_li() local
107 tx_status = HTT_TX_WBM_COMPLETION_V2_TX_STATUS_GET(htt_desc[0]); in dp_tx_process_htt_completion_li()
109 htt_wbm_event_record(htt_handle->htt_logger_handle, tx_status, status); in dp_tx_process_htt_completion_li()
117 if (tx_status == HTT_TX_FW2WBM_TX_STATUS_MEC_NOTIFY) in dp_tx_process_htt_completion_li()
139 dp_tx_comp_warn("tx_status: %u", tx_status); in dp_tx_process_htt_completion_li()
162 switch (tx_status) { in dp_tx_process_htt_completion_li()
199 switch (tx_status) { in dp_tx_process_htt_completion_li()
219 if (tx_status < CDP_MAX_TX_HTT_STATUS) in dp_tx_process_htt_completion_li()
220 tid_stats->htt_status_cnt[tx_status] in dp_tx_process_htt_completion_li()
[all...]
/wlan-dirver/qcacld-3.0/components/cmn_services/logging/inc/
H A Dwlan_connectivity_logging.h462 * @tx_status: tx status of transmitted packet. Refer enum qdf_dp_tx_rx_status
473 uint8_t tx_status:7; member
485 * @tx_status: tx status of transmitted packet. Refer enum qdf_dp_tx_rx_status
492 uint8_t tx_status; member
784 * @tx_status: Frame TX status defined by enum qdf_dp_tx_rx_status
812 uint8_t tx_status; member
991 * @tx_status: Frame TX status defined by enum qdf_dp_tx_rx_status
1011 uint8_t tx_status; member
1255 * @tx_status: Frame TX status defined by enum qdf_dp_tx_rx_status
1273 enum qdf_dp_tx_rx_status tx_status,
1393 wlan_connectivity_t2lm_req_resp_event(struct wlan_objmgr_vdev * vdev,uint8_t token,enum wlan_t2lm_resp_frm_type status,enum qdf_dp_tx_rx_status tx_status,qdf_freq_t freq,bool is_rx,uint8_t subtype) wlan_connectivity_t2lm_req_resp_event() argument
1629 wlan_connectivity_mgmt_event(struct wlan_objmgr_psoc * psoc,struct wlan_frame_hdr * mac_hdr,uint8_t vdev_id,uint16_t status_code,enum qdf_dp_tx_rx_status tx_status,int8_t peer_rssi,uint8_t auth_algo,uint8_t auth_type,uint8_t auth_seq,uint16_t aid,enum wlan_main_tag tag) wlan_connectivity_mgmt_event() argument
1675 wlan_connectivity_t2lm_req_resp_event(struct wlan_objmgr_vdev * vdev,uint8_t token,enum wlan_t2lm_resp_frm_type status,enum qdf_dp_tx_rx_status tx_status,qdf_freq_t freq,bool is_rx,uint8_t subtype) wlan_connectivity_t2lm_req_resp_event() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt_logger.h
H A Ddp_htt_logger.c
H A Ddp_tx.c1903 uint8_t tx_status = HTT_TX_FW2WBM_TX_STATUS_MAX;
1907 tx_status = HTT_TX_WBM_COMPLETION_V2_TX_STATUS_GET(htt_desc[0]);
1911 tx_status = HTT_TX_WBM_COMPLETION_V3_TX_STATUS_GET(htt_desc[0]);
1918 tx_status = HTT_TX_MSDU_INFO_RELEASE_REASON_GET( in dp_tx_classify_tid()
1927 return tx_status; in dp_tx_classify_tid()
1940 uint8_t tx_status = 0; in dp_tx_classify_tid()
1953 tx_status = dp_htt_tx_comp_get_status(soc, htt_tx_status);
1954 dp_debug("vdev_id: %d tx_status: %d", tx_desc->vdev_id, tx_status); in dp_tx_update_tdls_flags()
1960 nbuf, tx_status); in dp_tx_update_tdls_flags()
1968 uint8_t tx_status = HTT_TX_FW2WBM_TX_STATUS_MAX; dp_htt_tx_comp_get_status() local
2005 uint8_t tx_status = 0; dp_non_std_htt_tx_comp_free_buff() local
6258 dp_tx_update_peer_basic_stats(struct dp_txrx_peer * txrx_peer,uint32_t length,uint8_t tx_status,bool update) global() argument
6270 dp_tx_update_peer_basic_stats(struct dp_txrx_peer * txrx_peer,uint32_t length,uint8_t tx_status,bool update) global() argument
6283 dp_tx_update_peer_basic_stats(struct dp_txrx_peer * txrx_peer,uint32_t length,uint8_t tx_status,bool update) global() argument
[all...]
H A Ddp_htt.h60 int htt_wbm_event_record(struct htt_logger *h, uint8_t tx_status, in htt_wbm_event_record() argument
H A Ddp_tx.h411 * @tx_status: Tx status from TQM/FW
417 uint32_t length, uint8_t tx_status,
/wlan-dirver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_connectivity_logging.c172 GET_ATTR_OFFSET(pkt_info.tx_status)},
220 GET_ATTR_OFFSET(pkt_info.tx_status)},
264 GET_ATTR_OFFSET(pkt_info.tx_status)},
638 GET_ATTR_OFFSET(pkt_info.tx_status)},
664 GET_ATTR_OFFSET(pkt_info.tx_status)},
716 GET_ATTR_OFFSET(pkt_info.tx_status)},
746 GET_ATTR_OFFSET(pkt_info.tx_status)},
776 GET_ATTR_OFFSET(pkt_info.tx_status)},
812 GET_ATTR_OFFSET(pkt_info.tx_status)},
929 wlan_hdd_get_converted_tx_status(uint8_t tx_status) in wlan_hdd_get_converted_tx_status() argument
[all...]
/wlan-dirver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c267 uint8_t tx_status; in dp_tx_process_htt_completion_be() local
280 tx_status = HTT_TX_WBM_COMPLETION_V3_TX_STATUS_GET(htt_desc[0]); in dp_tx_process_htt_completion_be()
282 htt_wbm_event_record(htt_handle->htt_logger_handle, tx_status, status); in dp_tx_process_htt_completion_be()
290 if (tx_status == HTT_TX_FW2WBM_TX_STATUS_MEC_NOTIFY) in dp_tx_process_htt_completion_be()
312 dp_tx_comp_warn("tx_status: %u", tx_status); in dp_tx_process_htt_completion_be()
335 switch (tx_status) { in dp_tx_process_htt_completion_be()
373 switch (tx_status) { in dp_tx_process_htt_completion_be()
393 if (tx_status < CDP_MAX_TX_HTT_STATUS) in dp_tx_process_htt_completion_be()
394 tid_stats->htt_status_cnt[tx_status] in dp_tx_process_htt_completion_be()
[all...]
/wlan-dirver/qcacld-3.0/components/cmn_services/logging/src/
H A Dwlan_connectivity_logging.c427 enum qdf_dp_tx_rx_status tx_status, in wlan_connectivity_t2lm_req_resp_event() argument
444 wlan_diag_event.tx_status = wlan_get_diag_tx_status(tx_status); in wlan_connectivity_t2lm_req_resp_event()
925 enum qdf_dp_tx_rx_status tx_status, in wlan_connectivity_mgmt_event() argument
980 wlan_diag_event.tx_fail_reason = tx_status; in wlan_connectivity_mgmt_event()
981 wlan_diag_event.tx_status = wlan_get_diag_tx_status(tx_status); in wlan_connectivity_mgmt_event()
/wlan-dirver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_tx.c707 uint8_t tx_status; in dp_tx_compl_handler_rh() local
761 tx_status = HTT_TX_MSDU_INFO_RELEASE_REASON_GET(*(msg_word + 3)); in dp_tx_compl_handler_rh()
763 tx_desc->tx_status = in dp_tx_compl_handler_rh()
764 (tx_status == HTT_TX_MSDU_RELEASE_REASON_FRAME_ACKED ? in dp_tx_compl_handler_rh()
/wlan-dirver/qca-wifi-host-cmn/utils/logging/inc/
H A Dwlan_logging_sock_svc.h164 * enum tx_status - tx status
175 enum tx_status { enum
/wlan-dirver/qcacld-3.0/components/pkt_capture/dispatcher/inc/
H A Dwlan_pkt_capture_public_structs.h65 * @tx_status: 0: xmit ok
79 uint32_t tx_status; member
/wlan-dirver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/
H A Dtarget_if_vdev_mgr_rx_ops.c659 uint32_t vdev_id, tx_status; in target_if_vdev_mgr_offload_bcn_tx_status_handler() local
684 &vdev_id, &tx_status)) { in target_if_vdev_mgr_offload_bcn_tx_status_handler()
691 tx_status); in target_if_vdev_mgr_offload_bcn_tx_status_handler()
/wlan-dirver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.h2369 static inline uint8_t hal_tx_get_compl_status_rh(uint8_t tx_status) in hal_tx_get_compl_status_rh() argument
2371 switch (tx_status) { in hal_tx_get_compl_status_rh()
2396 uint8_t tx_status; in hal_tx_comp_get_status_generic_rh() local
2416 tx_status = HTT_TX_MSDU_INFO_RELEASE_REASON_GET(*(msg_word + 3)); in hal_tx_comp_get_status_generic_rh()
2417 ts->status = hal_tx_get_compl_status_rh(tx_status); in hal_tx_comp_get_status_generic_rh()
/wlan-dirver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/
H A Dwlan_vdev_mgr_tgt_if_rx_api.c212 uint32_t tx_status) in tgt_vdev_mgr_offload_bcn_tx_status_event_handler() argument
/wlan-dirver/qcacld-3.0/components/target_if/pkt_capture/src/
H A Dtarget_if_pkt_capture.c248 status = params.tx_status; in target_if_mgmt_offload_data_event_handler()
/wlan-dirver/utils/sigma-dut/
H A Duapsd_stream.c1074 int pktlen = 256, i = 0, tx_status = 0; in uapsd_tx_data_twice() local
1098 tx_status = -1; in uapsd_tx_data_twice()
1101 if (tx_status == 0) in uapsd_tx_data_twice()
1117 int pktlen = 256, i = 0, tx_status = 0; in uapsd_tx_cyclic() local
1141 tx_status = -1; in uapsd_tx_cyclic()
1144 if (tx_status == 0) in uapsd_tx_cyclic()
/wlan-dirver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_send.c993 enum qdf_dp_tx_rx_status tx_status; in ol_tx_send_pktlog() local
998 tx_status = htt_qdf_status_map(status); in ol_tx_send_pktlog()
1001 netbuf, tx_status, pkt_type); in ol_tx_send_pktlog()
/wlan-dirver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c1585 * Return: packet dump tx_status enum in qdf_hal_pkt_type_map()
1797 enum tx_pkt_fate tx_status = qdf_hal_tx_status_map(status); in wlan_register_txrx_packetdump()
1807 send_packetdump(soc, vdev_id, netbuf, tx_status, pkt_type); in wlan_register_txrx_packetdump()
1741 enum tx_pkt_fate tx_status = qdf_hal_tx_status_map(status); tx_packetdump_cb() local
/wlan-dirver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_trace.h222 * @tx_status: fw specific TX status
226 enum diag_tx_status wlan_get_diag_tx_status(enum qdf_dp_tx_rx_status tx_status);
/wlan-dirver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_trace.c1642 enum diag_tx_status wlan_get_diag_tx_status(enum qdf_dp_tx_rx_status tx_status)
1644 switch (tx_status) { in qdf_subtype_to_wlan_main_tag()
1844 wlan_diag_event.tx_status =
1619 wlan_get_diag_tx_status(enum qdf_dp_tx_rx_status tx_status) wlan_get_diag_tx_status() argument
/wlan-dirver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c6864 uint32_t tx_status, void *params)
6901 if (tx_status == WMI_MGMT_TX_COMP_TYPE_COMPLETE_OK)
6903 else if (tx_status == WMI_MGMT_TX_COMP_TYPE_DISCARD)
6934 uint32_t tx_status, void *params)
6971 if (tx_status == WMI_MGMT_TX_COMP_TYPE_COMPLETE_OK)
6973 else if (tx_status == WMI_MGMT_TX_COMP_TYPE_DISCARD)

12