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

  /src/sys/dev/pci/
if_iavf.c 369 uint16_t sc_max_mtu; member in struct:iavf_softc
4393 sc->sc_max_mtu = MIN(IAVF_MAX_MTU, mtu);
if_aq.c 1390 int sc_max_mtu; member in struct:aq_softc
2630 sc->sc_max_mtu = AQ1_JUMBO_MTU_REV_A;
2638 sc->sc_max_mtu = AQ1_JUMBO_MTU_REV_B;
2646 sc->sc_max_mtu = AQ1_JUMBO_MTU_REV_B;
2652 sc->sc_max_mtu = ETHERMTU;
3357 sc->sc_max_mtu = AQ2_JUMBO_MTU;
6071 if (ifr->ifr_mtu < ETHERMIN || ifr->ifr_mtu > sc->sc_max_mtu) {

Completed in 46 milliseconds