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

  /src/sys/dev/pci/
if_et.c 88 static void et_enable_intrs(struct et_softc *, uint32_t);
89 static void et_disable_intrs(struct et_softc *);
90 static void et_rxeof(struct et_softc *);
91 static void et_txeof(struct et_softc *);
94 static int et_dma_alloc(struct et_softc *);
95 static void et_dma_free(struct et_softc *);
96 static int et_dma_mem_create(struct et_softc *, bus_size_t,
98 static void et_dma_mem_destroy(struct et_softc *, void *, bus_dmamap_t);
99 static int et_dma_mbuf_create(struct et_softc *);
100 static void et_dma_mbuf_destroy(struct et_softc *, int, const int[])
    [all...]
if_etreg.h 472 struct et_softc;
479 struct et_softc *rbd_softc;
486 struct et_softc { struct

Completed in 14 milliseconds