Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/msk/
Dif_msk.c1075 if ((sc_if->msk_flags & MSK_FLAG_JUMBO) == 0) { in msk_ioctl()
1846 sc->msk_pflags |= MSK_FLAG_JUMBO; in mskc_attach()
1850 sc->msk_pflags |= MSK_FLAG_JUMBO | MSK_FLAG_JUMBO_NOCSUM; in mskc_attach()
1854 sc->msk_pflags |= MSK_FLAG_JUMBO | MSK_FLAG_DESCV2 | in mskc_attach()
1895 sc->msk_pflags |= MSK_FLAG_JUMBO; in mskc_attach()
1899 sc->msk_pflags |= MSK_FLAG_JUMBO | MSK_FLAG_DESCV2 | in mskc_attach()
1904 sc->msk_pflags |= MSK_FLAG_JUMBO; in mskc_attach()
1908 sc->msk_pflags |= MSK_FLAG_JUMBO | MSK_FLAG_DESCV2; in mskc_attach()
2418 if (jumbo_disable != 0 || (sc_if->msk_flags & MSK_FLAG_JUMBO) == 0) { in msk_rx_dma_jalloc()
2419 sc_if->msk_flags &= ~MSK_FLAG_JUMBO; in msk_rx_dma_jalloc()
[all …]
Dif_mskreg.h2563 #define MSK_FLAG_JUMBO 0x0008 macro