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

/freebsd-12-stable/sys/dev/stge/
H A Dif_stgereg.h645 int sc_if_framesize; member in struct:stge_softc
H A Dif_stge.c1717 if (m->m_pkthdr.len > sc->sc_if_framesize) {
1745 if (sc->sc_if_framesize > (MCLBYTES - ETHER_ALIGN)) {
2118 sc->sc_if_framesize = ifp->if_mtu + ETHER_HDR_LEN + ETHER_CRC_LEN;
2119 CSR_WRITE_2(sc, STGE_MaxFrameSize, sc->sc_if_framesize);
2450 if (sc->sc_if_framesize <= (MCLBYTES - ETHER_ALIGN))

Completed in 60 milliseconds