Searched refs:retid (Results 1 – 2 of 2) sorted by relevance
7475 u32 retid = 0; in rtw_hal_mac_process_c2h() local7477 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()
7491 u32 retid = 0; in rtw_hal_mac_process_c2h() local7493 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()