Searched refs:impl_out (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi.h | 367 int efx_mcdi_get_workarounds(struct efx_nic *efx, unsigned int *impl_out,
|
H A D | mcdi.c | 2099 int efx_mcdi_get_workarounds(struct efx_nic *efx, unsigned int *impl_out, in efx_mcdi_get_workarounds() argument 2116 if (impl_out) in efx_mcdi_get_workarounds() 2117 *impl_out = MCDI_DWORD(outbuf, GET_WORKAROUNDS_OUT_IMPLEMENTED); in efx_mcdi_get_workarounds()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi.c | 2091 int efx_mcdi_get_workarounds(struct efx_nic *efx, unsigned int *impl_out, in efx_mcdi_get_workarounds() argument 2108 if (impl_out) in efx_mcdi_get_workarounds() 2109 *impl_out = MCDI_DWORD(outbuf, GET_WORKAROUNDS_OUT_IMPLEMENTED); in efx_mcdi_get_workarounds()
|
H A D | mcdi.h | 425 int efx_mcdi_get_workarounds(struct efx_nic *efx, unsigned int *impl_out,
|
Completed in 8 milliseconds