Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi.c1684 u32 nvram_types; in efx_siena_mcdi_nvram_test_all() local
1688 rc = efx_siena_mcdi_nvram_types(efx, &nvram_types); in efx_siena_mcdi_nvram_test_all()
1693 while (nvram_types != 0) { in efx_siena_mcdi_nvram_test_all()
1694 if (nvram_types & 1) { in efx_siena_mcdi_nvram_test_all()
1700 nvram_types >>= 1; in efx_siena_mcdi_nvram_test_all()