Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c35 static int wol_port_mode = 5; variable
369 if ((wol_port_mode != NETXEN_PORT_MODE_802_3_AP) && in netxen_set_port_mode()
370 (wol_port_mode != NETXEN_PORT_MODE_XG) && in netxen_set_port_mode()
371 (wol_port_mode != NETXEN_PORT_MODE_AUTO_NEG_1G) && in netxen_set_port_mode()
372 (wol_port_mode != NETXEN_PORT_MODE_AUTO_NEG_XG)) { in netxen_set_port_mode()
373 wol_port_mode = NETXEN_PORT_MODE_AUTO_NEG; in netxen_set_port_mode()
375 NXWR32(adapter, NETXEN_WOL_PORT_MODE, wol_port_mode); in netxen_set_port_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c34 static int wol_port_mode = 5; variable
367 if ((wol_port_mode != NETXEN_PORT_MODE_802_3_AP) && in netxen_set_port_mode()
368 (wol_port_mode != NETXEN_PORT_MODE_XG) && in netxen_set_port_mode()
369 (wol_port_mode != NETXEN_PORT_MODE_AUTO_NEG_1G) && in netxen_set_port_mode()
370 (wol_port_mode != NETXEN_PORT_MODE_AUTO_NEG_XG)) { in netxen_set_port_mode()
371 wol_port_mode = NETXEN_PORT_MODE_AUTO_NEG; in netxen_set_port_mode()
373 NXWR32(adapter, NETXEN_WOL_PORT_MODE, wol_port_mode); in netxen_set_port_mode()

Completed in 9 milliseconds