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

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dchan.c1420 struct rtw89_fw_mrc_add_slot_arg *slot_arg; local
1423 slot_arg = &arg->slots[slot_idx];
1426 slot_arg->duration = role->duration;
1427 slot_arg->role_num = 1;
1431 slot_arg->roles[0].role_type = RTW89_H2C_MRC_ROLE_WIFI;
1432 slot_arg->roles[0].is_master = role == ref;
1433 slot_arg->roles[0].band = chan->band_type;
1434 slot_arg->roles[0].bw = chan->band_width;
1435 slot_arg->roles[0].central_ch = chan->channel;
1436 slot_arg
1471 struct rtw89_fw_mrc_add_slot_arg *slot_arg = &arg->slots[slot_idx]; local
[all...]
H A Dfw.c7137 const struct rtw89_fw_mrc_add_slot_arg *slot_arg,
7146 slot_h2c->w0 = le32_encode_bits(slot_arg->duration,
7148 le32_encode_bits(slot_arg->courtesy_en,
7150 le32_encode_bits(slot_arg->role_num,
7152 slot_h2c->w1 = le32_encode_bits(slot_arg->courtesy_period,
7154 le32_encode_bits(slot_arg->courtesy_target,
7157 for (i = 0; i < slot_arg->role_num; i++) {
7159 le32_encode_bits(slot_arg->roles[i].macid,
7161 le32_encode_bits(slot_arg->roles[i].role_type,
7163 le32_encode_bits(slot_arg
7136 rtw89_fw_h2c_mrc_add_slot(struct rtw89_dev *rtwdev, const struct rtw89_fw_mrc_add_slot_arg *slot_arg, struct rtw89_h2c_mrc_add_slot *slot_h2c) argument
[all...]

Completed in 135 milliseconds