Home
last modified time | relevance | path

Searched refs:qp_priv_free (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dqp.h94 void qp_priv_free(struct rvt_dev_info *rdi, struct rvt_qp *qp);
H A Dqp.c698 void qp_priv_free(struct rvt_dev_info *rdi, struct rvt_qp *qp) in qp_priv_free() function
H A Dverbs.c1823 dd->verbs_dev.rdi.driver_f.qp_priv_free = qp_priv_free; in hfi1_register_ib_device()
/linux/include/rdma/
H A Drdma_vt.h257 void (*qp_priv_free)(struct rvt_dev_info *rdi, struct rvt_qp *qp); member