Symbol: mlx4_cq
drivers/infiniband/hw/mlx4/cq.c
43
static void mlx4_ib_cq_comp(struct mlx4_cq *cq)
drivers/infiniband/hw/mlx4/cq.c
49
static void mlx4_ib_cq_event(struct mlx4_cq *cq, enum mlx4_event type)
drivers/infiniband/hw/mlx4/main.c
3074
struct mlx4_cq *mcq;
drivers/infiniband/hw/mlx4/mlx4_ib.h
118
struct mlx4_cq mcq;
drivers/infiniband/hw/mlx4/mlx4_ib.h
698
static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq)
drivers/net/ethernet/mellanox/mlx4/cq.c
106
struct mlx4_cq *cq;
drivers/net/ethernet/mellanox/mlx4/cq.c
129
struct mlx4_cq *cq;
drivers/net/ethernet/mellanox/mlx4/cq.c
169
int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq,
drivers/net/ethernet/mellanox/mlx4/cq.c
191
int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
drivers/net/ethernet/mellanox/mlx4/cq.c
344
struct mlx4_cq *cq, unsigned vector, int collapsed,
drivers/net/ethernet/mellanox/mlx4/cq.c
436
void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq)
drivers/net/ethernet/mellanox/mlx4/cq.c
63
struct mlx4_cq *mcq, *temp;
drivers/net/ethernet/mellanox/mlx4/cq.c
82
static void mlx4_add_cq_to_tasklet(struct mlx4_cq *cq)
drivers/net/ethernet/mellanox/mlx4/en_cq.c
40
static void mlx4_en_cq_event(struct mlx4_cq *cq, enum mlx4_event event)
drivers/net/ethernet/mellanox/mlx4/en_rx.c
959
void mlx4_en_rx_irq(struct mlx4_cq *mcq)
drivers/net/ethernet/mellanox/mlx4/en_tx.c
428
struct mlx4_cq *mcq = &cq->mcq;
drivers/net/ethernet/mellanox/mlx4/en_tx.c
538
void mlx4_en_tx_irq(struct mlx4_cq *mcq)
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
356
struct mlx4_cq mcq;
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
692
void mlx4_en_tx_irq(struct mlx4_cq *mcq);
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
753
void mlx4_en_rx_irq(struct mlx4_cq *mcq);
include/linux/mlx4/cq.h
147
static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd,
include/linux/mlx4/cq.h
172
static inline void mlx4_cq_set_ci(struct mlx4_cq *cq)
include/linux/mlx4/cq.h
182
int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq,
include/linux/mlx4/cq.h
184
int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
include/linux/mlx4/device.h
1147
struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq,
include/linux/mlx4/device.h
1150
void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq);
include/linux/mlx4/device.h
727
void (*comp) (struct mlx4_cq *);
include/linux/mlx4/device.h
728
void (*event) (struct mlx4_cq *, enum mlx4_event);
include/linux/mlx4/device.h
746
void (*comp)(struct mlx4_cq *);