Home
last modified time | relevance | path

Searched refs:ibvqp (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ofed/libbnxtre/
H A Dverbs.h149 static inline int ibv_cmd_modify_qp_compat(struct ibv_qp *ibvqp, in ibv_cmd_modify_qp_compat() argument
163 rc = ibv_cmd_modify_qp_ex(ibvqp, attr, attr_mask, &req->cmd, in ibv_cmd_modify_qp_compat()
170 rc = ibv_cmd_modify_qp(ibvqp, attr, attr_mask, in ibv_cmd_modify_qp_compat()
H A Dverbs.c617 scq = to_bnxt_re_cq(qp->ibvqp.send_cq); in bnxt_re_poll_err_scqe()
713 rcq = to_bnxt_re_cq(qp->ibvqp.recv_cq); in bnxt_re_poll_err_rcqe()
865 scq = to_bnxt_re_cq(qp->ibvqp.send_cq); in bnxt_re_qp_move_flush_err()
866 rcq = to_bnxt_re_cq(qp->ibvqp.recv_cq); in bnxt_re_qp_move_flush_err()
1523 struct ibv_qp *ibvqp; in bnxt_re_async_event() local
1534 ibvqp = event->element.qp; in bnxt_re_async_event()
1535 qp = to_bnxt_re_qp(ibvqp); in bnxt_re_async_event()
1594 if (ibv_cmd_create_qp(ibvpd, &qp->ibvqp, attr, &req.cmd, sizeof(req), in bnxt_re_create_qp()
1633 return &qp->ibvqp; in bnxt_re_create_qp()
1639 int bnxt_re_modify_qp(struct ibv_qp *ibvqp, struct ibv_qp_attr *attr, in bnxt_re_modify_qp() argument
[all …]
H A Dmain.h204 struct ibv_qp ibvqp; member
359 static inline struct bnxt_re_qp *to_bnxt_re_qp(struct ibv_qp *ibvqp) in to_bnxt_re_qp() argument
361 return container_of(ibvqp, struct bnxt_re_qp, ibvqp); in to_bnxt_re_qp()