Searched refs:qp_entry (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/ |
H A D | rc_calc.h | 73 struct qp_entry { struct 78 typedef struct qp_entry qp_table[];
|
H A D | rc_calc.c | 51 const struct qp_entry *table = 0L; in get_qp_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dsc/ |
H A D | rc_calc_fpu.h | 74 struct qp_entry { struct 79 typedef struct qp_entry qp_table[];
|
H A D | rc_calc_fpu.c | 71 const struct qp_entry *table = NULL; in get_qp_set()
|
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.c | 184 struct qp_entry { struct 196 struct qp_entry qp; 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_hea [all...] |
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.c | 184 struct qp_entry { struct 196 struct qp_entry qp; 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() 827 struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle); in qp_guest_handle_to_entry() 841 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry() 1003 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry() 1013 struct qp_entry *entry) in qp_list_remove_entry() 1894 static struct qp_entry *qp_list_get_hea [all...] |
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 1801 struct list_head qp_entry; /* FR */ member
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_verbs.h | 1840 struct list_head qp_entry; /* FR */ member
|
Completed in 26 milliseconds