Searched refs:comb_offset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | e1000_nvm.c | 691 u16 comb_verh, comb_verl, comb_offset; in igb_get_fw_version() local 727 hw->nvm.ops.read(hw, NVM_COMB_VER_PTR, 1, &comb_offset); in igb_get_fw_version() 728 if ((comb_offset != 0x0) && in igb_get_fw_version() 729 (comb_offset != NVM_VER_INVALID)) { in igb_get_fw_version() 731 hw->nvm.ops.read(hw, (NVM_COMB_VER_OFF + comb_offset in igb_get_fw_version() 733 hw->nvm.ops.read(hw, (NVM_COMB_VER_OFF + comb_offset), in igb_get_fw_version()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_nvm.c | 691 u16 comb_verh, comb_verl, comb_offset; in igb_get_fw_version() local 727 hw->nvm.ops.read(hw, NVM_COMB_VER_PTR, 1, &comb_offset); in igb_get_fw_version() 728 if ((comb_offset != 0x0) && in igb_get_fw_version() 729 (comb_offset != NVM_VER_INVALID)) { in igb_get_fw_version() 731 hw->nvm.ops.read(hw, (NVM_COMB_VER_OFF + comb_offset in igb_get_fw_version() 733 hw->nvm.ops.read(hw, (NVM_COMB_VER_OFF + comb_offset), in igb_get_fw_version()
|
Completed in 2 milliseconds