Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c1314 struct mlxsw_pci_queue_type_group *queue_group; in mlxsw_pci_queue_group_init() local
1318 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_ops->type); in mlxsw_pci_queue_group_init()
1319 queue_group->q = kzalloc_objs(*queue_group->q, num_qs); in mlxsw_pci_queue_group_init()
1320 if (!queue_group->q) in mlxsw_pci_queue_group_init()
1325 &queue_group->q[i], i); in mlxsw_pci_queue_group_init()
1329 queue_group->count = num_qs; in mlxsw_pci_queue_group_init()
1335 mlxsw_pci_queue_fini(mlxsw_pci, q_ops, &queue_group->q[i]); in mlxsw_pci_queue_group_init()
1336 kfree(queue_group->q); in mlxsw_pci_queue_group_init()
1343 struct mlxsw_pci_queue_type_group *queue_group; in mlxsw_pci_queue_group_fini() local
1346 queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_ops->type); in mlxsw_pci_queue_group_fini()
[all …]
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi.h1270 struct pqi_queue_group *queue_group; member