Searched refs:channel_bytes (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/unisys/visorchannel/ |
D | visorchannel.h | 37 ulong channel_bytes, uuid_le guid); 38 struct visorchannel *visorchannel_create_overlapped(ulong channel_bytes, 42 ulong channel_bytes, 45 ulong channel_bytes,
|
D | visorchannel_funcs.c | 53 visorchannel_create_guts(HOSTADDRESS physaddr, ulong channel_bytes, in visorchannel_create_guts() argument 88 if (channel_bytes == 0) in visorchannel_create_guts() 90 channel_bytes = (ulong)p->chan_hdr.size; in visorchannel_create_guts() 94 if (visor_memregion_resize(p->memregion, channel_bytes) < 0) { in visorchannel_create_guts() 98 p->size = channel_bytes; in visorchannel_create_guts() 114 visorchannel_create(HOSTADDRESS physaddr, ulong channel_bytes, uuid_le guid) in visorchannel_create() argument 116 return visorchannel_create_guts(physaddr, channel_bytes, NULL, 0, guid, in visorchannel_create() 122 visorchannel_create_with_lock(HOSTADDRESS physaddr, ulong channel_bytes, in visorchannel_create_with_lock() argument 125 return visorchannel_create_guts(physaddr, channel_bytes, NULL, 0, guid, in visorchannel_create_with_lock() 131 visorchannel_create_overlapped(ulong channel_bytes, in visorchannel_create_overlapped() argument [all …]
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 210 (msg->cmd.create_bus.channel_bytes != 0)) { in create_bus() 211 bus->bus_channel_bytes = msg->cmd.create_bus.channel_bytes; in create_bus() 214 msg->cmd.create_bus.channel_bytes); in create_bus() 363 if (min_size > msg->cmd.create_device.channel_bytes) { in create_device() 371 msg->cmd.create_device.channel_bytes); in create_device() 380 dev->channel_bytes = msg->cmd.create_device.channel_bytes; in create_device() 759 msg.cmd.create_bus.channel_bytes = n_channel_bytes; in uislib_client_inject_add_bus() 847 msg.cmd.create_device.channel_bytes = chan_bytes; in uislib_client_inject_add_vhba() 902 msg.cmd.create_device.channel_bytes = chan_bytes; in uislib_client_inject_add_vnic()
|
/linux-4.1.27/drivers/staging/unisys/include/ |
D | uisutils.h | 61 int (*server_channel_ok)(unsigned long channel_bytes); 202 *control_bytes = params.channel_bytes; in issue_vmcall_io_controlvm_addr()
|
D | uisqueue.h | 131 u64 channel_bytes; member
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/ |
D | vmcallinterface.h | 118 u32 channel_bytes; /* contents provided by this VMCALL (OUT) */ member
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | controlvmchannel.h | 224 u64 channel_bytes; /* specifies size of the channel in bytes */ member 260 u64 channel_bytes; /* size of the channel */ member
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | visorchipset_main.c | 1071 bus_info->chan_info.n_channel_bytes = cmd->create_bus.channel_bytes; in bus_create() 1194 dev_info->chan_info.n_channel_bytes = cmd->create_device.channel_bytes; in my_device_create()
|