Home
last modified time | relevance | path

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

/NextBSD/sys/dev/msk/
HDif_msk.c3219 } else if (len > sc_if->msk_framesize || in msk_rxeof()
3284 if (len > sc_if->msk_framesize || in msk_jumbo_rxeof()
3575 if (sc_if->msk_framesize > (MCLBYTES - MSK_RX_BUF_ALIGN)) in msk_rxput()
3638 if (sc_if->msk_framesize > in msk_handle_events()
3823 sc_if->msk_framesize = ETHERMTU; in msk_init_locked()
3825 sc_if->msk_framesize = ifp->if_mtu; in msk_init_locked()
3826 sc_if->msk_framesize += ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN; in msk_init_locked()
4016 if (sc_if->msk_framesize > (MCLBYTES - MSK_RX_BUF_ALIGN)) { in msk_init_locked()
HDif_mskreg.h2557 int msk_framesize; member