Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1382 u8 asic_type_rev; member
H A Dbe_cmds.c3158 /* In BE3 FW images the "asic_type_rev" field doesn't track the in be_check_ufi_compatibility()
3160 * When asic_type_rev is 0 the image is compatible only with in be_check_ufi_compatibility()
3163 if (BEx_chip(adapter) && fhdr->asic_type_rev == 0) in be_check_ufi_compatibility()
3166 return (fhdr->asic_type_rev >= adapter->asic_rev); in be_check_ufi_compatibility()