Home
last modified time | relevance | path

Searched refs:ibv_qp_type (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h444 void mlx4_calc_sq_wqe_size(struct ibv_qp_cap *cap, enum ibv_qp_type type,
447 enum ibv_qp_type type, struct mlx4_qp *qp);
449 enum ibv_qp_type type);
H A Dqp.c575 static int num_inline_segs(int data, enum ibv_qp_type type) in num_inline_segs()
599 void mlx4_calc_sq_wqe_size(struct ibv_qp_cap *cap, enum ibv_qp_type type, in mlx4_calc_sq_wqe_size()
654 enum ibv_qp_type type, struct mlx4_qp *qp) in mlx4_alloc_qp_buf()
705 enum ibv_qp_type type) in mlx4_set_sq_sizes()
/freebsd/contrib/ofed/libibcm/
H A Dcm.h112 enum ibv_qp_type qp_type;
357 enum ibv_qp_type qp_type;
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h756 enum ibv_qp_type { enum
779 enum ibv_qp_type qp_type;
814 enum ibv_qp_type qp_type;
839 enum ibv_qp_type qp_type;
1048 enum ibv_qp_type qp_type;
2367 static inline int ibv_is_qpt_supported(uint32_t caps, enum ibv_qp_type qpt) in ibv_is_qpt_supported()
H A Dcompat-1_0.c79 enum ibv_qp_type qp_type;
127 enum ibv_qp_type qp_type;
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h143 enum ibv_qp_type qp_type;
/freebsd/contrib/ofed/librdmacm/
H A Drdma_cma.h137 enum ibv_qp_type qp_type;
H A Dcma.c483 enum ibv_qp_type qp_type) in ucma_alloc_id()
518 enum rdma_port_space ps, enum ibv_qp_type qp_type) in rdma_create_id2()
557 enum ibv_qp_type qp_type; in rdma_create_id()
985 static int ucma_is_ud_qp(enum ibv_qp_type qp_type) in ucma_is_ud_qp()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h641 void mlx5_calc_sq_wqe_size(struct ibv_qp_cap *cap, enum ibv_qp_type type,
644 enum ibv_qp_type type);
H A Dverbs.c773 static int sq_overhead(enum ibv_qp_type qp_type) in sq_overhead()
1038 static const char *qptype2key(enum ibv_qp_type type) in qptype2key()