Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A De1000_nvm.c691 u16 comb_verh, comb_verl, comb_offset; in igb_get_fw_version() local
732 + 1), 1, &comb_verh); in igb_get_fw_version()
737 if ((comb_verh && comb_verl) && in igb_get_fw_version()
738 ((comb_verh != NVM_VER_INVALID) && in igb_get_fw_version()
746 | (comb_verh >> NVM_COMB_VER_SHFT); in igb_get_fw_version()
748 comb_verh & NVM_COMB_VER_MASK; in igb_get_fw_version()