Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c841 const struct mlxsw_pci_queue_ops *q_ops, in mlxsw_pci_queue_init() argument
849 if (q_ops->pre_init) in mlxsw_pci_queue_init()
850 q_ops->pre_init(mlxsw_pci, q); in mlxsw_pci_queue_init()
853 q->count = q_ops->elem_count_f ? q_ops->elem_count_f(q) : in mlxsw_pci_queue_init()
854 q_ops->elem_count; in mlxsw_pci_queue_init()
855 q->elem_size = q_ops->elem_size_f ? q_ops->elem_size_f(q) : in mlxsw_pci_queue_init()
856 q_ops->elem_size; in mlxsw_pci_queue_init()
857 q->type = q_ops->type; in mlxsw_pci_queue_init()
860 if (q_ops->tasklet) in mlxsw_pci_queue_init()
861 tasklet_setup(&q->tasklet, q_ops->tasklet); in mlxsw_pci_queue_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/dt3155/
H A Ddt3155.c225 static const struct vb2_ops q_ops = { variable
522 pd->vidq.ops = &q_ops; in dt3155_probe()
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxsk_queue.h381 void xskq_destroy(struct xsk_queue *q_ops);