Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c318 u8 phy_state_info; in be_async_port_misconfig_event_process() local
333 phy_state_info = in be_async_port_misconfig_event_process()
336 if (phy_state_info & PHY_STATE_INFO_VALID) { in be_async_port_misconfig_event_process()
337 msg_severity = (phy_state_info & PHY_STATE_MSG_SEVERITY) >> 1; in be_async_port_misconfig_event_process()
340 phy_oper_state = (phy_state_info & PHY_STATE_OPER); in be_async_port_misconfig_event_process()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c320 u8 phy_state_info; in be_async_port_misconfig_event_process() local
335 phy_state_info = in be_async_port_misconfig_event_process()
338 if (phy_state_info & PHY_STATE_INFO_VALID) { in be_async_port_misconfig_event_process()
339 msg_severity = (phy_state_info & PHY_STATE_MSG_SEVERITY) >> 1; in be_async_port_misconfig_event_process()
342 phy_oper_state = (phy_state_info & PHY_STATE_OPER); in be_async_port_misconfig_event_process()

Completed in 12 milliseconds