Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/msk/
H A Dif_msk.c3198 } else if (len > sc_if->msk_framesize || in msk_rxeof()
3263 if (len > sc_if->msk_framesize || in msk_jumbo_rxeof()
3557 if (sc_if->msk_framesize > (MCLBYTES - MSK_RX_BUF_ALIGN)) in msk_rxput()
3620 if (sc_if->msk_framesize > in msk_handle_events()
3805 sc_if->msk_framesize = ETHERMTU; in msk_init_locked()
3807 sc_if->msk_framesize = if_getmtu(ifp); in msk_init_locked()
3808 sc_if->msk_framesize += ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN; in msk_init_locked()
3998 if (sc_if->msk_framesize > (MCLBYTES - MSK_RX_BUF_ALIGN)) { in msk_init_locked()
H A Dif_mskreg.h2558 int msk_framesize; member