Searched refs:resource_id (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/sys/dev/virtio/gpu/
H A Dvirtio_gpu.h157 uint32_t resource_id; /* update only */ member in struct:virtio_gpu_update_cursor
175 uint32_t resource_id; member in struct:virtio_gpu_resource_unref
182 uint32_t resource_id; member in struct:virtio_gpu_resource_create_2d
193 uint32_t resource_id; member in struct:virtio_gpu_set_scanout
200 uint32_t resource_id; member in struct:virtio_gpu_resource_flush
209 uint32_t resource_id; member in struct:virtio_gpu_transfer_to_host_2d
222 uint32_t resource_id; member in struct:virtio_gpu_resource_attach_backing
229 uint32_t resource_id; member in struct:virtio_gpu_resource_detach_backing
256 uint32_t resource_id; member in struct:virtio_gpu_transfer_host_3d
266 uint32_t resource_id; member in struct:virtio_gpu_resource_create_3d
297 uint32_t resource_id; member in struct:virtio_gpu_ctx_resource
381 uint32_t resource_id; member in struct:virtio_gpu_resource_assign_uuid
394 uint32_t resource_id; member in struct:virtio_gpu_resource_create_blob
418 uint32_t resource_id; member in struct:virtio_gpu_set_scanout_blob
430 uint32_t resource_id; member in struct:virtio_gpu_resource_map_blob
450 uint32_t resource_id; member in struct:virtio_gpu_resource_unmap_blob
[all...]
H A Dvirtio_gpu.c527 s.req.resource_id = htole32(VTGPU_RESOURCE_ID);
565 s.req.backing.resource_id = htole32(VTGPU_RESOURCE_ID);
607 s.req.resource_id = htole32(VTGPU_RESOURCE_ID);
646 s.req.resource_id = htole32(VTGPU_RESOURCE_ID);
683 s.req.resource_id = htole32(VTGPU_RESOURCE_ID);
/freebsd-current/sys/dev/vmware/vmci/
H A Dvmci_resource.c17 static uint32_t resource_id = VMCI_RESERVED_RESOURCE_ID_MAX + 1; variable
115 old_rid = resource_id;
128 current_rid = resource_id;
130 resource_id++;
131 if (UNLIKELY(resource_id == VMCI_INVALID_ID)) {
133 resource_id = VMCI_RESERVED_RESOURCE_ID_MAX + 1;
138 } while (!found_rid && resource_id != old_rid);
H A Dvmci_datagram.c127 datagram_create_hnd(vmci_id resource_id, uint32_t flags, argument
151 if (resource_id == VMCI_INVALID_ID) {
152 resource_id = vmci_resource_get_id(context_id);
153 if (resource_id == VMCI_INVALID_ID)
157 handle = VMCI_MAKE_HANDLE(context_id, resource_id);
217 vmci_datagram_create_handle(vmci_id resource_id, uint32_t flags, argument
231 return (datagram_create_hnd(resource_id, flags,
253 vmci_datagram_create_handle_priv(vmci_id resource_id, uint32_t flags, argument
270 return (datagram_create_hnd(resource_id, flags, priv_flags, recv_cb,
H A Dvmci_kernel_api_1.h21 int vmci_datagram_create_handle(uint32_t resource_id, uint32_t flags,
24 int vmci_datagram_create_handle_priv(uint32_t resource_id, uint32_t flags,
H A Dvmci_doorbell.c408 vmci_id resource_id; local
413 resource_id = VMCI_DOORBELL_LINK;
420 resource_id);
450 vmci_id resource_id; local
455 resource_id = VMCI_DOORBELL_UNLINK;
462 resource_id);
521 vmci_id resource_id = vmci_resource_get_id(context_id); local
522 if (resource_id == VMCI_INVALID_ID) {
526 new_handle = VMCI_MAKE_HANDLE(context_id, resource_id);
/freebsd-current/sys/dev/nvme/
H A Dnvme_ahci.c70 ctrlr->resource_id = 0;
73 &ctrlr->resource_id, RF_ACTIVE);
116 ctrlr->resource_id, ctrlr->resource);
H A Dnvme_pci.c155 ctrlr->resource_id = PCIR_BAR(0);
158 &ctrlr->resource_id, RF_ACTIVE);
201 ctrlr->resource_id, ctrlr->resource);
H A Dnvme_private.h228 int resource_id; member in struct:nvme_controller
H A Dnvme_ctrlr.c1676 ctrlr->resource_id, ctrlr->resource);
/freebsd-current/sys/dev/isci/
H A Disci.c138 pci_bar->resource_id = PCIR_BAR(i*2);
140 SYS_RES_MEMORY, &pci_bar->resource_id,
254 pci_bar->resource_id, pci_bar->resource);
H A Disci.h229 int resource_id; member in struct:ISCI_PCI_BAR
/freebsd-current/sys/powerpc/ps3/
H A Dps3-hvcall.h118 int lv1_enable_logical_spe(uint64_t spe_id, uint64_t resource_id);
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h1240 u64 resource_id, int *slave);
/freebsd-current/sys/dev/ixl/
H A Di40e_adminq_cmd.h406 __le16 resource_id; member in struct:i40e_aqc_request_resource
H A Di40e_common.c3497 cmd_resp->resource_id = CPU_TO_LE16(resource);
3537 cmd->resource_id = CPU_TO_LE16(resource);
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.h2963 resource_id:16; member in struct:sli4_eqe_s
H A Dsli4.c5552 *cq_id = eqe->resource_id;

Completed in 386 milliseconds