Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c1952 hw->get_link_status = TRUE; in e1000_copper_link_autoneg()
2983 hw->get_link_status = FALSE; in e1000_check_for_link()
2993 if ((hw->media_type == e1000_media_type_copper) && hw->get_link_status) { in e1000_check_for_link()
3007 hw->get_link_status = FALSE; in e1000_check_for_link()
De1000_hw.h1456 boolean_t get_link_status; member