Lines Matching refs:rl_max_mtu
676 sc->rl_max_mtu = RL_MTU; in re_attach()
682 sc->rl_max_mtu = RL_MTU; in re_attach()
693 sc->rl_max_mtu = RL_MTU; in re_attach()
702 sc->rl_max_mtu = RL_MTU; in re_attach()
709 sc->rl_max_mtu = RL_MTU; in re_attach()
717 sc->rl_max_mtu = RL_MTU; in re_attach()
727 sc->rl_max_mtu = RL_JUMBO_MTU_6K; in re_attach()
734 sc->rl_max_mtu = RL_JUMBO_MTU_9K; in re_attach()
740 sc->rl_max_mtu = RL_JUMBO_MTU_9K; in re_attach()
747 sc->rl_max_mtu = RL_JUMBO_MTU_9K; in re_attach()
754 sc->rl_max_mtu = RL_JUMBO_MTU_6K; in re_attach()
764 sc->rl_max_mtu = RL_JUMBO_MTU_9K; in re_attach()
775 sc->rl_max_mtu = RL_MTU; in re_attach()
778 sc->rl_max_mtu = RL_JUMBO_MTU_9K; in re_attach()
796 sc->rl_max_mtu = RL_JUMBO_MTU_7K; in re_attach()
1001 RL_FRAMELEN(sc->rl_max_mtu), 1, in re_attach()
1002 RL_FRAMELEN(sc->rl_max_mtu), 0, 0, in re_attach()
1019 ifp->if_hardmtu = sc->rl_max_mtu; in re_attach()
1164 m = MCLGETL(NULL, M_DONTWAIT, RL_FRAMELEN(sc->rl_max_mtu)); in re_newbuf()
1173 m->m_len = m->m_pkthdr.len = RL_FRAMELEN(sc->rl_max_mtu); in re_newbuf()
1321 m->m_len = RL_FRAMELEN(sc->rl_max_mtu); in re_rxeof()
1372 m->m_len = total_len % RL_FRAMELEN(sc->rl_max_mtu); in re_rxeof()
1374 m->m_len = RL_FRAMELEN(sc->rl_max_mtu); in re_rxeof()
2088 NULL, RL_FRAMELEN(sc->rl_max_mtu), &sc->rl_ldata.rl_rx_ring); in re_ioctl()