Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
Def10.c3383 static int efx_ef10_start_bist(struct efx_nic *efx, u32 bist_type) in efx_ef10_start_bist() argument
3387 MCDI_SET_DWORD(inbuf, START_BIST_IN_TYPE, bist_type); in efx_ef10_start_bist()
3429 static int efx_ef10_run_bist(struct efx_nic *efx, u32 bist_type) in efx_ef10_run_bist() argument
3433 netif_dbg(efx, drv, efx->net_dev, "starting BIST type %u\n", bist_type); in efx_ef10_run_bist()
3435 rc = efx_ef10_start_bist(efx, bist_type); in efx_ef10_run_bist()