Searched refs:e1000_null_phy_generic (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.h40 void e1000_null_phy_generic(struct e1000_hw *hw);
H A De1000_phy.c89 phy->ops.release = e1000_null_phy_generic;
96 phy->ops.power_up = e1000_null_phy_generic;
97 phy->ops.power_down = e1000_null_phy_generic;
126 * e1000_null_phy_generic - No-op function, return void
129 void e1000_null_phy_generic(struct e1000_hw E1000_UNUSEDARG *hw) function
131 DEBUGFUNC("e1000_null_phy_generic");

Completed in 67 milliseconds