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

/freebsd-13-stable/sys/dev/e1000/
H A De1000_nvm.h47 void e1000_null_nvm_generic(struct e1000_hw *hw);
H A De1000_nvm.c55 nvm->ops.release = e1000_null_nvm_generic;
76 * e1000_null_nvm_generic - No-op function, return void
79 void e1000_null_nvm_generic(struct e1000_hw E1000_UNUSEDARG *hw) function
81 DEBUGFUNC("e1000_null_nvm_generic");

Completed in 167 milliseconds