Home
last modified time | relevance | path

Searched refs:qp_list (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c229 struct qp_list { struct
234 static struct qp_list qp_broker_list = { argument
239 static struct qp_list qp_guest_endpoints = {
815 static struct qp_entry *qp_list_find(struct qp_list *qp_list, in qp_list_find() argument
823 list_for_each_entry(entry, &qp_list->head, list_item) { in qp_list_find()
1012 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry() argument
1015 list_add(&entry->list_item, &qp_list->head); in qp_list_add_entry()
1021 static void qp_list_remove_entry(struct qp_list *qp_list, in qp_list_remove_entry() argument
1903 static struct qp_entry *qp_list_get_head(struct qp_list *qp_list) in qp_list_get_head() argument
1905 if (!list_empty(&qp_list->head)) { in qp_list_get_head()
[all …]
/linux-4.19.296/include/rdma/
Drdmavt_qp.h450 struct list_head qp_list; member
Dib_verbs.h1723 struct list_head qp_list; member