Symbol: xge_softc
sys/dev/pci/if_xge.c
1022
xge_alloc_txmem(struct xge_softc *sc)
sys/dev/pci/if_xge.c
1077
xge_alloc_rxmem(struct xge_softc *sc)
sys/dev/pci/if_xge.c
1135
xge_add_rxbuf(struct xge_softc *sc, int id)
sys/dev/pci/if_xge.c
1228
xge_setup_xgxs(struct xge_softc *sc)
sys/dev/pci/if_xge.c
174
static int xge_alloc_txmem(struct xge_softc *);
sys/dev/pci/if_xge.c
175
static int xge_alloc_rxmem(struct xge_softc *);
sys/dev/pci/if_xge.c
178
static int xge_add_rxbuf(struct xge_softc *, int);
sys/dev/pci/if_xge.c
179
static void xge_mcast_filter(struct xge_softc *sc);
sys/dev/pci/if_xge.c
180
static int xge_setup_xgxs(struct xge_softc *sc);
sys/dev/pci/if_xge.c
196
pif_wcsr(struct xge_softc *sc, bus_size_t csr, uint64_t val)
sys/dev/pci/if_xge.c
207
pif_rcsr(struct xge_softc *sc, bus_size_t csr)
sys/dev/pci/if_xge.c
217
txp_wcsr(struct xge_softc *sc, bus_size_t csr, uint64_t val)
sys/dev/pci/if_xge.c
229
pif_wkey(struct xge_softc *sc, bus_size_t csr, uint64_t val)
sys/dev/pci/if_xge.c
242
CFATTACH_DECL_NEW(xge, sizeof(struct xge_softc),
sys/dev/pci/if_xge.c
276
struct xge_softc *sc;
sys/dev/pci/if_xge.c
594
struct xge_softc *sc = ifp->if_softc;
sys/dev/pci/if_xge.c
612
xge_enable(struct xge_softc *sc)
sys/dev/pci/if_xge.c
632
struct xge_softc *sc = ifp->if_softc;
sys/dev/pci/if_xge.c
683
struct xge_softc *sc = ifp->if_softc;
sys/dev/pci/if_xge.c
697
struct xge_softc *sc = pv;
sys/dev/pci/if_xge.c
842
struct xge_softc *sc = ifp->if_softc;
sys/dev/pci/if_xge.c
880
xge_mcast_filter(struct xge_softc *sc)
sys/dev/pci/if_xge.c
941
struct xge_softc *sc = ifp->if_softc;