Lines Matching refs:slot_idx
1437 struct rtw89_fw_mrc_add_arg *arg, u8 slot_idx) in __mrc_fw_add_role() argument
1445 slot_arg = &arg->slots[slot_idx]; in __mrc_fw_add_role()
1446 role->slot_idx = slot_idx; in __mrc_fw_add_role()
1489 struct rtw89_fw_mrc_add_arg *arg, u8 slot_idx) in __mrc_fw_add_bt_role() argument
1493 struct rtw89_fw_mrc_add_slot_arg *slot_arg = &arg->slots[slot_idx]; in __mrc_fw_add_bt_role()
1602 slot_arg_src = &arg->slots[ref->slot_idx]; in __mrc_fw_add_courtesy()
1603 slot_idx_tgt = aux->slot_idx; in __mrc_fw_add_courtesy()
1605 slot_arg_src = &arg->slots[aux->slot_idx]; in __mrc_fw_add_courtesy()
1606 slot_idx_tgt = ref->slot_idx; in __mrc_fw_add_courtesy()
1763 .slot_idx = ref->slot_idx, in __mrc_fw_set_duration_no_bt()
1767 .slot_idx = aux->slot_idx, in __mrc_fw_set_duration_no_bt()
1939 u8 slot_idx; member
1946 sel->slot_idx = mcc_role->slot_idx; in rtw89_mcc_stop_sel_fill()
1977 ret = rtw89_fw_h2c_mrc_del(rtwdev, mcc->group, sel.slot_idx); in rtw89_mcc_stop()