Home
last modified time | relevance | path

Searched refs:ibv_cq_ex (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dcq.c792 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()
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()
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()
939 static inline int mlx5_start_poll_v0(struct ibv_cq_ex *ibcq, in mlx5_start_poll_v0()
945 static inline int mlx5_start_poll_v1(struct ibv_cq_ex *ibcq, in mlx5_start_poll_v1()
1031 static inline void mlx5_end_poll(struct ibv_cq_ex *ibcq) in mlx5_end_poll()
1226 int (*next_poll)(struct ibv_cq_ex *ibcq);
[all …]
H A Dmlx5.h318 struct ibv_cq_ex ibv_cq;
597 struct ibv_cq_ex *mlx5_create_cq_ex(struct ibv_context *context,
H A Dverbs.c342 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()
H A Dmlx5dv.h96 struct ibv_cq_ex *mlx5dv_create_cq(struct ibv_context *context,
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1078 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
1101 uint32_t (*read_qp_num)(struct ibv_cq_ex *current); argument
1102 uint32_t (*read_src_qp)(struct ibv_cq_ex *current); argument
1103 int (*read_wc_flags)(struct ibv_cq_ex *current); argument
1104 uint32_t (*read_slid)(struct ibv_cq_ex *current); argument
1105 uint8_t (*read_sl)(struct ibv_cq_ex *current); argument
1108 uint16_t (*read_cvlan)(struct ibv_cq_ex *current); argument
[all …]
H A Dibverbs.h63 struct ibv_cq_ex *(*create_cq_ex)(struct ibv_context *context,
H A Ddevice.c175 static struct ibv_cq_ex *
180 struct ibv_cq_ex *cq; in __lib_ibv_create_cq_ex()
H A Ddriver.h195 struct ibv_cq_ex *cq,
H A Dcmd.c492 struct ibv_cq_ex *cq, in ibv_cmd_create_cq_ex()
/freebsd/contrib/ofed/libmlx4/
H A Dcq.c432 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()
539 static uint32_t mlx4_cq_read_wc_qp_num(struct ibv_cq_ex *ibcq) in mlx4_cq_read_wc_qp_num()
546 static int mlx4_cq_read_wc_flags(struct ibv_cq_ex *ibcq) in mlx4_cq_read_wc_flags()
608 static uint32_t mlx4_cq_read_wc_slid(struct ibv_cq_ex *ibcq) in mlx4_cq_read_wc_slid()
[all …]
H A Dmlx4.h178 struct ibv_cq_ex ibv_cq;
387 struct ibv_cq_ex *mlx4_create_cq_ex(struct ibv_context *context,
H A Dverbs.c451 static struct ibv_cq_ex *create_cq(struct ibv_context *context, in create_cq()
551 struct ibv_cq_ex *cq; in mlx4_create_cq()
560 struct ibv_cq_ex *mlx4_create_cq_ex(struct ibv_context *context, in mlx4_create_cq_ex()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c401 static struct ibv_cq_ex *
559 struct ibv_cq_ex *ibvcq_ex; in irdma_ucreate_cq()
566 struct ibv_cq_ex *
733 struct ibv_cq_ex *ibvcq_ex = &iwucq->verbs_cq.cq_ex; in irdma_process_cqe_ext()
972 irdma_next_poll(struct ibv_cq_ex *ibvcq_ex) in irdma_next_poll()
994 irdma_end_poll(struct ibv_cq_ex *ibvcq_ex) in irdma_end_poll()
1003 irdma_wc_read_opcode(struct ibv_cq_ex *ibvcq_ex) in irdma_wc_read_opcode()
1046 irdma_wc_read_wc_flags(struct ibv_cq_ex *ibvcq_ex) in irdma_wc_read_wc_flags()
1087 static __be32 irdma_wc_read_imm_data(struct ibv_cq_ex *ibvcq_ex){ in irdma_wc_read_imm_data()
1118 static uint8_t irdma_wc_read_sl(struct ibv_cq_ex *ibvcq_ex){ in irdma_wc_read_sl()
[all …]
H A Dirdma_umain.h106 struct ibv_cq_ex cq_ex;
169 struct ibv_cq_ex *irdma_ucreate_cq_ex(struct ibv_context *context,
/freebsd/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c69 struct ibv_cq_ex *cq_ex;