Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_queue_pair.c524 struct vmci_queue_pair_alloc_msg *alloc_msg; in vmci_queue_pair_alloc_hypercall() local
535 if (!alloc_msg) in vmci_queue_pair_alloc_hypercall()
540 alloc_msg->hdr.src = VMCI_ANON_SRC_HANDLE; in vmci_queue_pair_alloc_hypercall()
542 alloc_msg->handle = entry->qp.handle; in vmci_queue_pair_alloc_hypercall()
543 alloc_msg->peer = entry->qp.peer; in vmci_queue_pair_alloc_hypercall()
544 alloc_msg->flags = entry->qp.flags; in vmci_queue_pair_alloc_hypercall()
545 alloc_msg->produce_size = entry->qp.produce_size; in vmci_queue_pair_alloc_hypercall()
546 alloc_msg->consume_size = entry->qp.consume_size; in vmci_queue_pair_alloc_hypercall()
547 alloc_msg->num_ppns = entry->num_ppns; in vmci_queue_pair_alloc_hypercall()
549 sizeof(*alloc_msg), &entry->ppn_set); in vmci_queue_pair_alloc_hypercall()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1248 static struct mlx5_cmd_msg *alloc_msg(struct mlx5_core_dev *dev, int in_size, in alloc_msg() function
1305 inb = alloc_msg(dev, in_size, gfp); in cmd_exec_helper()