HomeSort by: relevance | last modified time | path
    Searched refs:nfe_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_nfe.c 85 void nfe_txdesc32_sync(struct nfe_softc *, struct nfe_desc32 *, int);
86 void nfe_txdesc64_sync(struct nfe_softc *, struct nfe_desc64 *, int);
87 void nfe_txdesc32_rsync(struct nfe_softc *, int, int, int);
88 void nfe_txdesc64_rsync(struct nfe_softc *, int, int, int);
89 void nfe_rxdesc32_sync(struct nfe_softc *, struct nfe_desc32 *, int);
90 void nfe_rxdesc64_sync(struct nfe_softc *, struct nfe_desc64 *, int);
91 void nfe_rxeof(struct nfe_softc *);
92 void nfe_txeof(struct nfe_softc *);
93 int nfe_encap(struct nfe_softc *, struct mbuf *);
98 struct nfe_jbuf *nfe_jalloc(struct nfe_softc *, int)
    [all...]
if_nfevar.h 70 struct nfe_softc { struct

Completed in 64 milliseconds