Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_hw_autogen.h369 #define GLNVM_GENS_SR_SIZE_M ICE_M(0x7, 5) macro
H A Dice_nvm.c1124 sr_size = FIELD_GET(GLNVM_GENS_SR_SIZE_M, gens_stat); in ice_init_nvm()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h25 #define GLNVM_GENS_SR_SIZE_M GENMASK(7, 5) macro
H A Dixgbe_e610.c2101 sr_size = FIELD_GET(GLNVM_GENS_SR_SIZE_M, gens_stat); in ixgbe_init_eeprom_params_e610()