Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h367 #define BE_FLAGS_PHY_MISCONFIGURED BIT(10) macro
H A Dbe_main.c5484 adapter->flags &= ~BE_FLAGS_PHY_MISCONFIGURED; in be_log_sfp_info()
5528 if (adapter->flags & BE_FLAGS_PHY_MISCONFIGURED) in be_worker()
H A Dbe_cmds.c364 adapter->flags |= BE_FLAGS_PHY_MISCONFIGURED; in be_async_port_misconfig_event_process()