Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c34 static int wol_port_mode = 5; variable
365 if ((wol_port_mode != NETXEN_PORT_MODE_802_3_AP) && in netxen_set_port_mode()
366 (wol_port_mode != NETXEN_PORT_MODE_XG) && in netxen_set_port_mode()
367 (wol_port_mode != NETXEN_PORT_MODE_AUTO_NEG_1G) && in netxen_set_port_mode()
368 (wol_port_mode != NETXEN_PORT_MODE_AUTO_NEG_XG)) { in netxen_set_port_mode()
369 wol_port_mode = NETXEN_PORT_MODE_AUTO_NEG; in netxen_set_port_mode()
371 NXWR32(adapter, NETXEN_WOL_PORT_MODE, wol_port_mode); in netxen_set_port_mode()