Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c35 static int wol_port_mode = 5; variable
368 if ((wol_port_mode != NETXEN_PORT_MODE_802_3_AP) && in netxen_set_port_mode()
369 (wol_port_mode != NETXEN_PORT_MODE_XG) && in netxen_set_port_mode()
370 (wol_port_mode != NETXEN_PORT_MODE_AUTO_NEG_1G) && in netxen_set_port_mode()
371 (wol_port_mode != NETXEN_PORT_MODE_AUTO_NEG_XG)) { in netxen_set_port_mode()
372 wol_port_mode = NETXEN_PORT_MODE_AUTO_NEG; in netxen_set_port_mode()
374 NXWR32(adapter, NETXEN_WOL_PORT_MODE, wol_port_mode); in netxen_set_port_mode()