Home
last modified time | relevance | path

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

/csrg-svn/sys/vax/if/
H A Dif_ex.c91 struct ex_softc { struct
92 struct arpcom xs_ac; /* Ethernet common part */
119 ((caddr_t)(&(ex_softc[unit].n)) - INCORE_BASE(&ex_softc[unit])) argument
130 } ex_softc[NEX]; variable
/csrg-svn/sys/tahoe/if/
H A Dif_ex.c95 struct ex_softc { struct
96 struct arpcom xs_ac; /* Ethernet common part */
99 int xs_flags; /* private flags */
104 int xs_cvec; /* probe stores cvec here */
105 short xs_enetunit; /* unit number for enet filtering */
106 short xs_enetinit; /* enet inetrface is initialized */
107 struct ex_msg *xs_h2xnext; /* host pointer to request queue */
108 struct ex_msg *xs_x2hnext; /* host pointer to reply queue */
109 u_long xs_qbaddr; /* map info for structs below */
110 struct ex_shm {
[all …]