Lines Matching refs:sqset
299 struct csio_scsi_qset *sqset = &hw->sqset[i][j];
301 rv = csio_wr_iq_create(hw, NULL, sqset->iq_idx,
302 sqset->intr_idx, i, false, NULL);
309 rv = csio_wr_eq_create(hw, NULL, sqset->eq_idx,
310 sqset->iq_idx, i, NULL);
338 struct csio_scsi_qset *sqset;
405 sqset = &hw->sqset[i][j];
409 orig = &hw->sqset[i][k];
410 sqset->eq_idx = orig->eq_idx;
411 sqset->iq_idx = orig->iq_idx;
424 sqset->eq_idx = idx;
435 sqset->iq_idx = idx;