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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c37 enum i40e_status_code i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset,
225 return i40e_read_nvm_word_srctl(hw, offset, data);
229 * i40e_read_nvm_word_srctl - Reads Shadow RAM via SRCTL register
236 enum i40e_status_code i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset, function
242 DEBUGFUNC("i40e_read_nvm_word_srctl");
342 ret_code = i40e_read_nvm_word_srctl(hw, index, &data[word]);

Completed in 56 milliseconds