Searched refs:VTNET_FLAG_SW_LRO (Results 1 – 2 of 2) sorted by relevance
164 #define VTNET_FLAG_SW_LRO 0x4000 macro206 return ((sc->vtnet_flags & VTNET_FLAG_SW_LRO) != 0); in vtnet_software_lro()
764 sc->vtnet_flags |= VTNET_FLAG_SW_LRO; in vtnet_setup_features()4423 sw_lro_enabled = (sc->vtnet_flags & VTNET_FLAG_SW_LRO) != 0; in vtnet_debugnet_event()4425 sc->vtnet_flags &= ~VTNET_FLAG_SW_LRO; in vtnet_debugnet_event()4429 sc->vtnet_flags |= VTNET_FLAG_SW_LRO; in vtnet_debugnet_event()