nfe_softc
static int nfe_encap(struct nfe_softc *, struct mbuf **);
struct nfe_softc *sc = device_get_softc(dev);
static void nfe_setmulti(struct nfe_softc *);
struct nfe_softc *sc = device_get_softc(dev);
static int nfe_alloc_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
nfe_alloc_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
static void nfe_alloc_jrx_ring(struct nfe_softc *, struct nfe_jrx_ring *);
static int nfe_init_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
static int nfe_init_jrx_ring(struct nfe_softc *, struct nfe_jrx_ring *);
static void nfe_free_rx_ring(struct nfe_softc *, struct nfe_rx_ring *);
static void nfe_free_jrx_ring(struct nfe_softc *, struct nfe_jrx_ring *);
static int nfe_alloc_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
static void nfe_init_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
static void nfe_free_tx_ring(struct nfe_softc *, struct nfe_tx_ring *);
nfe_alloc_jrx_ring(struct nfe_softc *sc, struct nfe_jrx_ring *ring)
static void nfe_get_macaddr(struct nfe_softc *, uint8_t *);
static void nfe_set_macaddr(struct nfe_softc *, uint8_t *);
static void nfe_sysctl_node(struct nfe_softc *);
static void nfe_stats_clear(struct nfe_softc *);
static void nfe_stats_update(struct nfe_softc *);
static void nfe_set_linkspeed(struct nfe_softc *);
nfe_init_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
static void nfe_set_wol(struct nfe_softc *);
nfe_init_jrx_ring(struct nfe_softc *sc, struct nfe_jrx_ring *ring)
nfe_free_rx_ring(struct nfe_softc *sc, struct nfe_rx_ring *ring)
nfe_free_jrx_ring(struct nfe_softc *sc, struct nfe_jrx_ring *ring)
nfe_alloc_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring)
nfe_init_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring)
nfe_free_tx_ring(struct nfe_softc *sc, struct nfe_tx_ring *ring)
struct nfe_softc *sc = if_getsoftc(ifp);
nfe_set_intr(struct nfe_softc *sc)
nfe_enable_intr(struct nfe_softc *sc)
nfe_disable_intr(struct nfe_softc *sc)
struct nfe_softc *sc;
sizeof(struct nfe_softc)
struct nfe_softc *sc;
sc = (struct nfe_softc *)arg;
struct nfe_softc *sc = arg;
nfe_discard_rxbuf(struct nfe_softc *sc, int idx)
nfe_discard_jrxbuf(struct nfe_softc *sc, int idx)
nfe_newbuf(struct nfe_softc *sc, int idx)
nfe_jnewbuf(struct nfe_softc *sc, int idx)
nfe_rxeof(struct nfe_softc *sc, int count, int *rx_npktsp)
nfe_jrxeof(struct nfe_softc *sc, int count, int *rx_npktsp)
nfe_txeof(struct nfe_softc *sc)
nfe_encap(struct nfe_softc *sc, struct mbuf **m_head)
nfe_setmulti(struct nfe_softc *sc)
struct nfe_softc *sc = if_getsoftc(ifp);
struct nfe_softc *sc = if_getsoftc(ifp);
struct nfe_softc *sc = if_getsoftc(ifp);
struct nfe_softc *sc = xsc;
struct nfe_softc *sc = xsc;
struct nfe_softc *sc = if_getsoftc(ifp);
nfe_alloc_msix(struct nfe_softc *sc, int count)
struct nfe_softc *sc = if_getsoftc(ifp);
struct nfe_softc *sc;
struct nfe_softc *sc;
sc = (struct nfe_softc *)xsc;
nfe_get_macaddr(struct nfe_softc *sc, uint8_t *addr)
nfe_set_macaddr(struct nfe_softc *sc, uint8_t *addr)
nfe_sysctl_node(struct nfe_softc *sc)
nfe_stats_clear(struct nfe_softc *sc)
nfe_stats_update(struct nfe_softc *sc)
nfe_set_linkspeed(struct nfe_softc *sc)
nfe_set_wol(struct nfe_softc *sc)
nfe_detect_msik9(struct nfe_softc *sc)
struct nfe_softc *sc;
struct nfe_softc *sc;
struct nfe_softc *sc;
static int nfe_can_use_msix(struct nfe_softc *);
struct nfe_softc *sc;
static int nfe_detect_msik9(struct nfe_softc *);
nfe_can_use_msix(struct nfe_softc *sc)
static void nfe_power(struct nfe_softc *);
static void nfe_mac_config(struct nfe_softc *, struct mii_data *);
nfe_power(struct nfe_softc *sc)
static void nfe_set_intr(struct nfe_softc *);
static __inline void nfe_enable_intr(struct nfe_softc *);
struct nfe_softc *sc;
static __inline void nfe_disable_intr(struct nfe_softc *);
static void nfe_alloc_msix(struct nfe_softc *, int);
nfe_mac_config(struct nfe_softc *sc, struct mii_data *mii)
static __inline void nfe_discard_rxbuf(struct nfe_softc *, int);
static __inline void nfe_discard_jrxbuf(struct nfe_softc *, int);
static int nfe_newbuf(struct nfe_softc *, int);
static int nfe_jnewbuf(struct nfe_softc *, int);
static int nfe_rxeof(struct nfe_softc *, int, int *);
static int nfe_jrxeof(struct nfe_softc *, int, int *);
static void nfe_txeof(struct nfe_softc *);