Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/fxp/
H A Dif_fxpvar.h96 struct fxp_softc { struct
97 struct arpcom arpcom; /* per-interface network data */
98 struct resource *mem; /* resource descriptor for registers */
99 int rtp; /* register resource type */
100 int rgd; /* register descriptor in use */
101 struct resource *irq; /* resource descriptor for interrupt */
102 void *ih; /* interrupt handler cookie */
103 bus_space_tag_t sc_st; /* bus space tag */
104 bus_space_handle_t sc_sh; /* bus space handle */
105 struct mbuf *rfa_headm; /* first mbuf in receive frame area */
[all …]