Lines Matching refs:netfront_info
115 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 *);
152 static void xn_kick_rings(struct netfront_info *);
163 struct netfront_info *info;
183 struct netfront_info *info;
205 struct netfront_info { struct
419 struct netfront_info *np = device_get_softc(dev); in netfront_suspend()
443 struct netfront_info *info = device_get_softc(dev); in netfront_resume()
520 talk_to_backend(device_t dev, struct netfront_info *info) in talk_to_backend()
637 struct netfront_info *np = txq->info; in xn_txq_start()
690 destroy_rxqs(struct netfront_info *np) in destroy_rxqs()
702 setup_rxqs(device_t dev, struct netfront_info *info, in setup_rxqs()
789 destroy_txqs(struct netfront_info *np) in destroy_txqs()
801 setup_txqs(device_t dev, struct netfront_info *info, in setup_txqs()
901 setup_device(device_t dev, struct netfront_info *info, in setup_device()
941 netfront_send_fake_arp(device_t dev, struct netfront_info *info) in netfront_send_fake_arp()
961 struct netfront_info *sc = device_get_softc(dev); in netfront_backend_changed()
1158 struct netfront_info *np = rxq->info; in xn_rxeof()
1271 struct netfront_info *np = txq->info; in xn_txeof()
1346 struct netfront_info *np = txq->info; in xn_intr()
1537 struct netfront_info *np = txq->info; in xn_assemble_tx_request()
1704 xn_ifinit_locked(struct netfront_info *np) in xn_ifinit_locked()
1737 struct netfront_info *sc = xsc; in xn_ifinit()
1747 struct netfront_info *sc = ifp->if_softc; in xn_ioctl()
1879 xn_stop(struct netfront_info *sc) in xn_stop()
1926 xn_connect(struct netfront_info *np) in xn_connect()
1975 xn_kick_rings(struct netfront_info *np) in xn_kick_rings()
1995 xn_query_features(struct netfront_info *np) in xn_query_features()
2039 xn_configure_features(struct netfront_info *np) in xn_configure_features()
2095 struct netfront_info *np; in xn_txq_mq_start_locked()
2149 struct netfront_info *np; in xn_txq_mq_start()
2183 struct netfront_info *np; in xn_qflush()
2209 struct netfront_info *np; in create_netdev()
2260 struct netfront_info *info = device_get_softc(dev); in netfront_detach()
2270 netif_free(struct netfront_info *np) in netif_free()
2286 netif_disconnect_backend(struct netfront_info *np) in netif_disconnect_backend()
2340 sizeof(struct netfront_info),