Searched refs:test_nvram (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | selftest.c | 113 if (efx->type->test_nvram) { in efx_test_nvram() 114 rc = efx->type->test_nvram(efx); in efx_test_nvram()
|
H A D | ef100_nic.c | 764 .test_nvram = efx_new_mcdi_nvram_test_all, 842 .test_nvram = efx_new_mcdi_nvram_test_all,
|
H A D | siena.c | 1005 .test_nvram = efx_mcdi_nvram_test_all,
|
H A D | net_driver.h | 1234 * @test_nvram: Test validity of NVRAM contents 1381 int (*test_nvram)(struct efx_nic *efx); member
|
H A D | ef10.c | 4144 .test_nvram = efx_mcdi_nvram_test_all,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | selftest.c | 112 if (efx->type->test_nvram) { in ef4_test_nvram() 113 rc = efx->type->test_nvram(efx); in ef4_test_nvram()
|
H A D | net_driver.h | 965 * @test_nvram: Test validity of NVRAM contents 1076 int (*test_nvram)(struct ef4_nic *efx); member
|
H A D | falcon.c | 2742 .test_nvram = falcon_test_nvram, 2840 .test_nvram = falcon_test_nvram,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | selftest.c | 117 if (efx->type->test_nvram) { in ef4_test_nvram() 118 rc = efx->type->test_nvram(efx); in ef4_test_nvram()
|
H A D | net_driver.h | 965 * @test_nvram: Test validity of NVRAM contents 1076 int (*test_nvram)(struct ef4_nic *efx); member
|
H A D | falcon.c | 2742 .test_nvram = falcon_test_nvram, 2840 .test_nvram = falcon_test_nvram,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | selftest.c | 117 if (efx->type->test_nvram) { in efx_test_nvram() 118 rc = efx->type->test_nvram(efx); in efx_test_nvram()
|
H A D | ef100_nic.c | 1300 .test_nvram = efx_new_mcdi_nvram_test_all, 1381 .test_nvram = efx_new_mcdi_nvram_test_all,
|
H A D | net_driver.h | 1246 * @test_nvram: Test validity of NVRAM contents 1394 int (*test_nvram)(struct efx_nic *efx); member
|
H A D | ef10.c | 4201 .test_nvram = efx_mcdi_nvram_test_all,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | selftest.c | 118 if (efx->type->test_nvram) { in efx_test_nvram() 119 rc = efx->type->test_nvram(efx); in efx_test_nvram()
|
H A D | siena.c | 1016 .test_nvram = efx_siena_mcdi_nvram_test_all,
|
H A D | net_driver.h | 1195 * @test_nvram: Test validity of NVRAM contents 1345 int (*test_nvram)(struct efx_nic *efx); member
|
Completed in 43 milliseconds