Searched defs:link_ok (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c2216 int link_ok = 1; local
2227 link_ok = align_done && sync;
2237 if ( link_ok && has_phyxs ) {
2240 link_ok = ( lane_status & ( 1 << MDIO_PHYXS_LANE_ALIGNED_LBN ) );
2242 if (!link_ok )
2246 return link_ok;
2344 int link_ok = 1; local
2352 link_ok = mdio_clause45_links_ok ( efab );
2354 if ( link_ok ) {
2355 link_ok
[all...]

Completed in 47 milliseconds