Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xen/netfront/
Dnetfront.c115 struct netfront_info;
132 static void xn_ifinit_locked(struct netfront_info *);
134 static void xn_stop(struct netfront_info *);
135 static void xn_query_features(struct netfront_info *np);
136 static int xn_configure_features(struct netfront_info *np);
137 static void netif_free(struct netfront_info *info);
143 static int talk_to_backend(device_t dev, struct netfront_info *info);
145 static void netif_disconnect_backend(struct netfront_info *info);
146 static int setup_device(device_t dev, struct netfront_info *info,
151 static int xn_connect(struct netfront_info *);
[all …]