Searched refs:VTNET_FLAG_SW_LRO (Results 1 – 2 of 2) sorted by relevance
162 #define VTNET_FLAG_SW_LRO 0x4000 macro204 return ((sc->vtnet_flags & VTNET_FLAG_SW_LRO) != 0); in vtnet_software_lro()
776 sc->vtnet_flags |= VTNET_FLAG_SW_LRO; in vtnet_setup_features()4574 sw_lro_enabled = (sc->vtnet_flags & VTNET_FLAG_SW_LRO) != 0; in vtnet_debugnet_event()4576 sc->vtnet_flags &= ~VTNET_FLAG_SW_LRO; in vtnet_debugnet_event()4580 sc->vtnet_flags |= VTNET_FLAG_SW_LRO; in vtnet_debugnet_event()