Searched refs:comb_offset (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/igc/ |
H A D | igc_nvm.c | 730 u16 comb_verh, comb_verl, comb_offset; in igc_get_fw_version() local 742 hw->nvm.ops.read(hw, NVM_COMB_VER_PTR, 1, &comb_offset); in igc_get_fw_version() 743 if (comb_offset && comb_offset != NVM_VER_INVALID) { in igc_get_fw_version() 744 hw->nvm.ops.read(hw, NVM_COMB_VER_OFF + comb_offset + 1, in igc_get_fw_version() 746 hw->nvm.ops.read(hw, NVM_COMB_VER_OFF + comb_offset, in igc_get_fw_version()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_nvm.c | 1289 u16 comb_verh, comb_verl, comb_offset; in e1000_get_fw_version() local 1327 hw->nvm.ops.read(hw, NVM_COMB_VER_PTR, 1, &comb_offset); in e1000_get_fw_version() 1328 if ((comb_offset != 0x0) && in e1000_get_fw_version() 1329 (comb_offset != NVM_VER_INVALID)) { in e1000_get_fw_version() 1331 hw->nvm.ops.read(hw, (NVM_COMB_VER_OFF + comb_offset in e1000_get_fw_version() 1333 hw->nvm.ops.read(hw, (NVM_COMB_VER_OFF + comb_offset), in e1000_get_fw_version()
|