Home
last modified time | relevance | path

Searched refs:qp_open_attr (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/core/
Dverbs.c1141 struct ib_qp_open_attr *qp_open_attr) in ib_open_qp() argument
1145 if (qp_open_attr->qp_type != IB_QPT_XRC_TGT) in ib_open_qp()
1149 real_qp = xa_load(&xrcd->tgt_qps, qp_open_attr->qp_num); in ib_open_qp()
1154 qp = __ib_open_qp(real_qp, qp_open_attr->event_handler, in ib_open_qp()
1155 qp_open_attr->qp_context); in ib_open_qp()
/kernel/linux/linux-5.10/include/rdma/
Dib_verbs.h3732 struct ib_qp_open_attr *qp_open_attr);