Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c822 const struct mlxsw_pci_queue_ops *q_ops, in mlxsw_pci_queue_init() argument
830 if (q_ops->pre_init) in mlxsw_pci_queue_init()
831 q_ops->pre_init(mlxsw_pci, q); in mlxsw_pci_queue_init()
834 q->count = q_ops->elem_count_f ? q_ops->elem_count_f(q) : in mlxsw_pci_queue_init()
835 q_ops->elem_count; in mlxsw_pci_queue_init()
836 q->elem_size = q_ops->elem_size_f ? q_ops->elem_size_f(q) : in mlxsw_pci_queue_init()
837 q_ops->elem_size; in mlxsw_pci_queue_init()
838 q->type = q_ops->type; in mlxsw_pci_queue_init()
841 if (q_ops->tasklet) in mlxsw_pci_queue_init()
842 tasklet_init(&q->tasklet, q_ops->tasklet, (unsigned long) q); in mlxsw_pci_queue_init()
[all …]
/Linux-v5.4/drivers/media/pci/dt3155/
Ddt3155.c225 static const struct vb2_ops q_ops = { variable
522 pd->vidq.ops = &q_ops; in dt3155_probe()
/Linux-v5.4/net/xdp/
Dxsk_queue.h376 void xskq_destroy(struct xsk_queue *q_ops);