Home
last modified time | relevance | path

Searched refs:queue_group (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi_init.c61 struct pqi_queue_group *queue_group, enum pqi_io_path path,
68 unsigned int cdb_length, struct pqi_queue_group *queue_group,
2327 struct pqi_queue_group *queue_group) in pqi_raid_bypass_submit_scsi_cmd() argument
2649 cdb, cdb_length, queue_group, encryption_info_ptr, true); in pqi_raid_bypass_submit_scsi_cmd()
2968 struct pqi_queue_group *queue_group) in pqi_process_io_intr() argument
2978 oq_ci = queue_group->oq_ci_copy; in pqi_process_io_intr()
2981 oq_pi = readl(queue_group->oq_pi); in pqi_process_io_intr()
2986 response = queue_group->oq_element_array + in pqi_process_io_intr()
3045 queue_group->oq_ci_copy = oq_ci; in pqi_process_io_intr()
3046 writel(oq_ci, queue_group->oq_ci); in pqi_process_io_intr()
[all …]
Dsmartpqi.h1049 struct pqi_queue_group *queue_group; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c186 struct mlxsw_pci_queue_type_group *queue_group; in __mlxsw_pci_queue_count() local
188 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_type); in __mlxsw_pci_queue_count()
189 return queue_group->count; in __mlxsw_pci_queue_count()
898 struct mlxsw_pci_queue_type_group *queue_group; in mlxsw_pci_queue_group_init() local
902 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_ops->type); in mlxsw_pci_queue_group_init()
903 queue_group->q = kcalloc(num_qs, sizeof(*queue_group->q), GFP_KERNEL); in mlxsw_pci_queue_group_init()
904 if (!queue_group->q) in mlxsw_pci_queue_group_init()
909 &queue_group->q[i], i); in mlxsw_pci_queue_group_init()
913 queue_group->count = num_qs; in mlxsw_pci_queue_group_init()
919 mlxsw_pci_queue_fini(mlxsw_pci, q_ops, &queue_group->q[i]); in mlxsw_pci_queue_group_init()
[all …]