Home
last modified time | relevance | path

Searched defs:fxp_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h181 struct fxp_softc { struct
182 void *ifp; /* per-interface network data */
183 struct resource *fxp_res[2]; /* I/O and IRQ resources */
184 struct resource_spec *fxp_spec; /* the resource spec we used */
185 void *ih; /* interrupt handler cookie */
186 const struct fxp_ident *ident;
187 struct mtx sc_mtx;
188 bus_dma_tag_t fxp_txmtag; /* bus DMA tag for Tx mbufs */
189 bus_dma_tag_t fxp_rxmtag; /* bus DMA tag for Rx mbufs */
190 bus_dma_tag_t fxp_stag; /* bus DMA tag for stats */
[all …]