Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c115 struct netfront_info;
131 static void xn_ifinit_locked(struct netfront_info *);
133 static void xn_stop(struct netfront_info *);
134 static void xn_query_features(struct netfront_info *np);
135 static int xn_configure_features(struct netfront_info *np);
136 static void netif_free(struct netfront_info *info);
142 static int talk_to_backend(device_t dev, struct netfront_info *info);
144 static void netif_disconnect_backend(struct netfront_info *info);
145 static int setup_device(device_t dev, struct netfront_info *info,
150 static int xn_connect(struct netfront_info *);
[all …]