Home
last modified time | relevance | path

Searched refs:retid (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c7475 u32 retid = 0; in rtw_hal_mac_process_c2h() local
7477 hal_status = mac->ops->get_c2h_event(mac, c2h, (enum phl_msg_evt_id *)&retid, (u8 *)&mac_ccx); in rtw_hal_mac_process_c2h()
7480 …if (hal_status == RTW_HAL_STATUS_SUCCESS && (retid == MSG_EVT_CCX_REPORT_TX_OK || retid == MSG_EVT… in rtw_hal_mac_process_c2h()
7493 if (retid == MSG_EVT_CCX_REPORT_TX_FAIL && mac_ccx.data_txcnt != retry_limit) in rtw_hal_mac_process_c2h()
7494 retid = 0; in rtw_hal_mac_process_c2h()
7497 return retid; in rtw_hal_mac_process_c2h()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c7491 u32 retid = 0; in rtw_hal_mac_process_c2h() local
7493 hal_status = mac->ops->get_c2h_event(mac, c2h, (enum phl_msg_evt_id *)&retid, (u8 *)&mac_ccx); in rtw_hal_mac_process_c2h()
7496 …if (hal_status == RTW_HAL_STATUS_SUCCESS && (retid == MSG_EVT_CCX_REPORT_TX_OK || retid == MSG_EVT… in rtw_hal_mac_process_c2h()
7509 if (retid == MSG_EVT_CCX_REPORT_TX_FAIL && mac_ccx.data_txcnt != retry_limit) in rtw_hal_mac_process_c2h()
7510 retid = 0; in rtw_hal_mac_process_c2h()
7513 return retid; in rtw_hal_mac_process_c2h()