Searched refs:vtnet_softc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnet.c96 static void vtnet_negotiate_features(struct vtnet_softc *);
97 static void vtnet_setup_features(struct vtnet_softc *);
98 static int vtnet_init_rxq(struct vtnet_softc *, int);
99 static int vtnet_init_txq(struct vtnet_softc *, int);
100 static int vtnet_alloc_rxtx_queues(struct vtnet_softc *);
101 static void vtnet_free_rxtx_queues(struct vtnet_softc *);
102 static int vtnet_alloc_rx_filters(struct vtnet_softc *);
103 static void vtnet_free_rx_filters(struct vtnet_softc *);
104 static int vtnet_alloc_virtqueues(struct vtnet_softc *);
105 static int vtnet_setup_interface(struct vtnet_softc *);
[all...]
H A Dif_vtnetvar.h32 struct vtnet_softc;
73 struct vtnet_softc *vtnrx_sc;
101 struct vtnet_softc *vtntx_sc;
126 struct vtnet_softc { struct
/freebsd-10.2-release/sys/dev/netmap/
H A Dif_vtnet_netmap.h37 #define SOFTC_T vtnet_softc

Completed in 50 milliseconds