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.c4372 cond = RTW89_MCC_WAIT_COND(p->group, H2C_FUNC_ADD_MCC); in rtw89_fw_h2c_add_mcc()
4408 cond = RTW89_MCC_WAIT_COND(p->group, H2C_FUNC_START_MCC); in rtw89_fw_h2c_start_mcc()
4438 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_STOP_MCC); in rtw89_fw_h2c_stop_mcc()
4467 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_DEL_MCC_GROUP); in rtw89_fw_h2c_del_mcc_group()
4494 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_RESET_MCC_GROUP); in rtw89_fw_h2c_reset_mcc_group()
4527 cond = RTW89_MCC_WAIT_COND(req->group, H2C_FUNC_MCC_REQ_TSF); in rtw89_fw_h2c_mcc_req_tsf()
4570 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_MCC_MACID_BITMAP); in rtw89_fw_h2c_mcc_macid_bitamp()
4601 cond = RTW89_MCC_WAIT_COND(group, H2C_FUNC_MCC_SYNC); in rtw89_fw_h2c_mcc_sync()
4639 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