Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c4369 cond = RTW89_MCC_WAIT_COND(p->group, H2C_FUNC_ADD_MCC); in rtw89_fw_h2c_add_mcc()
4405 cond = RTW89_MCC_WAIT_COND(p->group, H2C_FUNC_START_MCC); in rtw89_fw_h2c_start_mcc()
4435 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_STOP_MCC); in rtw89_fw_h2c_stop_mcc()
4464 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_DEL_MCC_GROUP); in rtw89_fw_h2c_del_mcc_group()
4491 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_RESET_MCC_GROUP); in rtw89_fw_h2c_reset_mcc_group()
4524 cond = RTW89_MCC_WAIT_COND(req->group, H2C_FUNC_MCC_REQ_TSF); in rtw89_fw_h2c_mcc_req_tsf()
4567 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_MCC_MACID_BITMAP); in rtw89_fw_h2c_mcc_macid_bitamp()
4598 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_MCC_SYNC); in rtw89_fw_h2c_mcc_sync()
4636 cond = RTW89_MCC_WAIT_COND(p->group, H2C_FUNC_MCC_SET_DURATION); in rtw89_fw_h2c_mcc_set_duration()
H A Dmac.c4567 cond = RTW89_MCC_WAIT_COND(group, func); in rtw89_mac_c2h_mcc_req_ack()
4592 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_MCC_REQ_TSF); in rtw89_mac_c2h_mcc_tsf_rpt()
4662 cond = RTW89_MCC_WAIT_COND(group, func); in rtw89_mac_c2h_mcc_status_rpt()
H A Dfw.h3588 #define RTW89_MCC_WAIT_COND(group, func) \ macro