Lines Matching refs:netfront_info
115 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 *);
151 static void xn_kick_rings(struct netfront_info *);
162 struct netfront_info *info;
182 struct netfront_info *info;
215 struct netfront_info { struct
475 struct netfront_info *np = device_get_softc(dev); in netfront_suspend()
499 struct netfront_info *info = device_get_softc(dev); in netfront_resume()
576 talk_to_backend(device_t dev, struct netfront_info *info) in talk_to_backend()
695 struct netfront_info *np = txq->info; in xn_txq_start()
752 destroy_rxqs(struct netfront_info *np) in destroy_rxqs()
764 setup_rxqs(device_t dev, struct netfront_info *info, in setup_rxqs()
868 destroy_txqs(struct netfront_info *np) in destroy_txqs()
880 setup_txqs(device_t dev, struct netfront_info *info, in setup_txqs()
998 setup_device(device_t dev, struct netfront_info *info, in setup_device()
1044 netfront_send_fake_arp(device_t dev, struct netfront_info *info) in netfront_send_fake_arp()
1059 struct netfront_info *sc = device_get_softc(dev); in netfront_backend_changed()
1256 struct netfront_info *np = rxq->info; in xn_rxeof()
1369 struct netfront_info *np = txq->info; in xn_txeof()
1444 struct netfront_info *np = txq->info; in xn_intr()
1615 struct netfront_info *np = txq->info; in xn_assemble_tx_request()
1793 xn_ifinit_locked(struct netfront_info *np) in xn_ifinit_locked()
1826 struct netfront_info *sc = xsc; in xn_ifinit()
1836 struct netfront_info *sc = if_getsoftc(ifp); in xn_ioctl()
1968 xn_stop(struct netfront_info *sc) in xn_stop()
2015 xn_connect(struct netfront_info *np) in xn_connect()
2064 xn_kick_rings(struct netfront_info *np) in xn_kick_rings()
2084 xn_query_features(struct netfront_info *np) in xn_query_features()
2128 xn_configure_features(struct netfront_info *np) in xn_configure_features()
2185 struct netfront_info *np; in xn_txq_mq_start_locked()
2239 struct netfront_info *np; in xn_txq_mq_start()
2273 struct netfront_info *np; in xn_qflush()
2299 struct netfront_info *np; in create_netdev()
2368 struct netfront_info *info = device_get_softc(dev); in netfront_detach()
2378 netif_free(struct netfront_info *np) in netif_free()
2395 netif_disconnect_backend(struct netfront_info *np) in netif_disconnect_backend()
2449 sizeof(struct netfront_info),