Searched refs:q_ops (Results 1 – 2 of 2) sorted by relevance
931 const struct mlxsw_pci_queue_ops *q_ops, in mlxsw_pci_queue_init() argument940 q->count = q_ops->elem_count; in mlxsw_pci_queue_init()941 q->elem_size = q_ops->elem_size; in mlxsw_pci_queue_init()942 q->type = q_ops->type; in mlxsw_pci_queue_init()945 if (q_ops->tasklet) in mlxsw_pci_queue_init()946 tasklet_init(&q->tasklet, q_ops->tasklet, (unsigned long) q); in mlxsw_pci_queue_init()970 __mlxsw_pci_queue_elem_get(q, q_ops->elem_size, i); in mlxsw_pci_queue_init()974 err = q_ops->init(mlxsw_pci, mbox, q); in mlxsw_pci_queue_init()988 const struct mlxsw_pci_queue_ops *q_ops, in mlxsw_pci_queue_fini() argument993 q_ops->fini(mlxsw_pci, q); in mlxsw_pci_queue_fini()[all …]
238 static const struct vb2_ops q_ops = { variable542 pd->vidq.ops = &q_ops; in dt3155_probe()