Searched refs:civd (Results 1 – 2 of 2) sorted by relevance
645 struct ice_orom_civd_info *civd) in ice_get_orom_civd_data() argument700 *civd = *tmp; in ice_get_orom_civd_data()724 struct ice_orom_civd_info civd; in ice_get_orom_ver_info() local728 status = ice_get_orom_civd_data(hw, bank, &civd); in ice_get_orom_ver_info()734 combo_ver = le32_to_cpu(civd.combo_ver); in ice_get_orom_ver_info()
3053 * @civd: storage for the Option ROM CIVD data. in ixgbe_get_orom_civd_data() 3062 * On success @civd stores collected data. in ixgbe_get_orom_civd_data() 3066 struct ixgbe_orom_civd_info *civd)3113 *civd = *tmp; in ixgbe_get_orom_srev() 3188 struct ixgbe_orom_civd_info civd; in ixgbe_get_nvm_ver_info() 3192 err = ixgbe_get_orom_civd_data(hw, bank, &civd); in ixgbe_get_nvm_ver_info() 3196 combo_ver = get_unaligned_le32(&civd.combo_ver); in ixgbe_get_nvm_ver_info() 3008 ixgbe_get_orom_civd_data(struct ixgbe_hw * hw,enum ixgbe_bank_select bank,struct ixgbe_orom_civd_info * civd) ixgbe_get_orom_civd_data() argument 3130 struct ixgbe_orom_civd_info civd; ixgbe_get_orom_ver_info() local