Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Dmr_pool.c22 mr = list_first_entry_or_null(list, struct ib_mr, qp_entry); in ib_mr_pool_get()
24 list_del(&mr->qp_entry); in ib_mr_pool_get()
38 list_add(&mr->qp_entry, list); in ib_mr_pool_put()
59 list_add_tail(&mr->qp_entry, list); in ib_mr_pool_init()
77 mr = list_first_entry(list, struct ib_mr, qp_entry); in ib_mr_pool_destroy()
78 list_del(&mr->qp_entry); in ib_mr_pool_destroy()
/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c192 struct qp_entry { struct
204 struct qp_entry qp; argument
222 struct qp_entry qp;
810 static struct qp_entry *qp_list_find(struct qp_list *qp_list, in qp_list_find()
813 struct qp_entry *entry; in qp_list_find()
833 struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle); in qp_guest_handle_to_entry()
847 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry()
1006 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry()
1016 struct qp_entry *entry) in qp_list_remove_entry()
1896 static struct qp_entry *qp_list_get_head(struct qp_list *qp_list) in qp_list_get_head()
[all …]
/Linux-v4.19/include/rdma/
Dib_verbs.h1801 struct list_head qp_entry; /* FR */ member