Home
last modified time | relevance | path

Searched refs:txsts (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c22 u8 txsts);
3227 u8 txsts, struct rtw_xmit_req *treq) in _phl_wp_rpt_statistics() argument
3243 treq->mdata.macid, treq->tx_dbg.tx_dbg_pkt_type, txsts, in _phl_wp_rpt_statistics()
3251 if(TX_STATUS_TX_DONE != txsts) { in _phl_wp_rpt_statistics()
3252 PHL_TRACE(COMP_PHL_DBG, _PHL_INFO_, "tx dbg rpt: tx fail(%d)\n", txsts); in _phl_wp_rpt_statistics()
3257 PHL_TRACE(COMP_PHL_DBG, _PHL_INFO_, "tx dbg rpt: tx done(%d)\n", txsts); in _phl_wp_rpt_statistics()
3271 if (TX_STATUS_TX_DONE == txsts) in _phl_wp_rpt_statistics()
3273 else if (TX_STATUS_TX_FAIL_REACH_RTY_LMT == txsts) in _phl_wp_rpt_statistics()
3275 else if (TX_STATUS_TX_FAIL_LIFETIME_DROP == txsts) in _phl_wp_rpt_statistics()
3277 else if (TX_STATUS_TX_FAIL_MACID_DROP == txsts) in _phl_wp_rpt_statistics()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_rx.c252 u16 *wp_seq, u8 *txsts) in rtw_hal_handle_wp_rpt() argument
259 wp_seq, txsts); in rtw_hal_handle_wp_rpt()
294 u8 *txsts) in rtw_hal_handle_wp_rpt_usb() argument
300 rsize = trx_ops->handle_wp_rpt(hal_info, rp, len, macid, ac_queue, txsts); in rtw_hal_handle_wp_rpt_usb()
H A Dhal_struct.h99 u8 *sw_retry, u8 *dma_ch, u16 *wp_seq, u8 *txsts);
132 u8 *mac_id, u8 *ac_queue, u8 *txsts);
H A Dhal_api.h431 u16 *wp_seq, u8 *txsts);
484 u8 *txsts);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_rx.c252 u16 *wp_seq, u8 *macid, u8 *ac_queue, u8 *txsts) in rtw_hal_handle_wp_rpt() argument
259 wp_seq, macid, ac_queue, txsts); in rtw_hal_handle_wp_rpt()
294 u8 *txsts) in rtw_hal_handle_wp_rpt_usb() argument
300 rsize = trx_ops->handle_wp_rpt(hal_info, rp, len, macid, ac_queue, txsts); in rtw_hal_handle_wp_rpt_usb()
H A Dhal_struct.h100 u8 *ac_queue, u8 *txsts);
133 u8 *mac_id, u8 *ac_queue, u8 *txsts);
H A Dhal_api.h434 u16 *wp_seq, u8 *macid, u8 *ac_queue, u8 *txsts);
487 u8 *txsts);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_rx.h66 u8 macid, u16 ac_queue, u8 txsts);
H A Dphl_rx.c1648 u8 macid, u16 ac_queue, u8 txsts) in phl_rx_wp_report_record_sts() argument
1667 if (TX_STATUS_TX_DONE == txsts) { in phl_rx_wp_report_record_sts()
1676 if (TX_STATUS_TX_FAIL_REACH_RTY_LMT == txsts) in phl_rx_wp_report_record_sts()
1678 else if (TX_STATUS_TX_FAIL_LIFETIME_DROP == txsts) in phl_rx_wp_report_record_sts()
1680 else if (TX_STATUS_TX_FAIL_MACID_DROP == txsts) in phl_rx_wp_report_record_sts()
H A Dphl_trx_def.h402 enum rtw_tx_status txsts; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/
H A Dhal_trx_8852be.c884 u8 *macid, u8 *ac_queue, u8 *txsts) in hal_handle_rx_report_8852be() argument
897 *txsts = (u8)GET_RX_RP_PKT_TX_STS(rp); in hal_handle_rx_report_8852be()
912 if (TX_STATUS_TX_DONE != *txsts) { in hal_handle_rx_report_8852be()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_trx_def.h406 enum rtw_tx_status txsts; member