• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/

Lines Matching defs:device_info

77 					struct hv_device_info *device_info);
142 struct hv_device_info device_info;
144 memset(&device_info, 0, sizeof(struct hv_device_info));
146 vmbus_child_device_get_info(&device_ctx->device_obj, &device_info);
151 device_info.ChannelType.data[3],
152 device_info.ChannelType.data[2],
153 device_info.ChannelType.data[1],
154 device_info.ChannelType.data[0],
155 device_info.ChannelType.data[5],
156 device_info.ChannelType.data[4],
157 device_info.ChannelType.data[7],
158 device_info.ChannelType.data[6],
159 device_info.ChannelType.data[8],
160 device_info.ChannelType.data[9],
161 device_info.ChannelType.data[10],
162 device_info.ChannelType.data[11],
163 device_info.ChannelType.data[12],
164 device_info.ChannelType.data[13],
165 device_info.ChannelType.data[14],
166 device_info.ChannelType.data[15]);
170 device_info.ChannelInstance.data[3],
171 device_info.ChannelInstance.data[2],
172 device_info.ChannelInstance.data[1],
173 device_info.ChannelInstance.data[0],
174 device_info.ChannelInstance.data[5],
175 device_info.ChannelInstance.data[4],
176 device_info.ChannelInstance.data[7],
177 device_info.ChannelInstance.data[6],
178 device_info.ChannelInstance.data[8],
179 device_info.ChannelInstance.data[9],
180 device_info.ChannelInstance.data[10],
181 device_info.ChannelInstance.data[11],
182 device_info.ChannelInstance.data[12],
183 device_info.ChannelInstance.data[13],
184 device_info.ChannelInstance.data[14],
185 device_info.ChannelInstance.data[15]);
187 return sprintf(buf, "%d\n", device_info.ChannelState);
189 return sprintf(buf, "%d\n", device_info.ChannelId);
191 return sprintf(buf, "%d\n", device_info.Outbound.InterruptMask);
193 return sprintf(buf, "%d\n", device_info.Outbound.ReadIndex);
195 return sprintf(buf, "%d\n", device_info.Outbound.WriteIndex);
198 device_info.Outbound.BytesAvailToRead);
201 device_info.Outbound.BytesAvailToWrite);
203 return sprintf(buf, "%d\n", device_info.Inbound.InterruptMask);
205 return sprintf(buf, "%d\n", device_info.Inbound.ReadIndex);
207 return sprintf(buf, "%d\n", device_info.Inbound.WriteIndex);
210 device_info.Inbound.BytesAvailToRead);
213 device_info.Inbound.BytesAvailToWrite);
215 return sprintf(buf, "%d\n", device_info.MonitorId);
217 return sprintf(buf, "%d\n", device_info.ServerMonitorPending);
219 return sprintf(buf, "%d\n", device_info.ServerMonitorLatency);
222 device_info.ServerMonitorConnectionId);
224 return sprintf(buf, "%d\n", device_info.ClientMonitorPending);
226 return sprintf(buf, "%d\n", device_info.ClientMonitorLatency);
229 device_info.ClientMonitorConnectionId);
471 struct hv_device_info *device_info)
475 vmbus_drv_obj->GetChannelInfo(device_obj, device_info);