Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_queue_pair.c730 vmci_queue_header_init((*produce_q)->q_header, *handle); in vmci_queue_pair_alloc_guest_work()
731 vmci_queue_header_init((*consume_q)->q_header, *handle); in vmci_queue_pair_alloc_guest_work()
H A Dvmci_defs.h626 vmci_queue_header_init(struct vmci_queue_header *q_header, in vmci_queue_header_init() function