Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c7470 struct mac_ax_ccxrpt mac_ccx = {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()
7482 PHL_INFO("%s, mac_ccx.tx_state=%d\n", __func__, mac_ccx.tx_state); in rtw_hal_mac_process_c2h()
7483 PHL_INFO("%s, mac_ccx.sw_define=%d\n", __func__, mac_ccx.sw_define); in rtw_hal_mac_process_c2h()
7484 PHL_INFO("%s, mac_ccx.macid=%d\n", __func__, mac_ccx.macid); in rtw_hal_mac_process_c2h()
7485 PHL_INFO("%s, mac_ccx.pkt_ok_num=%d\n", __func__, mac_ccx.pkt_ok_num); in rtw_hal_mac_process_c2h()
7486 PHL_INFO("%s, mac_ccx.data_txcnt=%d\n", __func__, mac_ccx.data_txcnt); 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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c7486 struct mac_ax_ccxrpt mac_ccx = {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()
7498 PHL_INFO("%s, mac_ccx.tx_state=%d\n", __func__, mac_ccx.tx_state); in rtw_hal_mac_process_c2h()
7499 PHL_INFO("%s, mac_ccx.sw_define=%d\n", __func__, mac_ccx.sw_define); in rtw_hal_mac_process_c2h()
7500 PHL_INFO("%s, mac_ccx.macid=%d\n", __func__, mac_ccx.macid); in rtw_hal_mac_process_c2h()
7501 PHL_INFO("%s, mac_ccx.pkt_ok_num=%d\n", __func__, mac_ccx.pkt_ok_num); in rtw_hal_mac_process_c2h()
7502 PHL_INFO("%s, mac_ccx.data_txcnt=%d\n", __func__, mac_ccx.data_txcnt); 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()