Searched refs:e1000_null_nvm_generic (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_nvm.h41 void e1000_null_nvm_generic(struct e1000_hw *hw);
H A Digb_nvm.c53 nvm->ops.release = e1000_null_nvm_generic;
74 * e1000_null_nvm_generic - No-op function, return void
78 e1000_null_nvm_generic(struct e1000_hw *hw) function
80 DEBUGFUNC("e1000_null_nvm_generic");
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_nvm.h38 void e1000_null_nvm_generic(struct e1000_hw *hw);
H A De1000_nvm.c49 nvm->ops.release = e1000_null_nvm_generic;
70 * e1000_null_nvm_generic - No-op function, return void
74 e1000_null_nvm_generic(struct e1000_hw *hw) function
76 DEBUGFUNC("e1000_null_nvm_generic");

Completed in 53 milliseconds