Home
last modified time | relevance | path

Searched defs:base_qp (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_verbs.c286 void siw_qp_get_ref(struct ib_qp *base_qp) in siw_qp_get_ref()
291 void siw_qp_put_ref(struct ib_qp *base_qp) in siw_qp_put_ref()
523 int siw_query_qp(struct ib_qp *base_qp, struct ib_qp_attr *qp_attr, in siw_query_qp()
558 int siw_verbs_modify_qp(struct ib_qp *base_qp, struct ib_qp_attr *attr, in siw_verbs_modify_qp()
604 int siw_destroy_qp(struct ib_qp *base_qp, struct ib_udata *udata) in siw_destroy_qp()
697 int siw_post_send(struct ib_qp *base_qp, const struct ib_send_wr *wr, in siw_post_send()
909 int siw_post_receive(struct ib_qp *base_qp, const struct ib_recv_wr *wr, in siw_post_receive()
1704 struct ib_qp *base_qp = qp->ib_qp; in siw_qp_event() local
Dsiw_main.c251 static void siw_verbs_sq_flush(struct ib_qp *base_qp) in siw_verbs_sq_flush()
260 static void siw_verbs_rq_flush(struct ib_qp *base_qp) in siw_verbs_rq_flush()
Dsiw.h486 struct ib_qp base_qp; member
580 static inline struct siw_base_qp *to_siw_base_qp(struct ib_qp *base_qp) in to_siw_base_qp()
585 static inline struct siw_qp *to_siw_qp(struct ib_qp *base_qp) in to_siw_qp()
/Linux-v5.4/include/uapi/rdma/
Dsiw-abi.h173 struct ib_qp *base_qp; member