Home
last modified time | relevance | path

Searched refs:mlx4_cq (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/mlx4/
Dcq.h138 static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd, in mlx4_cq_arm()
163 static inline void mlx4_cq_set_ci(struct mlx4_cq *cq) in mlx4_cq_set_ci()
173 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq,
175 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
Ddevice.h691 struct mlx4_cq { struct
692 void (*comp) (struct mlx4_cq *); argument
693 void (*event) (struct mlx4_cq *, enum mlx4_event); argument
711 void (*comp)(struct mlx4_cq *); argument
1062 struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq,
1064 void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq);
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dcq.c63 struct mlx4_cq *mcq, *temp; in mlx4_cq_tasklet_cb()
82 static void mlx4_add_cq_to_tasklet(struct mlx4_cq *cq) in mlx4_add_cq_to_tasklet()
102 struct mlx4_cq *cq; in mlx4_cq_completion()
119 struct mlx4_cq *cq; in mlx4_cq_event()
163 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_modify()
185 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_resize()
285 struct mlx4_cq *cq, unsigned vector, int collapsed, in mlx4_cq_alloc()
361 void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq) in mlx4_cq_free()
Dmlx4_en.h335 struct mlx4_cq mcq;
760 void mlx4_en_tx_irq(struct mlx4_cq *mcq);
805 void mlx4_en_rx_irq(struct mlx4_cq *mcq);
Den_cq.c40 static void mlx4_en_cq_event(struct mlx4_cq *cq, enum mlx4_event event) in mlx4_en_cq_event()
Den_tx.c389 struct mlx4_cq *mcq = &cq->mcq; in mlx4_en_process_tx_cq()
493 void mlx4_en_tx_irq(struct mlx4_cq *mcq) in mlx4_en_tx_irq()
Den_rx.c1013 void mlx4_en_rx_irq(struct mlx4_cq *mcq) in mlx4_en_rx_irq()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmlx4_ib.h105 struct mlx4_cq mcq;
583 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq) in to_mibcq()
Dcq.c42 static void mlx4_ib_cq_comp(struct mlx4_cq *cq) in mlx4_ib_cq_comp()
48 static void mlx4_ib_cq_event(struct mlx4_cq *cq, enum mlx4_event type) in mlx4_ib_cq_event()
Dmain.c2633 struct mlx4_cq *mcq; in mlx4_ib_handle_catas_error()