Home
last modified time | relevance | path

Searched refs:is_qp1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h1116 static inline int is_qp1(enum ib_qp_type qp_type) in is_qp1() function
H A Dmlx5_ib_cq.c228 if (unlikely(is_qp1(qp->ibqp.qp_type))) { in handle_responder()
H A Dmlx5_ib_qp.c97 return is_qp0(qp_type) || is_qp1(qp_type); in is_sqp()
2160 else if (is_qp1(init_attr->qp_type)) in mlx5_ib_create_qp()
/freebsd/sys/dev/irdma/
H A Dirdma_type.h855 bool is_qp1:1; member
H A Dirdma_ctrl.c732 FIELD_PREP(IRDMAQPC_ISQP1, roce_info->is_qp1) | in irdma_sc_qp_setctx_roce()