q_ops 225 drivers/media/pci/dt3155/dt3155.c static const struct vb2_ops q_ops = { q_ops 522 drivers/media/pci/dt3155/dt3155.c pd->vidq.ops = &q_ops; q_ops 822 drivers/net/ethernet/mellanox/mlxsw/pci.c const struct mlxsw_pci_queue_ops *q_ops, q_ops 830 drivers/net/ethernet/mellanox/mlxsw/pci.c if (q_ops->pre_init) q_ops 831 drivers/net/ethernet/mellanox/mlxsw/pci.c q_ops->pre_init(mlxsw_pci, q); q_ops 834 drivers/net/ethernet/mellanox/mlxsw/pci.c q->count = q_ops->elem_count_f ? q_ops->elem_count_f(q) : q_ops 835 drivers/net/ethernet/mellanox/mlxsw/pci.c q_ops->elem_count; q_ops 836 drivers/net/ethernet/mellanox/mlxsw/pci.c q->elem_size = q_ops->elem_size_f ? q_ops->elem_size_f(q) : q_ops 837 drivers/net/ethernet/mellanox/mlxsw/pci.c q_ops->elem_size; q_ops 838 drivers/net/ethernet/mellanox/mlxsw/pci.c q->type = q_ops->type; q_ops 841 drivers/net/ethernet/mellanox/mlxsw/pci.c if (q_ops->tasklet) q_ops 842 drivers/net/ethernet/mellanox/mlxsw/pci.c tasklet_init(&q->tasklet, q_ops->tasklet, (unsigned long) q); q_ops 869 drivers/net/ethernet/mellanox/mlxsw/pci.c err = q_ops->init(mlxsw_pci, mbox, q); q_ops 883 drivers/net/ethernet/mellanox/mlxsw/pci.c const struct mlxsw_pci_queue_ops *q_ops, q_ops 888 drivers/net/ethernet/mellanox/mlxsw/pci.c q_ops->fini(mlxsw_pci, q); q_ops 895 drivers/net/ethernet/mellanox/mlxsw/pci.c const struct mlxsw_pci_queue_ops *q_ops, q_ops 902 drivers/net/ethernet/mellanox/mlxsw/pci.c queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_ops->type); q_ops 908 drivers/net/ethernet/mellanox/mlxsw/pci.c err = mlxsw_pci_queue_init(mlxsw_pci, mbox, q_ops, q_ops 919 drivers/net/ethernet/mellanox/mlxsw/pci.c mlxsw_pci_queue_fini(mlxsw_pci, q_ops, &queue_group->q[i]); q_ops 925 drivers/net/ethernet/mellanox/mlxsw/pci.c const struct mlxsw_pci_queue_ops *q_ops) q_ops 930 drivers/net/ethernet/mellanox/mlxsw/pci.c queue_group = mlxsw_pci_queue_type_group_get(mlxsw_pci, q_ops->type); q_ops 932 drivers/net/ethernet/mellanox/mlxsw/pci.c mlxsw_pci_queue_fini(mlxsw_pci, q_ops, &queue_group->q[i]); q_ops 376 net/xdp/xsk_queue.h void xskq_destroy(struct xsk_queue *q_ops);