Searched refs:queue_group (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/scsi/smartpqi/ |
D | smartpqi_init.c | 75 struct pqi_queue_group *queue_group, enum pqi_io_path path, 82 unsigned int cdb_length, struct pqi_queue_group *queue_group, 85 struct scsi_cmnd *scmd, struct pqi_queue_group *queue_group, 89 struct scsi_cmnd *scmd, struct pqi_queue_group *queue_group, 2952 struct pqi_queue_group *queue_group) in pqi_raid_bypass_submit_scsi_cmd() argument 3033 return pqi_aio_submit_r1_write_io(ctrl_info, scmd, queue_group, in pqi_raid_bypass_submit_scsi_cmd() 3037 return pqi_aio_submit_r56_write_io(ctrl_info, scmd, queue_group, in pqi_raid_bypass_submit_scsi_cmd() 3043 rmd.cdb, rmd.cdb_length, queue_group, in pqi_raid_bypass_submit_scsi_cmd() 3382 static int pqi_process_io_intr(struct pqi_ctrl_info *ctrl_info, struct pqi_queue_group *queue_group) in pqi_process_io_intr() argument 3392 oq_ci = queue_group->oq_ci_copy; in pqi_process_io_intr() [all …]
|
D | smartpqi.h | 1255 struct pqi_queue_group *queue_group; member
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 188 struct mlxsw_pci_queue_type_group *queue_group; in __mlxsw_pci_queue_count() local 190 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count() 191 return queue_group->count; in __mlxsw_pci_queue_count() 1002 struct mlxsw_pci_queue_type_group *queue_group; in mlxsw_pci_queue_group_init() local 1006 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_ops->type); in mlxsw_pci_queue_group_init() 1007 queue_group->q = kcalloc(num_qs, sizeof(*queue_group->q), GFP_KERNEL); in mlxsw_pci_queue_group_init() 1008 if (!queue_group->q) in mlxsw_pci_queue_group_init() 1013 &queue_group->q[i], i); in mlxsw_pci_queue_group_init() 1017 queue_group->count = num_qs; in mlxsw_pci_queue_group_init() 1023 mlxsw_pci_queue_fini(mlxsw_pci, q_ops, &queue_group->q[i]); in mlxsw_pci_queue_group_init() [all …]
|