Lines Matching defs:mvgbe_softc

218 struct mvgbe_softc {
295 static int mvgbe_init_rx_ring(struct mvgbe_softc *);
296 static int mvgbe_init_tx_ring(struct mvgbe_softc *);
297 static int mvgbe_newbuf(struct mvgbe_softc *, int, struct mbuf *, bus_dmamap_t);
298 static int mvgbe_alloc_jumbo_mem(struct mvgbe_softc *);
299 static void *mvgbe_jalloc(struct mvgbe_softc *);
301 static int mvgbe_encap(struct mvgbe_softc *, struct mbuf *, uint32_t *);
302 static void mvgbe_rxeof(struct mvgbe_softc *);
303 static void mvgbe_txeof(struct mvgbe_softc *);
305 static void mvgbe_filter_setup(struct mvgbe_softc *);
309 static int mvgbe_ipginttx(struct mvgbec_softc *, struct mvgbe_softc *,
311 static int mvgbe_ipgintrx(struct mvgbec_softc *, struct mvgbe_softc *,
313 static void sysctl_mvgbe_init(struct mvgbe_softc *);
322 CFATTACH_DECL_NEW(mvgbe, sizeof(struct mvgbe_softc),
426 struct mvgbe_softc *port;
521 struct mvgbe_softc *sc = device_private(dev);
575 struct mvgbe_softc *sc = device_private(dev);
710 struct mvgbe_softc *sc = device_private(self);
949 mvgbe_ipginttx(struct mvgbec_softc *csc, struct mvgbe_softc *sc,
972 mvgbe_ipgintrx(struct mvgbec_softc *csc, struct mvgbe_softc *sc,
997 struct mvgbe_softc *sc = arg;
1013 struct mvgbe_softc *sc = arg;
1067 struct mvgbe_softc *sc = ifp->if_softc;
1126 struct mvgbe_softc *sc = ifp->if_softc;
1152 struct mvgbe_softc *sc = ifp->if_softc;
1313 struct mvgbe_softc *sc = ifp->if_softc;
1433 struct mvgbe_softc *sc = ifp->if_softc;
1465 struct mvgbe_softc *sc = ifp->if_softc;
1500 mvgbe_init_rx_ring(struct mvgbe_softc *sc)
1540 mvgbe_init_tx_ring(struct mvgbe_softc *sc)
1578 mvgbe_newbuf(struct mvgbe_softc *sc, int i, struct mbuf *m,
1650 mvgbe_alloc_jumbo_mem(struct mvgbe_softc *sc)
1741 mvgbe_jalloc(struct mvgbe_softc *sc)
1762 struct mvgbe_softc *sc;
1766 sc = (struct mvgbe_softc *)arg;
1793 mvgbe_encap(struct mvgbe_softc *sc, struct mbuf *m_head,
1944 mvgbe_rxeof(struct mvgbe_softc *sc)
2082 mvgbe_txeof(struct mvgbe_softc *sc)
2169 mvgbe_filter_setup(struct mvgbe_softc *sc)
2301 sysctl_mvgbe_init(struct mvgbe_softc *sc)
2344 struct mvgbe_softc *sc;
2373 struct mvgbe_softc *sc;