Searched refs:q_ops (Results 1 – 3 of 3) sorted by relevance
808 const struct mlxsw_pci_queue_ops *q_ops, in mlxsw_pci_queue_init() argument816 if (q_ops->pre_init) in mlxsw_pci_queue_init()817 q_ops->pre_init(mlxsw_pci, q); in mlxsw_pci_queue_init()820 q->count = q_ops->elem_count_f ? q_ops->elem_count_f(q) : in mlxsw_pci_queue_init()821 q_ops->elem_count; in mlxsw_pci_queue_init()822 q->elem_size = q_ops->elem_size_f ? q_ops->elem_size_f(q) : in mlxsw_pci_queue_init()823 q_ops->elem_size; in mlxsw_pci_queue_init()824 q->type = q_ops->type; in mlxsw_pci_queue_init()827 if (q_ops->tasklet) in mlxsw_pci_queue_init()828 tasklet_init(&q->tasklet, q_ops->tasklet, (unsigned long) q); in mlxsw_pci_queue_init()[all …]
258 void xskq_destroy(struct xsk_queue *q_ops);
236 static const struct vb2_ops q_ops = { variable540 pd->vidq.ops = &q_ops; in dt3155_probe()