Searched defs:channelBytes (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/unisys/uislib/
H A Duisutils.c113 channelBytes),
286 int (*Server_Channel_Ok)(unsigned long channelBytes),
108 uisctrl_register_req_handler_ex(uuid_le switchTypeGuid, const char *switch_type_name, int (*controlfunc)(struct io_msgs *), unsigned long min_channel_bytes, int (*Server_Channel_Ok)(unsigned long channelBytes), int (*Server_Channel_Init) (void *x, unsigned char *clientStr, u32 clientStrLen, u64 bytes), ULTRA_VBUS_DEVICEINFO *chipset_DriverInfo) argument
282 ReqHandlerAdd(uuid_le switchTypeGuid, const char *switch_type_name, int (*controlfunc)(struct io_msgs *), unsigned long min_channel_bytes, int (*Server_Channel_Ok)(unsigned long channelBytes), int (*Server_Channel_Init) (void *x, unsigned char *clientStr, u32 clientStrLen, u64 bytes)) argument
H A Duislib.c133 init_vbus_channel(u64 channelAddr, u32 channelBytes) argument
136 void __iomem *pChan = uislib_ioremap_cache(channelAddr, channelBytes);
139 LOGERR("CONTROLVM_BUS_CREATE error: ioremap_cache of channelAddr:%Lx for channelBytes:%llu failed",
141 (unsigned long long) channelBytes);
225 && (msg->cmd.createBus.channelBytes != 0)) {
226 bus->busChannelBytes = msg->cmd.createBus.channelBytes;
229 msg->cmd.createBus.channelBytes);
388 if (minSize > msg->cmd.createDevice.channelBytes) {
390 (ulong) msg->cmd.createDevice.channelBytes,
399 msg->cmd.createDevice.channelBytes);
[all...]
/drivers/staging/unisys/visorchannel/
H A Dvisorchannel_funcs.c52 visorchannel_create_guts(HOSTADDRESS physaddr, ulong channelBytes, argument
90 if (channelBytes == 0)
92 channelBytes = (ulong) p->chan_hdr.Size;
96 if (visor_memregion_resize(p->memregion, channelBytes) < 0) {
101 p->size = channelBytes;
117 visorchannel_create(HOSTADDRESS physaddr, ulong channelBytes, uuid_le guid) argument
119 return visorchannel_create_guts(physaddr, channelBytes, NULL, 0, guid,
125 visorchannel_create_with_lock(HOSTADDRESS physaddr, ulong channelBytes, argument
128 return visorchannel_create_guts(physaddr, channelBytes, NULL, 0, guid,
134 visorchannel_create_overlapped(ulong channelBytes, argument
143 visorchannel_create_overlapped_with_lock(ulong channelBytes, VISORCHANNEL *parent, ulong off, uuid_le guid) argument
[all...]
/drivers/staging/unisys/common-spar/include/channels/
H A Dcontrolvmchannel.h298 u64 channelBytes; /**< specifies size of the channel in bytes */ member in struct:_CONTROLVM_PACKET_DEVICE_CREATE
338 u64 channelBytes; /*< size of the channel in bytes */ member in struct:_CONTROLVM_MESSAGE_PACKET::__anon6832::__anon6833

Completed in 71 milliseconds