Home
last modified time | relevance | path

Searched refs:sqset (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_init.c299 struct csio_scsi_qset *sqset = &hw->sqset[i][j]; in csio_create_queues() local
301 rv = csio_wr_iq_create(hw, NULL, sqset->iq_idx, in csio_create_queues()
302 sqset->intr_idx, i, false, NULL); in csio_create_queues()
309 rv = csio_wr_eq_create(hw, NULL, sqset->eq_idx, in csio_create_queues()
310 sqset->iq_idx, i, NULL); in csio_create_queues()
338 struct csio_scsi_qset *sqset; in csio_config_queues() local
405 sqset = &hw->sqset[i][j]; in csio_config_queues()
409 orig = &hw->sqset[ in csio_config_queues()
[all...]
H A Dcsio_isr.c427 struct csio_scsi_qset *sqset = &hw->sqset[i][j]; in csio_request_irqs() local
428 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx]; in csio_request_irqs()
541 hw->sqset[i][j].intr_idx = n; in csio_enable_msix()
H A Dcsio_scsi.c1786 struct csio_scsi_qset *sqset; in csio_queuecommand() local
1789 sqset = &hw->sqset[ln->portid][blk_mq_rq_cpu(cmnd->request)]; in csio_queuecommand()
1832 ioreq->iq_idx = sqset->iq_idx; in csio_queuecommand()
1833 ioreq->eq_idx = sqset->eq_idx; in csio_queuecommand()
1889 struct csio_scsi_qset *sqset = &hw->sqset[ln->portid][cpu]; in csio_do_abrt_cls() local
1898 ioreq->eq_idx = sqset->eq_idx; in csio_do_abrt_cls()
2065 struct csio_scsi_qset *sqset; in csio_eh_lun_reset_handler() local
2115 sqset in csio_eh_lun_reset_handler()
[all...]
H A Dcsio_hw.h471 struct csio_scsi_qset sqset[CSIO_MAX_PPORTS][CSIO_MAX_SCSI_CPU]; member
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_init.c298 struct csio_scsi_qset *sqset = &hw->sqset[i][j]; in csio_create_queues() local
300 rv = csio_wr_iq_create(hw, NULL, sqset->iq_idx, in csio_create_queues()
301 sqset->intr_idx, i, false, NULL); in csio_create_queues()
308 rv = csio_wr_eq_create(hw, NULL, sqset->eq_idx, in csio_create_queues()
309 sqset->iq_idx, i, NULL); in csio_create_queues()
337 struct csio_scsi_qset *sqset; in csio_config_queues() local
404 sqset = &hw->sqset[i][j]; in csio_config_queues()
408 orig = &hw->sqset[ in csio_config_queues()
[all...]
H A Dcsio_isr.c427 struct csio_scsi_qset *sqset = &hw->sqset[i][j]; in csio_request_irqs() local
428 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx]; in csio_request_irqs()
541 hw->sqset[i][j].intr_idx = n; in csio_enable_msix()
H A Dcsio_scsi.c1790 struct csio_scsi_qset *sqset; in csio_queuecommand() local
1793 sqset = &hw->sqset[ln->portid][blk_mq_rq_cpu(scsi_cmd_to_rq(cmnd))]; in csio_queuecommand()
1836 ioreq->iq_idx = sqset->iq_idx; in csio_queuecommand()
1837 ioreq->eq_idx = sqset->eq_idx; in csio_queuecommand()
1893 struct csio_scsi_qset *sqset = &hw->sqset[ln->portid][cpu]; in csio_do_abrt_cls() local
1902 ioreq->eq_idx = sqset->eq_idx; in csio_do_abrt_cls()
2069 struct csio_scsi_qset *sqset; in csio_eh_lun_reset_handler() local
2119 sqset in csio_eh_lun_reset_handler()
[all...]
H A Dcsio_hw.h471 struct csio_scsi_qset sqset[CSIO_MAX_PPORTS][CSIO_MAX_SCSI_CPU]; member

Completed in 12 milliseconds