Searched refs:mlx4_cq (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/mlx4/ |
H A D | cq.h | 147 static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd, in mlx4_cq_arm() 172 static inline void mlx4_cq_set_ci(struct mlx4_cq *cq) in mlx4_cq_set_ci() 182 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, 184 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
|
H A D | device.h | 726 struct mlx4_cq { struct 727 void (*comp) (struct mlx4_cq *); argument 728 void (*event) (struct mlx4_cq *, enum mlx4_event); argument 746 void (*comp)(struct mlx4_cq *); argument 1147 struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq, 1150 void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cq.c | 63 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() 106 struct mlx4_cq *cq; in mlx4_cq_completion() 129 struct mlx4_cq *cq; in mlx4_cq_event() 169 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_modify() 191 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_resize() 344 struct mlx4_cq *cq, unsigned vector, int collapsed, in mlx4_cq_alloc() 436 void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq) in mlx4_cq_free()
|
H A D | mlx4_en.h | 364 struct mlx4_cq mcq; 699 void mlx4_en_tx_irq(struct mlx4_cq *mcq); 762 void mlx4_en_rx_irq(struct mlx4_cq *mcq);
|
H A D | en_cq.c | 40 static void mlx4_en_cq_event(struct mlx4_cq *cq, enum mlx4_event event) in mlx4_en_cq_event()
|
H A D | en_tx.c | 433 struct mlx4_cq *mcq = &cq->mcq; in mlx4_en_process_tx_cq() 541 void mlx4_en_tx_irq(struct mlx4_cq *mcq) in mlx4_en_tx_irq()
|
H A D | en_rx.c | 985 void mlx4_en_rx_irq(struct mlx4_cq *mcq) in mlx4_en_rx_irq()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | mlx4_ib.h | 118 struct mlx4_cq mcq; 695 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq) in to_mibcq()
|
H A D | cq.c | 43 static void mlx4_ib_cq_comp(struct mlx4_cq *cq) in mlx4_ib_cq_comp() 49 static void mlx4_ib_cq_event(struct mlx4_cq *cq, enum mlx4_event type) in mlx4_ib_cq_event()
|
H A D | main.c | 3076 struct mlx4_cq *mcq; in mlx4_ib_handle_catas_error()
|