Home
last modified time | relevance | path

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

/freebsd/sys/dev/msk/
H A Dif_msk.c3178 } else if (len > sc_if->msk_framesize || in msk_rxeof()
3243 if (len > sc_if->msk_framesize || in msk_jumbo_rxeof()
3537 if (sc_if->msk_framesize > (MCLBYTES - MSK_RX_BUF_ALIGN)) in msk_rxput()
3600 if (sc_if->msk_framesize > in msk_handle_events()
3785 sc_if->msk_framesize = ETHERMTU; in msk_init_locked()
3787 sc_if->msk_framesize = if_getmtu(ifp); in msk_init_locked()
3788 sc_if->msk_framesize += ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN; in msk_init_locked()
3978 if (sc_if->msk_framesize > (MCLBYTES - MSK_RX_BUF_ALIGN)) { in msk_init_locked()
H A Dif_mskreg.h2558 int msk_framesize; member