Symbol: netfront_info
sys/dev/xen/netfront/netfront.c
1038
struct netfront_info *sc = device_get_softc(dev);
sys/dev/xen/netfront/netfront.c
115
struct netfront_info;
sys/dev/xen/netfront/netfront.c
1240
struct netfront_info *np = rxq->info;
sys/dev/xen/netfront/netfront.c
131
static void xn_ifinit_locked(struct netfront_info *);
sys/dev/xen/netfront/netfront.c
133
static void xn_stop(struct netfront_info *);
sys/dev/xen/netfront/netfront.c
134
static void xn_query_features(struct netfront_info *np);
sys/dev/xen/netfront/netfront.c
135
static int xn_configure_features(struct netfront_info *np);
sys/dev/xen/netfront/netfront.c
1353
struct netfront_info *np = txq->info;
sys/dev/xen/netfront/netfront.c
136
static void netif_free(struct netfront_info *info);
sys/dev/xen/netfront/netfront.c
142
static int talk_to_backend(device_t dev, struct netfront_info *info);
sys/dev/xen/netfront/netfront.c
1428
struct netfront_info *np = txq->info;
sys/dev/xen/netfront/netfront.c
144
static void netif_disconnect_backend(struct netfront_info *info);
sys/dev/xen/netfront/netfront.c
145
static int setup_device(device_t dev, struct netfront_info *info,
sys/dev/xen/netfront/netfront.c
150
static int xn_connect(struct netfront_info *);
sys/dev/xen/netfront/netfront.c
151
static void xn_kick_rings(struct netfront_info *);
sys/dev/xen/netfront/netfront.c
1599
struct netfront_info *np = txq->info;
sys/dev/xen/netfront/netfront.c
162
struct netfront_info *info;
sys/dev/xen/netfront/netfront.c
1777
xn_ifinit_locked(struct netfront_info *np)
sys/dev/xen/netfront/netfront.c
1810
struct netfront_info *sc = xsc;
sys/dev/xen/netfront/netfront.c
182
struct netfront_info *info;
sys/dev/xen/netfront/netfront.c
1820
struct netfront_info *sc = if_getsoftc(ifp);
sys/dev/xen/netfront/netfront.c
1952
xn_stop(struct netfront_info *sc)
sys/dev/xen/netfront/netfront.c
1999
xn_connect(struct netfront_info *np)
sys/dev/xen/netfront/netfront.c
2048
xn_kick_rings(struct netfront_info *np)
sys/dev/xen/netfront/netfront.c
2068
xn_query_features(struct netfront_info *np)
sys/dev/xen/netfront/netfront.c
2112
xn_configure_features(struct netfront_info *np)
sys/dev/xen/netfront/netfront.c
2169
struct netfront_info *np;
sys/dev/xen/netfront/netfront.c
2223
struct netfront_info *np;
sys/dev/xen/netfront/netfront.c
2257
struct netfront_info *np;
sys/dev/xen/netfront/netfront.c
2283
struct netfront_info *np;
sys/dev/xen/netfront/netfront.c
2352
struct netfront_info *info = device_get_softc(dev);
sys/dev/xen/netfront/netfront.c
2362
netif_free(struct netfront_info *np)
sys/dev/xen/netfront/netfront.c
2379
netif_disconnect_backend(struct netfront_info *np)
sys/dev/xen/netfront/netfront.c
2433
sizeof(struct netfront_info),
sys/dev/xen/netfront/netfront.c
475
struct netfront_info *np = device_get_softc(dev);
sys/dev/xen/netfront/netfront.c
499
struct netfront_info *info = device_get_softc(dev);
sys/dev/xen/netfront/netfront.c
576
talk_to_backend(device_t dev, struct netfront_info *info)
sys/dev/xen/netfront/netfront.c
695
struct netfront_info *np = txq->info;
sys/dev/xen/netfront/netfront.c
752
destroy_rxqs(struct netfront_info *np)
sys/dev/xen/netfront/netfront.c
764
setup_rxqs(device_t dev, struct netfront_info *info,
sys/dev/xen/netfront/netfront.c
868
destroy_txqs(struct netfront_info *np)
sys/dev/xen/netfront/netfront.c
880
setup_txqs(device_t dev, struct netfront_info *info,
sys/dev/xen/netfront/netfront.c
998
setup_device(device_t dev, struct netfront_info *info,