Home
last modified time | relevance | path

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

/src/sys/dev/stge/
H A Dif_stge.c1705 if (m->m_pkthdr.len > sc->sc_if_framesize) { in stge_rxeof()
1733 if (sc->sc_if_framesize > (MCLBYTES - ETHER_ALIGN)) { in stge_rxeof()
2105 sc->sc_if_framesize = if_getmtu(ifp) + ETHER_HDR_LEN + ETHER_CRC_LEN; in stge_init_locked()
2106 CSR_WRITE_2(sc, STGE_MaxFrameSize, sc->sc_if_framesize); in stge_init_locked()
2437 if (sc->sc_if_framesize <= (MCLBYTES - ETHER_ALIGN)) in stge_newbuf()
H A Dif_stgereg.h644 int sc_if_framesize; member