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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82542.c47 static s32 e1000_setup_link_82542(struct e1000_hw *hw);
125 mac->ops.setup_link = e1000_setup_link_82542;
294 ret_val = e1000_setup_link_82542(hw);
308 * e1000_setup_link_82542 - Setup flow control and link settings
317 static s32 e1000_setup_link_82542(struct e1000_hw *hw) function
322 DEBUGFUNC("e1000_setup_link_82542");

Completed in 57 milliseconds