Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c10248 struct rtw89_h2c_mrc_add_slot *slot_h2c) in rtw89_fw_h2c_mrc_add_slot() argument
10250 bool fill_h2c = !!slot_h2c; in rtw89_fw_h2c_mrc_add_slot()
10256 slot_h2c->w0 = le32_encode_bits(slot_arg->duration, in rtw89_fw_h2c_mrc_add_slot()
10262 slot_h2c->w1 = le32_encode_bits(slot_arg->courtesy_period, in rtw89_fw_h2c_mrc_add_slot()
10268 slot_h2c->roles[i].w0 = in rtw89_fw_h2c_mrc_add_slot()
10281 slot_h2c->roles[i].w1 = in rtw89_fw_h2c_mrc_add_slot()
10296 slot_h2c->roles[i].macid_main_bitmap = in rtw89_fw_h2c_mrc_add_slot()
10298 slot_h2c->roles[i].macid_paired_bitmap = in rtw89_fw_h2c_mrc_add_slot()
10303 return struct_size(slot_h2c, roles, slot_arg->role_num); in rtw89_fw_h2c_mrc_add_slot()