HomeSort by: relevance | last modified time | path
    Searched refs:check_for_link (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/igc/
igc_api.c 241 if (hw->mac.ops.check_for_link)
242 return hw->mac.ops.check_for_link(hw);
igc_hw.h 192 int (*check_for_link)(struct igc_hw *); member in struct:igc_mac_operations
igc_i225.c 109 mac->ops.check_for_link = igc_check_for_link_i225;

Completed in 13 milliseconds