Searched refs:MCDI_MODE_FAIL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/cdx/controller/ |
H A D | mcdi.h | 28 * @MCDI_MODE_FAIL: we think MCDI is dead, so fail-fast all calls 32 MCDI_MODE_FAIL, enumerator
|
H A D | mcdi.c | 514 if (mcdi->mode == MCDI_MODE_FAIL) { in cdx_mcdi_rpc_async_internal() 826 mcdi->mode = MCDI_MODE_FAIL; in cdx_mcdi_mode_fail()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi.c | 966 if (mcdi->mode == MCDI_MODE_FAIL) in efx_mcdi_rpc_start() 1113 if (mcdi->mode == MCDI_MODE_POLL || mcdi->mode == MCDI_MODE_FAIL) in efx_mcdi_mode_poll() 1181 if (mcdi->mode == MCDI_MODE_EVENTS || mcdi->mode == MCDI_MODE_FAIL) in efx_mcdi_mode_event() 1296 if (xchg(&mcdi->mode, MCDI_MODE_FAIL) == MCDI_MODE_FAIL) in efx_mcdi_abandon()
|
H A D | mcdi.h | 35 * @MCDI_MODE_FAIL: we think MCDI is dead, so fail-fast all calls 40 MCDI_MODE_FAIL, enumerator
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi.c | 963 if (mcdi->mode == MCDI_MODE_FAIL) in efx_mcdi_rpc_start() 1110 if (mcdi->mode == MCDI_MODE_POLL || mcdi->mode == MCDI_MODE_FAIL) in efx_mcdi_mode_poll() 1178 if (mcdi->mode == MCDI_MODE_EVENTS || mcdi->mode == MCDI_MODE_FAIL) in efx_mcdi_mode_event() 1293 if (xchg(&mcdi->mode, MCDI_MODE_FAIL) == MCDI_MODE_FAIL) in efx_mcdi_abandon()
|
H A D | mcdi.h | 35 * @MCDI_MODE_FAIL: we think MCDI is dead, so fail-fast all calls 40 MCDI_MODE_FAIL, enumerator
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.c | 967 if (mcdi->mode == MCDI_MODE_FAIL) in efx_siena_mcdi_rpc_start() 1116 if (mcdi->mode == MCDI_MODE_POLL || mcdi->mode == MCDI_MODE_FAIL) in efx_siena_mcdi_mode_poll() 1184 if (mcdi->mode == MCDI_MODE_EVENTS || mcdi->mode == MCDI_MODE_FAIL) in efx_siena_mcdi_mode_event() 1299 if (xchg(&mcdi->mode, MCDI_MODE_FAIL) == MCDI_MODE_FAIL) in efx_mcdi_abandon()
|
H A D | mcdi.h | 35 * @MCDI_MODE_FAIL: we think MCDI is dead, so fail-fast all calls 40 MCDI_MODE_FAIL, enumerator
|
Completed in 13 milliseconds