Searched refs:ixgbe_read_nvm_module (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_e610.c | 2581 static s32 ixgbe_read_nvm_module(struct ixgbe_hw *hw, in ixgbe_read_nvm_module() function 2618 status = ixgbe_read_nvm_module(hw, bank, IXGBE_NVM_CSS_HDR_LEN_L, in ixgbe_get_nvm_css_hdr_len() 2623 status = ixgbe_read_nvm_module(hw, bank, IXGBE_NVM_CSS_HDR_LEN_H, in ixgbe_get_nvm_css_hdr_len() 2662 return ixgbe_read_nvm_module(hw, bank, hdr_len + offset, data); in ixgbe_read_nvm_sr_copy() 2798 status = ixgbe_read_nvm_module(hw, bank, IXGBE_NVM_CSS_SREV_L, &srev_l); in ixgbe_get_nvm_srev() 2802 status = ixgbe_read_nvm_module(hw, bank, IXGBE_NVM_CSS_SREV_H, &srev_h); in ixgbe_get_nvm_srev()
|