Symbol: mvgbe_softc
sys/dev/marvell/if_mvgbe.c
1001
struct mvgbe_softc *sc = arg;
sys/dev/marvell/if_mvgbe.c
1055
struct mvgbe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvgbe.c
1114
struct mvgbe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvgbe.c
1140
struct mvgbe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvgbe.c
1301
struct mvgbe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvgbe.c
1421
struct mvgbe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvgbe.c
1453
struct mvgbe_softc *sc = ifp->if_softc;
sys/dev/marvell/if_mvgbe.c
1488
mvgbe_init_rx_ring(struct mvgbe_softc *sc)
sys/dev/marvell/if_mvgbe.c
1528
mvgbe_init_tx_ring(struct mvgbe_softc *sc)
sys/dev/marvell/if_mvgbe.c
1566
mvgbe_newbuf(struct mvgbe_softc *sc, int i, struct mbuf *m,
sys/dev/marvell/if_mvgbe.c
1638
mvgbe_alloc_jumbo_mem(struct mvgbe_softc *sc)
sys/dev/marvell/if_mvgbe.c
1729
mvgbe_jalloc(struct mvgbe_softc *sc)
sys/dev/marvell/if_mvgbe.c
1750
struct mvgbe_softc *sc;
sys/dev/marvell/if_mvgbe.c
1754
sc = (struct mvgbe_softc *)arg;
sys/dev/marvell/if_mvgbe.c
1781
mvgbe_encap(struct mvgbe_softc *sc, struct mbuf *m_head,
sys/dev/marvell/if_mvgbe.c
1932
mvgbe_rxeof(struct mvgbe_softc *sc)
sys/dev/marvell/if_mvgbe.c
2070
mvgbe_txeof(struct mvgbe_softc *sc)
sys/dev/marvell/if_mvgbe.c
2157
mvgbe_filter_setup(struct mvgbe_softc *sc)
sys/dev/marvell/if_mvgbe.c
2289
sysctl_mvgbe_init(struct mvgbe_softc *sc)
sys/dev/marvell/if_mvgbe.c
2332
struct mvgbe_softc *sc;
sys/dev/marvell/if_mvgbe.c
2361
struct mvgbe_softc *sc;
sys/dev/marvell/if_mvgbe.c
295
static int mvgbe_init_rx_ring(struct mvgbe_softc *);
sys/dev/marvell/if_mvgbe.c
296
static int mvgbe_init_tx_ring(struct mvgbe_softc *);
sys/dev/marvell/if_mvgbe.c
297
static int mvgbe_newbuf(struct mvgbe_softc *, int, struct mbuf *, bus_dmamap_t);
sys/dev/marvell/if_mvgbe.c
298
static int mvgbe_alloc_jumbo_mem(struct mvgbe_softc *);
sys/dev/marvell/if_mvgbe.c
299
static void *mvgbe_jalloc(struct mvgbe_softc *);
sys/dev/marvell/if_mvgbe.c
301
static int mvgbe_encap(struct mvgbe_softc *, struct mbuf *, uint32_t *);
sys/dev/marvell/if_mvgbe.c
302
static void mvgbe_rxeof(struct mvgbe_softc *);
sys/dev/marvell/if_mvgbe.c
303
static void mvgbe_txeof(struct mvgbe_softc *);
sys/dev/marvell/if_mvgbe.c
305
static void mvgbe_filter_setup(struct mvgbe_softc *);
sys/dev/marvell/if_mvgbe.c
309
static int mvgbe_ipginttx(struct mvgbec_softc *, struct mvgbe_softc *,
sys/dev/marvell/if_mvgbe.c
311
static int mvgbe_ipgintrx(struct mvgbec_softc *, struct mvgbe_softc *,
sys/dev/marvell/if_mvgbe.c
313
static void sysctl_mvgbe_init(struct mvgbe_softc *);
sys/dev/marvell/if_mvgbe.c
322
CFATTACH_DECL_NEW(mvgbe, sizeof(struct mvgbe_softc),
sys/dev/marvell/if_mvgbe.c
426
struct mvgbe_softc *port;
sys/dev/marvell/if_mvgbe.c
521
struct mvgbe_softc *sc = device_private(dev);
sys/dev/marvell/if_mvgbe.c
575
struct mvgbe_softc *sc = device_private(dev);
sys/dev/marvell/if_mvgbe.c
707
struct mvgbe_softc *sc = device_private(self);
sys/dev/marvell/if_mvgbe.c
937
mvgbe_ipginttx(struct mvgbec_softc *csc, struct mvgbe_softc *sc,
sys/dev/marvell/if_mvgbe.c
960
mvgbe_ipgintrx(struct mvgbec_softc *csc, struct mvgbe_softc *sc,
sys/dev/marvell/if_mvgbe.c
985
struct mvgbe_softc *sc = arg;