Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h33 #define IXGBE_OROM_VER_PATCH_MASK GENMASK_ULL(7, 0) macro
H A Dixgbe_e610.c3141 orom->patch = (u8)FIELD_GET(IXGBE_OROM_VER_PATCH_MASK, combo_ver); in ixgbe_get_orom_ver_info()