Symbol: nep_softc
sys/dev/pci/if_nep.c
1068
nep_tx_proc(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1110
nep_init_ipp(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1147
nep_ipp_clear_dfifo(struct nep_softc *sc, uint64_t addr)
sys/dev/pci/if_nep.c
1174
nep_init_rx_mac(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1183
nep_init_rx_xmac(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1224
nep_init_rx_bmac(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1274
nep_init_rx_channel(struct nep_softc *sc, int chan)
sys/dev/pci/if_nep.c
1337
nep_init_tx_mac(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1346
nep_init_tx_xmac(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1390
nep_init_tx_bmac(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1413
nep_init_tx_channel(struct nep_softc *sc, int chan)
sys/dev/pci/if_nep.c
1466
nep_enable_rx_mac(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1501
nep_disable_rx_mac(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1517
nep_stop_dma(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1550
nep_up(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1676
nep_down(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1736
nep_iff(struct nep_softc *sc)
sys/dev/pci/if_nep.c
1776
nep_encap(struct nep_softc *sc, struct mbuf **m0, int *idx)
sys/dev/pci/if_nep.c
1870
struct nep_softc *sc = (struct nep_softc *)ifp->if_softc;
sys/dev/pci/if_nep.c
1922
struct nep_softc *sc = arg;
sys/dev/pci/if_nep.c
1935
struct nep_softc *sc = (struct nep_softc *)ifp->if_softc;
sys/dev/pci/if_nep.c
1979
nep_fill_rx_ring(struct nep_softc *sc)
sys/dev/pci/if_nep.c
2021
nep_dmamem_alloc(struct nep_softc *sc, size_t size)
sys/dev/pci/if_nep.c
2063
nep_dmamem_free(struct nep_softc *sc, struct nep_dmamem *m)
sys/dev/pci/if_nep.c
460
sizeof(struct nep_softc), nep_match, nep_attach
sys/dev/pci/if_nep.c
469
int nep_pci_enaddr(struct nep_softc *, struct pci_attach_args *);
sys/dev/pci/if_nep.c
471
uint64_t nep_read(struct nep_softc *, uint32_t);
sys/dev/pci/if_nep.c
472
void nep_write(struct nep_softc *, uint32_t, uint64_t);
sys/dev/pci/if_nep.c
476
void nep_xmac_mii_statchg(struct nep_softc *);
sys/dev/pci/if_nep.c
477
void nep_bmac_mii_statchg(struct nep_softc *);
sys/dev/pci/if_nep.c
482
void nep_rx_proc(struct nep_softc *);
sys/dev/pci/if_nep.c
484
void nep_tx_proc(struct nep_softc *);
sys/dev/pci/if_nep.c
486
void nep_init_ipp(struct nep_softc *);
sys/dev/pci/if_nep.c
487
void nep_ipp_clear_dfifo(struct nep_softc *, uint64_t);
sys/dev/pci/if_nep.c
488
void nep_init_rx_mac(struct nep_softc *);
sys/dev/pci/if_nep.c
489
void nep_init_rx_xmac(struct nep_softc *);
sys/dev/pci/if_nep.c
490
void nep_init_rx_bmac(struct nep_softc *);
sys/dev/pci/if_nep.c
491
void nep_init_rx_channel(struct nep_softc *, int);
sys/dev/pci/if_nep.c
492
void nep_init_tx_mac(struct nep_softc *);
sys/dev/pci/if_nep.c
493
void nep_init_tx_xmac(struct nep_softc *);
sys/dev/pci/if_nep.c
494
void nep_init_tx_bmac(struct nep_softc *);
sys/dev/pci/if_nep.c
495
void nep_init_tx_channel(struct nep_softc *, int);
sys/dev/pci/if_nep.c
496
void nep_enable_rx_mac(struct nep_softc *);
sys/dev/pci/if_nep.c
497
void nep_disable_rx_mac(struct nep_softc *);
sys/dev/pci/if_nep.c
498
void nep_stop_dma(struct nep_softc *);
sys/dev/pci/if_nep.c
500
void nep_fill_rx_ring(struct nep_softc *);
sys/dev/pci/if_nep.c
502
void nep_up(struct nep_softc *);
sys/dev/pci/if_nep.c
503
void nep_down(struct nep_softc *);
sys/dev/pci/if_nep.c
504
void nep_iff(struct nep_softc *);
sys/dev/pci/if_nep.c
505
int nep_encap(struct nep_softc *, struct mbuf **, int *);
sys/dev/pci/if_nep.c
512
struct nep_dmamem *nep_dmamem_alloc(struct nep_softc *, size_t);
sys/dev/pci/if_nep.c
513
void nep_dmamem_free(struct nep_softc *, struct nep_dmamem *);
sys/dev/pci/if_nep.c
536
struct nep_softc *sc = (struct nep_softc *)self;
sys/dev/pci/if_nep.c
667
nep_pci_enaddr(struct nep_softc *sc, struct pci_attach_args *pa)
sys/dev/pci/if_nep.c
791
nep_read(struct nep_softc *sc, uint32_t reg)
sys/dev/pci/if_nep.c
797
nep_write(struct nep_softc *sc, uint32_t reg, uint64_t value)
sys/dev/pci/if_nep.c
805
struct nep_softc *sc = (struct nep_softc *)self;
sys/dev/pci/if_nep.c
826
struct nep_softc *sc = (struct nep_softc *)self;
sys/dev/pci/if_nep.c
848
struct nep_softc *sc = (struct nep_softc *)dev;
sys/dev/pci/if_nep.c
857
nep_xmac_mii_statchg(struct nep_softc *sc)
sys/dev/pci/if_nep.c
891
nep_bmac_mii_statchg(struct nep_softc *sc)
sys/dev/pci/if_nep.c
922
struct nep_softc *sc = ifp->if_softc;
sys/dev/pci/if_nep.c
933
struct nep_softc *sc = ifp->if_softc;
sys/dev/pci/if_nep.c
945
struct nep_softc *sc = arg;
sys/dev/pci/if_nep.c
976
nep_rx_proc(struct nep_softc *sc)