Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c1238 const struct mlxsw_pci_queue_ops *q_ops, in mlxsw_pci_queue_init() argument
1246 if (q_ops->pre_init) in mlxsw_pci_queue_init()
1247 q_ops->pre_init(mlxsw_pci, q); in mlxsw_pci_queue_init()
1250 q->count = q_ops->elem_count_f ? q_ops->elem_count_f(q) : in mlxsw_pci_queue_init()
1251 q_ops->elem_count; in mlxsw_pci_queue_init()
1252 q->elem_size = q_ops->elem_size_f ? q_ops->elem_size_f(q) : in mlxsw_pci_queue_init()
1253 q_ops->elem_size; in mlxsw_pci_queue_init()
1254 q->type = q_ops->type; in mlxsw_pci_queue_init()
1282 err = q_ops->init(mlxsw_pci, mbox, q); in mlxsw_pci_queue_init()
1296 const struct mlxsw_pci_queue_ops *q_ops, in mlxsw_pci_queue_fini() argument
[all …]
/linux-6.12.1/drivers/media/pci/dt3155/
Ddt3155.c223 static const struct vb2_ops q_ops = { variable
517 pd->vidq.ops = &q_ops; in dt3155_probe()
/linux-6.12.1/net/xdp/
Dxsk_queue.h458 void xskq_destroy(struct xsk_queue *q_ops);