nep_softc
nep_tx_proc(struct nep_softc *sc)
nep_init_ipp(struct nep_softc *sc)
nep_ipp_clear_dfifo(struct nep_softc *sc, uint64_t addr)
nep_init_rx_mac(struct nep_softc *sc)
nep_init_rx_xmac(struct nep_softc *sc)
nep_init_rx_bmac(struct nep_softc *sc)
nep_init_rx_channel(struct nep_softc *sc, int chan)
nep_init_tx_mac(struct nep_softc *sc)
nep_init_tx_xmac(struct nep_softc *sc)
nep_init_tx_bmac(struct nep_softc *sc)
nep_init_tx_channel(struct nep_softc *sc, int chan)
nep_enable_rx_mac(struct nep_softc *sc)
nep_disable_rx_mac(struct nep_softc *sc)
nep_stop_dma(struct nep_softc *sc)
nep_up(struct nep_softc *sc)
nep_down(struct nep_softc *sc)
nep_iff(struct nep_softc *sc)
nep_encap(struct nep_softc *sc, struct mbuf **m0, int *idx)
struct nep_softc *sc = (struct nep_softc *)ifp->if_softc;
struct nep_softc *sc = arg;
struct nep_softc *sc = (struct nep_softc *)ifp->if_softc;
nep_fill_rx_ring(struct nep_softc *sc)
nep_dmamem_alloc(struct nep_softc *sc, size_t size)
nep_dmamem_free(struct nep_softc *sc, struct nep_dmamem *m)
sizeof(struct nep_softc), nep_match, nep_attach
int nep_pci_enaddr(struct nep_softc *, struct pci_attach_args *);
uint64_t nep_read(struct nep_softc *, uint32_t);
void nep_write(struct nep_softc *, uint32_t, uint64_t);
void nep_xmac_mii_statchg(struct nep_softc *);
void nep_bmac_mii_statchg(struct nep_softc *);
void nep_rx_proc(struct nep_softc *);
void nep_tx_proc(struct nep_softc *);
void nep_init_ipp(struct nep_softc *);
void nep_ipp_clear_dfifo(struct nep_softc *, uint64_t);
void nep_init_rx_mac(struct nep_softc *);
void nep_init_rx_xmac(struct nep_softc *);
void nep_init_rx_bmac(struct nep_softc *);
void nep_init_rx_channel(struct nep_softc *, int);
void nep_init_tx_mac(struct nep_softc *);
void nep_init_tx_xmac(struct nep_softc *);
void nep_init_tx_bmac(struct nep_softc *);
void nep_init_tx_channel(struct nep_softc *, int);
void nep_enable_rx_mac(struct nep_softc *);
void nep_disable_rx_mac(struct nep_softc *);
void nep_stop_dma(struct nep_softc *);
void nep_fill_rx_ring(struct nep_softc *);
void nep_up(struct nep_softc *);
void nep_down(struct nep_softc *);
void nep_iff(struct nep_softc *);
int nep_encap(struct nep_softc *, struct mbuf **, int *);
struct nep_dmamem *nep_dmamem_alloc(struct nep_softc *, size_t);
void nep_dmamem_free(struct nep_softc *, struct nep_dmamem *);
struct nep_softc *sc = (struct nep_softc *)self;
nep_pci_enaddr(struct nep_softc *sc, struct pci_attach_args *pa)
nep_read(struct nep_softc *sc, uint32_t reg)
nep_write(struct nep_softc *sc, uint32_t reg, uint64_t value)
struct nep_softc *sc = (struct nep_softc *)self;
struct nep_softc *sc = (struct nep_softc *)self;
struct nep_softc *sc = (struct nep_softc *)dev;
nep_xmac_mii_statchg(struct nep_softc *sc)
nep_bmac_mii_statchg(struct nep_softc *sc)
struct nep_softc *sc = ifp->if_softc;
struct nep_softc *sc = ifp->if_softc;
struct nep_softc *sc = arg;
nep_rx_proc(struct nep_softc *sc)