Searched refs:netvsc_dev (Results 1 – 4 of 4) sorted by relevance
58 static int hv_nv_destroy_send_buffer(netvsc_dev *net_dev);59 static int hv_nv_destroy_rx_buffer(netvsc_dev *net_dev);72 static inline netvsc_dev *75 netvsc_dev *net_dev; in hv_nv_alloc_net_device()78 net_dev = malloc(sizeof(netvsc_dev), M_DEVBUF, M_NOWAIT | M_ZERO); in hv_nv_alloc_net_device()93 static inline netvsc_dev *97 netvsc_dev *net_dev = sc->net_dev;; in hv_nv_get_outbound_net_device()109 static inline netvsc_dev *113 netvsc_dev *net_dev = sc->net_dev;; in hv_nv_get_inbound_net_device()139 netvsc_dev *net_dev; in hv_nv_init_rx_buffer_with_net_vsp()[all …]
326 netvsc_dev *net_dev = sc->net_dev; in hv_rf_on_receive()712 netvsc_dev *net_dev; in hv_rf_on_device_add()772 netvsc_dev *net_dev = sc->net_dev; in hv_rf_on_device_remove()795 netvsc_dev *net_dev = sc->net_dev; in hv_rf_on_open()807 netvsc_dev *net_dev = sc->net_dev; in hv_rf_on_close()
906 } netvsc_dev; typedef978 netvsc_dev *net_dev;993 extern netvsc_dev *hv_nv_on_device_add(struct hv_device *device, void *additional_info);
80 netvsc_dev *net_dev;