Home
last modified time | relevance | path

Searched refs:comb_offset (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_nvm.c1263 u16 comb_verh, comb_verl, comb_offset; in e1000_get_fw_version() local
1301 hw->nvm.ops.read(hw, NVM_COMB_VER_PTR, 1, &comb_offset); in e1000_get_fw_version()
1302 if ((comb_offset != 0x0) && in e1000_get_fw_version()
1303 (comb_offset != NVM_VER_INVALID)) { in e1000_get_fw_version()
1305 hw->nvm.ops.read(hw, (NVM_COMB_VER_OFF + comb_offset in e1000_get_fw_version()
1307 hw->nvm.ops.read(hw, (NVM_COMB_VER_OFF + comb_offset), in e1000_get_fw_version()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_nvm.c1254 u16 comb_verh, comb_verl, comb_offset; in igc_get_fw_version() local
1266 hw->nvm.ops.read(hw, NVM_COMB_VER_PTR, 1, &comb_offset); in igc_get_fw_version()
1267 if (comb_offset && comb_offset != NVM_VER_INVALID) { in igc_get_fw_version()
1268 hw->nvm.ops.read(hw, NVM_COMB_VER_OFF + comb_offset + 1, in igc_get_fw_version()
1270 hw->nvm.ops.read(hw, NVM_COMB_VER_OFF + comb_offset, in igc_get_fw_version()