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

/freebsd-13-stable/sys/dev/ixl/
H A Di40e_nvm.c249 * i40e_read_nvm_aq - Read Shadow RAM.
259 static enum i40e_status_code i40e_read_nvm_aq(struct i40e_hw *hw, function
267 DEBUGFUNC("i40e_read_nvm_aq");
316 ret_code = i40e_read_nvm_aq(hw, 0x0, offset, 1, data, TRUE);
480 * Reads 16 bit words (data buffer) from the SR using the i40e_read_nvm_aq()
512 ret_code = i40e_read_nvm_aq(hw, 0x0, offset, read_size,

Completed in 124 milliseconds