Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dchan.c1634 struct rtw89_fw_mrc_add_slot_arg *slot_arg; in __mrc_fw_add_role() local
1637 slot_arg = &arg->slots[slot_idx]; in __mrc_fw_add_role()
1640 slot_arg->duration = role->duration; in __mrc_fw_add_role()
1641 slot_arg->role_num = 1; in __mrc_fw_add_role()
1646 slot_arg->roles[0].is_master = role == ref; in __mrc_fw_add_role()
1647 slot_arg->roles[0].band = chan->band_type; in __mrc_fw_add_role()
1648 slot_arg->roles[0].bw = chan->band_width; in __mrc_fw_add_role()
1649 slot_arg->roles[0].central_ch = chan->channel; in __mrc_fw_add_role()
1654 slot_arg->roles[0].macid_main_bitmap = in __mrc_fw_add_role()
1687 slot_arg->duration = bt_role->duration; in __mrc_fw_add_bt_role()
[all …]
H A Dfw.c8303 le32_encode_bits(slot_arg->courtesy_en, in rtw89_fw_h2c_mrc_add_slot()
8305 le32_encode_bits(slot_arg->role_num, in rtw89_fw_h2c_mrc_add_slot()
8312 for (i = 0; i < slot_arg->role_num; i++) { in rtw89_fw_h2c_mrc_add_slot()
8314 le32_encode_bits(slot_arg->roles[i].macid, in rtw89_fw_h2c_mrc_add_slot()
8316 le32_encode_bits(slot_arg->roles[i].role_type, in rtw89_fw_h2c_mrc_add_slot()
8318 le32_encode_bits(slot_arg->roles[i].is_master, in rtw89_fw_h2c_mrc_add_slot()
8320 le32_encode_bits(slot_arg->roles[i].en_tx_null, in rtw89_fw_h2c_mrc_add_slot()
8327 le32_encode_bits(slot_arg->roles[i].central_ch, in rtw89_fw_h2c_mrc_add_slot()
8329 le32_encode_bits(slot_arg->roles[i].primary_ch, in rtw89_fw_h2c_mrc_add_slot()
8331 le32_encode_bits(slot_arg->roles[i].bw, in rtw89_fw_h2c_mrc_add_slot()
[all …]