Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib.h1058 static inline int is_qp1(enum ib_qp_type qp_type) in is_qp1() function
HDmlx5_ib_cq.c227 if (unlikely(is_qp1(qp->ibqp.qp_type))) { in handle_responder()
HDmlx5_ib_qp.c96 return is_qp0(qp_type) || is_qp1(qp_type); in is_sqp()
2136 else if (is_qp1(init_attr->qp_type)) in mlx5_ib_create_qp()
/freebsd-13-stable/sys/dev/irdma/
HDirdma_type.h855 bool is_qp1:1; member
HDirdma_ctrl.c732 FIELD_PREP(IRDMAQPC_ISQP1, roce_info->is_qp1) | in irdma_sc_qp_setctx_roce()