| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 22 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 D | hal_rx.c | 252 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 D | hal_struct.h | 99 u8 *sw_retry, u8 *dma_ch, u16 *wp_seq, u8 *txsts); 132 u8 *mac_id, u8 *ac_queue, u8 *txsts);
|
| H A D | hal_api.h | 431 u16 *wp_seq, u8 *txsts); 484 u8 *txsts);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_rx.c | 252 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 D | hal_struct.h | 100 u8 *ac_queue, u8 *txsts); 133 u8 *mac_id, u8 *ac_queue, u8 *txsts);
|
| H A D | hal_api.h | 434 u16 *wp_seq, u8 *macid, u8 *ac_queue, u8 *txsts); 487 u8 *txsts);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_rx.h | 66 u8 macid, u16 ac_queue, u8 txsts);
|
| H A D | phl_rx.c | 1648 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 D | phl_trx_def.h | 402 enum rtw_tx_status txsts; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/ |
| H A D | hal_trx_8852be.c | 884 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 D | phl_trx_def.h | 406 enum rtw_tx_status txsts; member
|