Home
last modified time | relevance | path

Searched refs:RTW89_MCC_WAIT_COND (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Dfw.c4356 cond = RTW89_MCC_WAIT_COND(p->group, H2C_FUNC_ADD_MCC); in rtw89_fw_h2c_add_mcc()
4392 cond = RTW89_MCC_WAIT_COND(p->group, H2C_FUNC_START_MCC); in rtw89_fw_h2c_start_mcc()
4422 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_STOP_MCC); in rtw89_fw_h2c_stop_mcc()
4451 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_DEL_MCC_GROUP); in rtw89_fw_h2c_del_mcc_group()
4478 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_RESET_MCC_GROUP); in rtw89_fw_h2c_reset_mcc_group()
4511 cond = RTW89_MCC_WAIT_COND(req->group, H2C_FUNC_MCC_REQ_TSF); in rtw89_fw_h2c_mcc_req_tsf()
4554 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_MCC_MACID_BITMAP); in rtw89_fw_h2c_mcc_macid_bitamp()
4585 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_MCC_SYNC); in rtw89_fw_h2c_mcc_sync()
4623 cond = RTW89_MCC_WAIT_COND(p->group, H2C_FUNC_MCC_SET_DURATION); in rtw89_fw_h2c_mcc_set_duration()
Dmac.c4548 cond = RTW89_MCC_WAIT_COND(group, func); in rtw89_mac_c2h_mcc_req_ack()
4573 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_MCC_REQ_TSF); in rtw89_mac_c2h_mcc_tsf_rpt()
4643 cond = RTW89_MCC_WAIT_COND(group, func); in rtw89_mac_c2h_mcc_status_rpt()
Dfw.h3588 #define RTW89_MCC_WAIT_COND(group, func) \ macro