Searched refs:qp_entry (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/infiniband/core/ |
| D | mr_pool.c | 14 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()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dsc/ |
| D | rc_calc.h | 74 struct qp_entry { struct 79 typedef struct qp_entry qp_table[]; argument
|
| D | rc_calc.c | 50 const struct qp_entry *table = 0L; in get_qp_set()
|
| /Linux-v5.4/drivers/misc/vmw_vmci/ |
| D | vmci_queue_pair.c | 184 struct qp_entry { struct 196 struct qp_entry qp; argument 214 struct qp_entry qp; 797 static struct qp_entry *qp_list_find(struct qp_list *qp_list, in qp_list_find() 800 struct qp_entry *entry; in qp_list_find() 820 struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle); in qp_guest_handle_to_entry() 834 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry() 995 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry() 1005 struct qp_entry *entry) in qp_list_remove_entry() 1885 static struct qp_entry *qp_list_get_head(struct qp_list *qp_list) in qp_list_get_head() [all …]
|
| /Linux-v5.4/include/rdma/ |
| D | ib_verbs.h | 1772 struct list_head qp_entry; /* FR */ member
|