Searched refs:vtnet_softc (Results 1 – 3 of 3) sorted by relevance
109 static int vtnet_negotiate_features(struct vtnet_softc *);110 static int vtnet_setup_features(struct vtnet_softc *);111 static int vtnet_init_rxq(struct vtnet_softc *, int);112 static int vtnet_init_txq(struct vtnet_softc *, int);113 static int vtnet_alloc_rxtx_queues(struct vtnet_softc *);114 static void vtnet_free_rxtx_queues(struct vtnet_softc *);115 static int vtnet_alloc_rx_filters(struct vtnet_softc *);116 static void vtnet_free_rx_filters(struct vtnet_softc *);117 static int vtnet_alloc_virtqueues(struct vtnet_softc *);118 static void vtnet_alloc_interface(struct vtnet_softc *);[all …]
36 struct vtnet_softc;79 struct vtnet_softc *vtnrx_sc;112 struct vtnet_softc *vtntx_sc;141 struct vtnet_softc { struct198 vtnet_modern(struct vtnet_softc *sc) in vtnet_modern() argument204 vtnet_software_lro(struct vtnet_softc *sc) in vtnet_software_lro()
40 struct vtnet_softc *sc = if_getsoftc(ifp); in vtnet_netmap_reg()69 struct vtnet_softc *sc = if_getsoftc(ifp); in vtnet_netmap_txsync()163 struct vtnet_softc *sc = if_getsoftc(ifp); in vtnet_netmap_kring_refill()258 struct vtnet_softc *sc = if_getsoftc(ifp); in vtnet_netmap_rxsync()351 struct vtnet_softc *sc = if_getsoftc(na->ifp); in vtnet_netmap_intr()370 vtnet_netmap_tx_slots(struct vtnet_softc *sc) in vtnet_netmap_tx_slots()393 vtnet_netmap_rx_slots(struct vtnet_softc *sc) in vtnet_netmap_rx_slots()418 struct vtnet_softc *sc = if_getsoftc(na->ifp); in vtnet_netmap_config()430 vtnet_netmap_attach(struct vtnet_softc *sc) in vtnet_netmap_attach()