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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c465 * i40e_write_nvm_aq - Writes Shadow RAM.
475 enum i40e_status_code i40e_write_nvm_aq(struct i40e_hw *hw, u8 module_pointer, function
482 DEBUGFUNC("i40e_write_nvm_aq");
516 * Writes a 16 bit word to the SR using the i40e_write_nvm_aq() method.
529 return i40e_write_nvm_aq(hw, 0x00, offset, 1, data, FALSE);
561 return i40e_write_nvm_aq(hw, module_pointer, offset, words,
668 ret_code = i40e_write_nvm_aq(hw, 0x00, I40E_SR_SW_CHECKSUM_WORD,
H A Di40e_prototype.h426 enum i40e_status_code i40e_write_nvm_aq(struct i40e_hw *hw, u8 module,

Completed in 111 milliseconds