Searched refs:mlx5_ib_qp (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/modules/mlx5ib/
H A DMakefile13 mlx5_ib_qp.c \
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h195 struct mlx5_ib_qp *qp;
205 struct mlx5_ib_qp { struct
587 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp)
589 return container_of(mqp, struct mlx5_ib_qp, mqp);
592 static inline struct mlx5_ib_qp *sq_to_mibqp(struct mlx5_core_qp *msq)
594 return container_of(msq, struct mlx5_ib_qp, msq);
597 static inline struct mlx5_ib_qp *rq_to_mibqp(struct mlx5_core_qp *mrq)
599 return container_of(mrq, struct mlx5_ib_qp, mrq);
617 static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp)
619 return container_of(ibqp, struct mlx5_ib_qp, ibq
[all...]
H A Dmlx5_ib_qp.c25 * $FreeBSD: stable/10/sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c 325611 2017-11-09 19:00:11Z hselasky $
109 static void *get_wqe(struct mlx5_ib_qp *qp, int offset)
114 static void *get_recv_wqe(struct mlx5_ib_qp *qp, int n)
119 void *mlx5_get_send_wqe(struct mlx5_ib_qp *qp, int n)
126 query_wqe_idx(struct mlx5_ib_qp *qp)
153 static int mlx5_handle_sig_pipelining(struct mlx5_ib_qp *qp)
180 struct mlx5_ib_qp *qp;
197 static void mlx5_ib_sigerr_sqd_event(struct mlx5_ib_qp *qp)
262 int has_rq, struct mlx5_ib_qp *qp, struct mlx5_ib_create_qp *ucmd)
388 struct mlx5_ib_qp *q
[all...]
H A Dmlx5_ib_cq.c165 struct mlx5_ib_qp *qp)
306 static int is_atomic_response(struct mlx5_ib_qp *qp, u16 idx)
313 static void *mlx5_get_atomic_laddr(struct mlx5_ib_qp *qp, u16 idx)
325 static void handle_atomic(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64,
350 static void handle_atomics(struct mlx5_ib_qp *qp, struct mlx5_cqe64 *cqe64,
372 static void sw_send_comp(struct mlx5_ib_qp *qp, int num_entries,
402 static void sw_recv_comp(struct mlx5_ib_qp *qp, int num_entries,
432 struct mlx5_ib_qp *qp;
455 struct mlx5_ib_qp **cur_qp,
600 struct mlx5_ib_qp *cur_q
[all...]
H A Dmlx5_ib_main.c1305 struct mlx5_ib_qp *mqp;

Completed in 250 milliseconds