Home
last modified time | relevance | path

Searched refs:hv_dev (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/hv/
Dvmbus_drv.c120 static void print_alias_name(struct hv_device *hv_dev, char *alias_name) in print_alias_name() argument
124 sprintf(&alias_name[i], "%02x", hv_dev->dev_type.b[i/2]); in print_alias_name()
137 struct hv_device *hv_dev = device_to_hv_device(dev); in vmbus_show_device_attr() local
146 get_channel_info(hv_dev, device_info); in vmbus_show_device_attr()
187 print_alias_name(hv_dev, alias_name); in vmbus_show_device_attr()
325 struct hv_device *hv_dev = device_to_hv_device(device); in vmbus_match() local
327 if (hv_vmbus_get_id(drv->id_table, hv_dev->dev_type.b)) in vmbus_match()
404 struct hv_device *hv_dev = device_to_hv_device(device); in vmbus_device_release() local
406 kfree(hv_dev); in vmbus_device_release()
/linux-3.4.99/drivers/net/hyperv/
Drndis_filter.c122 static void dump_rndis_message(struct hv_device *hv_dev, in dump_rndis_message() argument
128 net_device = hv_get_drvdata(hv_dev); in dump_rndis_message()