Searched refs:MSK_FLAG_JUMBO (Results 1 – 2 of 2) sorted by relevance
1071 if ((sc_if->msk_flags & MSK_FLAG_JUMBO) == 0) { in msk_ioctl()1835 sc->msk_pflags |= MSK_FLAG_JUMBO; in mskc_attach()1839 sc->msk_pflags |= MSK_FLAG_JUMBO | MSK_FLAG_JUMBO_NOCSUM; in mskc_attach()1843 sc->msk_pflags |= MSK_FLAG_JUMBO | MSK_FLAG_DESCV2 | in mskc_attach()1884 sc->msk_pflags |= MSK_FLAG_JUMBO; in mskc_attach()1888 sc->msk_pflags |= MSK_FLAG_JUMBO | MSK_FLAG_DESCV2 | in mskc_attach()1893 sc->msk_pflags |= MSK_FLAG_JUMBO; in mskc_attach()1897 sc->msk_pflags |= MSK_FLAG_JUMBO | MSK_FLAG_DESCV2; in mskc_attach()2374 if (jumbo_disable != 0 || (sc_if->msk_flags & MSK_FLAG_JUMBO) == 0) { in msk_rx_dma_jalloc()2375 sc_if->msk_flags &= ~MSK_FLAG_JUMBO; in msk_rx_dma_jalloc()[all …]
2564 #define MSK_FLAG_JUMBO 0x0008 macro