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

  /src/sys/dev/ic/
i82557var.h 191 int sc_rfa_size; /* size of the RFA structure */ member in struct:fxp_softc
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 + \
i82557.c 272 sc->sc_rfa_size = RFA_EXT_SIZE;
275 sc->sc_rfa_size = RFA_SIZE;

Completed in 13 milliseconds