Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgb_hw.c66 static boolean_t ixgb_link_reset(struct ixgb_hw *hw);
927 hw->link_up = ixgb_link_reset(hw); in ixgb_check_for_link()
933 hw->link_up = ixgb_link_reset(hw); in ixgb_check_for_link()
1167 ixgb_link_reset(struct ixgb_hw *hw) in ixgb_link_reset() function