Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c51 static int wol_port_mode = 5; variable
388 if ((wol_port_mode != NETXEN_PORT_MODE_802_3_AP) && in netxen_set_port_mode()
389 (wol_port_mode != NETXEN_PORT_MODE_XG) && in netxen_set_port_mode()
390 (wol_port_mode != NETXEN_PORT_MODE_AUTO_NEG_1G) && in netxen_set_port_mode()
391 (wol_port_mode != NETXEN_PORT_MODE_AUTO_NEG_XG)) { in netxen_set_port_mode()
392 wol_port_mode = NETXEN_PORT_MODE_AUTO_NEG; in netxen_set_port_mode()
394 NXWR32(adapter, NETXEN_WOL_PORT_MODE, wol_port_mode); in netxen_set_port_mode()