Searched refs:mcdi_read_response (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | mcdi.c | 274 efx->type->mcdi_read_response(efx, &hdr, 0, 4); in efx_mcdi_read_response_header() 283 efx->type->mcdi_read_response(efx, &hdr, 4, 4); in efx_mcdi_read_response_header() 306 efx->type->mcdi_read_response(efx, &hdr, (i * 4), 4); in efx_mcdi_read_response_header() 312 efx->type->mcdi_read_response(efx, &hdr, in efx_mcdi_read_response_header() 332 efx->type->mcdi_read_response(efx, &hdr, mcdi->resp_hdr_len, 4); in efx_mcdi_read_response_header() 545 efx->type->mcdi_read_response(efx, outbuf, hdr_len, in efx_mcdi_complete_async() 549 efx->type->mcdi_read_response(efx, errbuf, hdr_len, in efx_mcdi_complete_async() 642 efx->type->mcdi_read_response(efx, testbuf, hdr_len, buflen); in efx_mcdi_get_proxy_handle() 713 efx->type->mcdi_read_response(efx, outbuf, hdr_len, in _efx_mcdi_rpc_finish() 718 efx->type->mcdi_read_response(efx, errbuf, hdr_len, err_len); in _efx_mcdi_rpc_finish()
|
D | ef100_nic.c | 702 .mcdi_read_response = ef100_mcdi_read_response, 787 .mcdi_read_response = ef100_mcdi_read_response,
|
D | net_driver.h | 1344 void (*mcdi_read_response)(struct efx_nic *efx, efx_dword_t *pdu, member
|
D | siena.c | 1008 .mcdi_read_response = siena_mcdi_read_response,
|
D | ef10.c | 4016 .mcdi_read_response = efx_ef10_mcdi_read_response, 4128 .mcdi_read_response = efx_ef10_mcdi_read_response,
|