Searched refs:qp_entry (Results 1 – 4 of 4) sorted by relevance
/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()
|
/drivers/gpu/drm/amd/display/dc/dsc/ |
D | rc_calc.h | 73 struct qp_entry { struct 78 typedef struct qp_entry qp_table[]; argument
|
D | rc_calc.c | 51 const struct qp_entry *table = 0L; in get_qp_set()
|
/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; 802 static struct qp_entry *qp_list_find(struct qp_list *qp_list, in qp_list_find() 805 struct qp_entry *entry; in qp_list_find() 825 struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle); in qp_guest_handle_to_entry() 839 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry() 1001 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry() 1011 struct qp_entry *entry) in qp_list_remove_entry() 1892 static struct qp_entry *qp_list_get_head(struct qp_list *qp_list) in qp_list_get_head() [all …]
|