Lines Matching refs:sqset
298 struct csio_scsi_qset *sqset = &hw->sqset[i][j];
300 rv = csio_wr_iq_create(hw, NULL, sqset->iq_idx,
301 sqset->intr_idx, i, false, NULL);
308 rv = csio_wr_eq_create(hw, NULL, sqset->eq_idx,
309 sqset->iq_idx, i, NULL);
337 struct csio_scsi_qset *sqset;
404 sqset = &hw->sqset[i][j];
408 orig = &hw->sqset[i][k];
409 sqset->eq_idx = orig->eq_idx;
410 sqset->iq_idx = orig->iq_idx;
423 sqset->eq_idx = idx;
434 sqset->iq_idx = idx;