Searched refs:sqset (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_init.c | 310 struct csio_scsi_qset *sqset = &hw->sqset[i][j]; in csio_create_queues() local 312 rv = csio_wr_iq_create(hw, NULL, sqset->iq_idx, in csio_create_queues() 313 sqset->intr_idx, i, false, NULL); in csio_create_queues() 320 rv = csio_wr_eq_create(hw, NULL, sqset->eq_idx, in csio_create_queues() 321 sqset->iq_idx, i, NULL); in csio_create_queues() 349 struct csio_scsi_qset *sqset; in csio_config_queues() local 416 sqset = &hw->sqset[i][j]; in csio_config_queues() 420 orig = &hw->sqset[i][k]; in csio_config_queues() 421 sqset->eq_idx = orig->eq_idx; in csio_config_queues() 422 sqset->iq_idx = orig->iq_idx; in csio_config_queues() [all …]
|
D | csio_isr.c | 429 struct csio_scsi_qset *sqset = &hw->sqset[i][j]; in csio_request_irqs() local 430 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx]; in csio_request_irqs() 552 hw->sqset[i][j].intr_idx = entries[n].entry; in csio_enable_msix()
|
D | csio_scsi.c | 1808 struct csio_scsi_qset *sqset; in csio_queuecommand() local 1816 sqset = &hw->sqset[ln->portid][cpu]; in csio_queuecommand() 1859 ioreq->iq_idx = sqset->iq_idx; in csio_queuecommand() 1860 ioreq->eq_idx = sqset->eq_idx; in csio_queuecommand() 1916 struct csio_scsi_qset *sqset = &hw->sqset[ln->portid][cpu]; in csio_do_abrt_cls() local 1925 ioreq->eq_idx = sqset->eq_idx; in csio_do_abrt_cls() 2093 struct csio_scsi_qset *sqset; in csio_eh_lun_reset_handler() local 2143 sqset = &hw->sqset[ln->portid][smp_processor_id()]; in csio_eh_lun_reset_handler() 2147 ioreq->iq_idx = sqset->iq_idx; in csio_eh_lun_reset_handler() 2148 ioreq->eq_idx = sqset->eq_idx; in csio_eh_lun_reset_handler()
|
D | csio_hw.h | 448 struct csio_scsi_qset sqset[CSIO_MAX_PPORTS][CSIO_MAX_SCSI_CPU]; member
|