Searched refs:qp_entry (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/infiniband/core/ |
A 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/drivers/gpu/drm/amd/display/dc/dml/dsc/ |
A D | rc_calc_fpu.h | 74 struct qp_entry { struct 79 typedef struct qp_entry qp_table[]; argument
|
A D | rc_calc_fpu.c | 81 const struct qp_entry *table = 0L; in get_qp_set()
|
/linux/drivers/misc/vmw_vmci/ |
A D | vmci_queue_pair.c | 184 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() 1012 struct qp_entry *entry) in qp_list_remove_entry() 1895 struct qp_entry *entry = in qp_list_get_head() 1896 list_first_entry(&qp_list->head, struct qp_entry, in qp_list_get_head() 1906 struct qp_entry *entry; in vmci_qp_broker_exit() [all …]
|
/linux/include/rdma/ |
A D | ib_verbs.h | 1812 struct list_head qp_entry; /* FR */ member
|
Completed in 31 milliseconds