Home
last modified time | relevance | path

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

/openbmc/u-boot/include/net/
H A Dncsi.h11 bool ncsi_active(void);
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c90 bool ncsi_active(void) in ncsi_active() function
/openbmc/u-boot/net/
H A Dnet.c412 if (phy_interface_is_ncsi() && protocol != NCSI && !ncsi_active()) { in net_loop()