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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.c46 static s32 e1000_check_for_link_vf(struct e1000_hw *hw);
126 mac->ops.check_for_link = e1000_check_for_link_vf;
524 * e1000_check_for_link_vf - Check for link for a virtual interface
531 static s32 e1000_check_for_link_vf(struct e1000_hw *hw) function
538 DEBUGFUNC("e1000_check_for_link_vf");

Completed in 56 milliseconds