Searched refs:mlx5_core_cq (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/dev/mlx5/
H A Dcq.h36 struct mlx5_core_cq { struct
45 void (*comp) (struct mlx5_core_cq *);
46 void (*event) (struct mlx5_core_cq *, int);
122 static inline void mlx5_cq_set_ci(struct mlx5_core_cq *cq)
132 static inline void mlx5_cq_arm(struct mlx5_core_cq *cq, u32 cmd,
159 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
161 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
162 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
164 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
167 struct mlx5_core_cq *c
[all...]
H A Ddriver.h486 struct mlx5_core_cq * volatile cq;
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_txrx.c47 mlx5e_cq_error_event(struct mlx5_core_cq *mcq, int event)
H A Den.h139 typedef void (mlx5e_cq_comp_t)(struct mlx5_core_cq *);
478 struct mlx5_core_cq mcq;
790 void mlx5e_cq_error_event(struct mlx5_core_cq *mcq, int event);
791 void mlx5e_rx_cq_comp(struct mlx5_core_cq *);
792 void mlx5e_tx_cq_comp(struct mlx5_core_cq *);
841 struct mlx5_core_cq *mcq;
H A Dmlx5_en_rx.c480 mlx5e_rx_cq_comp(struct mlx5_core_cq *mcq)
H A Dmlx5_en_tx.c637 mlx5e_tx_cq_comp(struct mlx5_core_cq *mcq)
H A Dmlx5_en_main.c1350 struct mlx5_core_cq *mcq = &cq->mcq;
1397 struct mlx5_core_cq *mcq = &cq->mcq;
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c38 struct mlx5_core_cq *cq;
80 struct mlx5_core_cq *cq;
102 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
155 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq)
160 struct mlx5_core_cq *tmp;
209 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
232 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
252 struct mlx5_core_cq *cq,
270 struct mlx5_core_cq *cq,
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h305 struct mlx5_core_cq mcq;
562 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq)
H A Dmlx5_ib_cq.c35 static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq)
42 static void mlx5_ib_cq_event(struct mlx5_core_cq *mcq, int type)
H A Dmlx5_ib_main.c1307 struct mlx5_core_cq *mcq;

Completed in 147 milliseconds