Lines Matching refs:roc

1240 		struct roc_acquire_tlv roc[2];  in mt7925_mcu_set_mlo_roc()  member
1242 .roc[0].tag = cpu_to_le16(UNI_ROC_NUM), in mt7925_mcu_set_mlo_roc()
1243 .roc[0].len = cpu_to_le16(sizeof(struct roc_acquire_tlv)), in mt7925_mcu_set_mlo_roc()
1244 .roc[1].tag = cpu_to_le16(UNI_ROC_NUM), in mt7925_mcu_set_mlo_roc()
1245 .roc[1].len = cpu_to_le16(sizeof(struct roc_acquire_tlv)) in mt7925_mcu_set_mlo_roc()
1282 req.roc[i].len = cpu_to_le16(sizeof(struct roc_acquire_tlv)); in mt7925_mcu_set_mlo_roc()
1283 req.roc[i].tag = cpu_to_le16(links[i].tag); in mt7925_mcu_set_mlo_roc()
1284 req.roc[i].tokenid = token_id; in mt7925_mcu_set_mlo_roc()
1285 req.roc[i].reqtype = type; in mt7925_mcu_set_mlo_roc()
1286 req.roc[i].maxinterval = cpu_to_le32(duration); in mt7925_mcu_set_mlo_roc()
1287 req.roc[i].bss_idx = links[i].mconf->mt76.idx; in mt7925_mcu_set_mlo_roc()
1288 req.roc[i].control_channel = chan->hw_value; in mt7925_mcu_set_mlo_roc()
1289 req.roc[i].bw = CMD_CBW_20MHZ; in mt7925_mcu_set_mlo_roc()
1290 req.roc[i].bw_from_ap = CMD_CBW_20MHZ; in mt7925_mcu_set_mlo_roc()
1291 req.roc[i].center_chan = center_ch; in mt7925_mcu_set_mlo_roc()
1292 req.roc[i].center_chan_from_ap = center_ch; in mt7925_mcu_set_mlo_roc()
1293 req.roc[i].center_chan2 = 0; in mt7925_mcu_set_mlo_roc()
1294 req.roc[i].center_chan2_from_ap = 0; in mt7925_mcu_set_mlo_roc()
1299 req.roc[i].dbdcband = type == MT7925_ROC_REQ_JOIN ? 0xfe : 0xff; in mt7925_mcu_set_mlo_roc()
1302 req.roc[i].sco = 1; /* SCA */ in mt7925_mcu_set_mlo_roc()
1304 req.roc[i].sco = 3; /* SCB */ in mt7925_mcu_set_mlo_roc()
1306 req.roc[i].band = ch_band[chan->band]; in mt7925_mcu_set_mlo_roc()
1323 struct roc_acquire_tlv roc; in mt7925_mcu_set_roc() member
1325 .roc = { in mt7925_mcu_set_roc()
1342 req.roc.sco = 1; /* SCA */ in mt7925_mcu_set_roc()
1344 req.roc.sco = 3; /* SCB */ in mt7925_mcu_set_roc()
1348 req.roc.band = 3; in mt7925_mcu_set_roc()
1351 req.roc.band = 2; in mt7925_mcu_set_roc()
1354 req.roc.band = 1; in mt7925_mcu_set_roc()