Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c323 u8 new_phy_state; in be_async_port_misconfig_event_process() local
325 new_phy_state = in be_async_port_misconfig_event_process()
328 if (new_phy_state == adapter->phy_state) in be_async_port_misconfig_event_process()
331 adapter->phy_state = new_phy_state; in be_async_port_misconfig_event_process()
343 if (be_phy_unqualified(new_phy_state)) in be_async_port_misconfig_event_process()
351 if (be_phy_state_unknown(new_phy_state)) in be_async_port_misconfig_event_process()
355 new_phy_state, in be_async_port_misconfig_event_process()
361 be_misconfig_evt_port_state[new_phy_state], in be_async_port_misconfig_event_process()
365 if (be_phy_misconfigured(new_phy_state)) in be_async_port_misconfig_event_process()