Home
last modified time | relevance | path

Searched refs:sc_rfa_size (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Di82557var.h191 int sc_rfa_size; /* size of the RFA structure */ member
290 (sc->sc_rfa_size + \
295 RFA_ALIGNMENT_FUDGE, (sc)->sc_rfa_size, (ops))
299 RFA_ALIGNMENT_FUDGE + (sc)->sc_rfa_size, \
312 (m)->m_data = (m)->m_ext.ext_buf + (sc)->sc_rfa_size + \
H A Di82557.c272 sc->sc_rfa_size = RFA_EXT_SIZE; in fxp_attach()
275 sc->sc_rfa_size = RFA_SIZE; in fxp_attach()