Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c315 static int global_quad_port_a; /* global port a indication */ in e1000_get_variants_82571() local
340 if (global_quad_port_a == 0) in e1000_get_variants_82571()
343 global_quad_port_a++; in e1000_get_variants_82571()
344 if (global_quad_port_a == 4) in e1000_get_variants_82571()
345 global_quad_port_a = 0; in e1000_get_variants_82571()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c923 static int global_quad_port_a; /* global ksp3 port a indication */ in e1000_probe() local
1164 if (global_quad_port_a != 0) in e1000_probe()
1169 if (++global_quad_port_a == 4) in e1000_probe()
1170 global_quad_port_a = 0; in e1000_probe()