Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Dmr_pool.c14 mr = list_first_entry_or_null(list, struct ib_mr, qp_entry); in ib_mr_pool_get()
16 list_del(&mr->qp_entry); in ib_mr_pool_get()
30 list_add(&mr->qp_entry, list); in ib_mr_pool_put()
55 list_add_tail(&mr->qp_entry, list); in ib_mr_pool_init()
73 mr = list_first_entry(list, struct ib_mr, qp_entry); in ib_mr_pool_destroy()
74 list_del(&mr->qp_entry); in ib_mr_pool_destroy()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/
H A Drc_calc_fpu.h74 struct qp_entry { struct
79 typedef struct qp_entry qp_table[]; argument
H A Drc_calc_fpu.c71 const struct qp_entry *table = NULL; in get_qp_set()
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c184 struct qp_entry { struct
196 struct qp_entry qp; argument
214 struct qp_entry qp;
804 static struct qp_entry *qp_list_find(struct qp_list *qp_list, in qp_list_find()
807 struct qp_entry *entry; in qp_list_find()
841 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry()
1013 struct qp_entry *entry) in qp_list_remove_entry()
1897 struct qp_entry *entry = in qp_list_get_head()
1898 list_first_entry(&qp_list->head, struct qp_entry, in qp_list_get_head()
1908 struct qp_entry *entry; in vmci_qp_broker_exit()
[all …]
/openbmc/linux/include/rdma/
H A Dib_verbs.h1840 struct list_head qp_entry; /* FR */ member