Home
last modified time | relevance | path

Searched refs:FLAG_IS_QUAD_PORT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h428 #define FLAG_IS_QUAD_PORT BIT(13) macro
H A D82571.c338 adapter->flags |= FLAG_IS_QUAD_PORT; in e1000_get_variants_82571()
360 if (adapter->flags & FLAG_IS_QUAD_PORT && in e1000_get_variants_82571()
H A Dnetdev.c6763 if (adapter->flags & FLAG_IS_QUAD_PORT) { in __e1000_shutdown()