Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/visorchannel/
Dvisorchannel.h37 ulong channel_bytes, uuid_le guid);
38 struct visorchannel *visorchannel_create_overlapped(ulong channel_bytes,
42 ulong channel_bytes,
45 ulong channel_bytes,
Dvisorchannel_funcs.c53 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/
Duislib.c210 (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/
Duisutils.h61 int (*server_channel_ok)(unsigned long channel_bytes);
202 *control_bytes = params.channel_bytes; in issue_vmcall_io_controlvm_addr()
Duisqueue.h131 u64 channel_bytes; member
/linux-4.1.27/drivers/staging/unisys/common-spar/include/
Dvmcallinterface.h118 u32 channel_bytes; /* contents provided by this VMCALL (OUT) */ member
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dcontrolvmchannel.h224 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/
Dvisorchipset_main.c1071 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()