Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c1118 struct qp_guest_endpoint *queue_pair_entry = NULL; in qp_alloc_guest_work() local
1125 queue_pair_entry = qp_guest_handle_to_entry(*handle); in qp_alloc_guest_work()
1126 if (queue_pair_entry) { in qp_alloc_guest_work()
1127 if (queue_pair_entry->qp.flags & VMCI_QPFLAG_LOCAL) { in qp_alloc_guest_work()
1129 if (queue_pair_entry->qp.ref_count > 1) { in qp_alloc_guest_work()
1135 if (queue_pair_entry->qp.produce_size != consume_size || in qp_alloc_guest_work()
1136 queue_pair_entry->qp.consume_size != in qp_alloc_guest_work()
1138 queue_pair_entry->qp.flags != in qp_alloc_guest_work()
1154 my_produce_q = queue_pair_entry->consume_q; in qp_alloc_guest_work()
1155 my_consume_q = queue_pair_entry->produce_q; in qp_alloc_guest_work()
[all …]