Searched refs:ibv_cq_ex (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/ofed/libmlx5/ |
| HD | cq.c | 792 static inline void _mlx5_end_poll(struct ibv_cq_ex *ibcq, 795 static inline void _mlx5_end_poll(struct ibv_cq_ex *ibcq, in _mlx5_end_poll() 828 static inline int mlx5_start_poll(struct ibv_cq_ex *ibcq, struct ibv_poll_cq_attr *attr, 831 static inline int mlx5_start_poll(struct ibv_cq_ex *ibcq, struct ibv_poll_cq_attr *attr, in mlx5_start_poll() 896 static inline int mlx5_next_poll(struct ibv_cq_ex *ibcq, 899 static inline int mlx5_next_poll(struct ibv_cq_ex *ibcq, in mlx5_next_poll() 919 static inline int mlx5_next_poll_adaptive_v0(struct ibv_cq_ex *ibcq) in mlx5_next_poll_adaptive_v0() 924 static inline int mlx5_next_poll_adaptive_v1(struct ibv_cq_ex *ibcq) in mlx5_next_poll_adaptive_v1() 929 static inline int mlx5_next_poll_v0(struct ibv_cq_ex *ibcq) in mlx5_next_poll_v0() 934 static inline int mlx5_next_poll_v1(struct ibv_cq_ex *ibcq) in mlx5_next_poll_v1() [all …]
|
| HD | mlx5.h | 318 struct ibv_cq_ex ibv_cq; 597 struct ibv_cq_ex *mlx5_create_cq_ex(struct ibv_context *context,
|
| HD | verbs.c | 342 static struct ibv_cq_ex *create_cq(struct ibv_context *context, in create_cq() 495 struct ibv_cq_ex *cq; in mlx5_create_cq() 509 struct ibv_cq_ex *mlx5_create_cq_ex(struct ibv_context *context, in mlx5_create_cq_ex() 515 struct ibv_cq_ex *mlx5dv_create_cq(struct ibv_context *context, in mlx5dv_create_cq() 519 struct ibv_cq_ex *cq; in mlx5dv_create_cq()
|
| HD | mlx5dv.h | 96 struct ibv_cq_ex *mlx5dv_create_cq(struct ibv_context *context,
|
| /freebsd-11-stable/contrib/ofed/libmlx4/ |
| HD | cq.c | 420 static inline void _mlx4_end_poll(struct ibv_cq_ex *ibcq, int lock) 422 static inline void _mlx4_end_poll(struct ibv_cq_ex *ibcq, int lock) in _mlx4_end_poll() 432 static inline int _mlx4_start_poll(struct ibv_cq_ex *ibcq, 436 static inline int _mlx4_start_poll(struct ibv_cq_ex *ibcq, in _mlx4_start_poll() 466 static int mlx4_next_poll(struct ibv_cq_ex *ibcq) in mlx4_next_poll() 479 static void mlx4_end_poll(struct ibv_cq_ex *ibcq) in mlx4_end_poll() 484 static void mlx4_end_poll_lock(struct ibv_cq_ex *ibcq) in mlx4_end_poll_lock() 489 static int mlx4_start_poll(struct ibv_cq_ex *ibcq, in mlx4_start_poll() 495 static int mlx4_start_poll_lock(struct ibv_cq_ex *ibcq, in mlx4_start_poll_lock() 501 static enum ibv_wc_opcode mlx4_cq_read_wc_opcode(struct ibv_cq_ex *ibcq) in mlx4_cq_read_wc_opcode() [all …]
|
| HD | mlx4.h | 178 struct ibv_cq_ex ibv_cq; 387 struct ibv_cq_ex *mlx4_create_cq_ex(struct ibv_context *context,
|
| HD | verbs.c | 451 static struct ibv_cq_ex *create_cq(struct ibv_context *context, in create_cq() 548 struct ibv_cq_ex *cq; in mlx4_create_cq() 557 struct ibv_cq_ex *mlx4_create_cq_ex(struct ibv_context *context, in mlx4_create_cq_ex()
|
| /freebsd-11-stable/contrib/ofed/libibverbs/ |
| HD | verbs.h | 1078 struct ibv_cq_ex { struct 1093 int (*start_poll)(struct ibv_cq_ex *current, argument 1095 int (*next_poll)(struct ibv_cq_ex *current); argument 1096 void (*end_poll)(struct ibv_cq_ex *current); argument 1097 enum ibv_wc_opcode (*read_opcode)(struct ibv_cq_ex *current); argument 1098 uint32_t (*read_vendor_err)(struct ibv_cq_ex *current); argument 1099 uint32_t (*read_byte_len)(struct ibv_cq_ex *current); argument 1100 uint32_t (*read_imm_data)(struct ibv_cq_ex *current); argument 1101 uint32_t (*read_qp_num)(struct ibv_cq_ex *current); argument 1102 uint32_t (*read_src_qp)(struct ibv_cq_ex *current); argument [all …]
|
| HD | device.c | 155 static struct ibv_cq_ex * 160 struct ibv_cq_ex *cq; in __lib_ibv_create_cq_ex()
|
| HD | ibverbs.h | 63 struct ibv_cq_ex *(*create_cq_ex)(struct ibv_context *context,
|
| HD | driver.h | 192 struct ibv_cq_ex *cq,
|
| HD | cmd.c | 492 struct ibv_cq_ex *cq, in ibv_cmd_create_cq_ex()
|
| /freebsd-11-stable/contrib/ofed/libibverbs/examples/ |
| HD | rc_pingpong.c | 69 struct ibv_cq_ex *cq_ex;
|