Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c321 u8 new_phy_state; in be_async_port_misconfig_event_process() local
323 new_phy_state = in be_async_port_misconfig_event_process()
326 if (new_phy_state == adapter->phy_state) in be_async_port_misconfig_event_process()
329 adapter->phy_state = new_phy_state; in be_async_port_misconfig_event_process()
341 if (be_phy_unqualified(new_phy_state)) in be_async_port_misconfig_event_process()
349 if (be_phy_state_unknown(new_phy_state)) in be_async_port_misconfig_event_process()
353 new_phy_state, in be_async_port_misconfig_event_process()
359 be_misconfig_evt_port_state[new_phy_state], in be_async_port_misconfig_event_process()
363 if (be_phy_misconfigured(new_phy_state)) in be_async_port_misconfig_event_process()