Searched refs:efx_mcdi_read_response (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mcdi.c | 230 efx_mcdi_read_response( in efx_mcdi_read_response() function 359 efx_mcdi_read_response(enp, &hdr[0], 0, sizeof (hdr[0])); in efx_mcdi_read_response_header() 369 efx_mcdi_read_response(enp, &hdr[1], hdr_len, sizeof (hdr[1])); in efx_mcdi_read_response_header() 401 efx_mcdi_read_response(enp, &err, hdr_len, err_len); in efx_mcdi_read_response_header() 481 efx_mcdi_read_response(enp, &hdr[0], 0, hdr_len); in efx_mcdi_finish_response() 487 efx_mcdi_read_response(enp, &hdr[1], hdr_len, sizeof (hdr[1])); in efx_mcdi_finish_response() 517 efx_mcdi_read_response(enp, emrp->emr_out_buf, resp_off, bytes); in efx_mcdi_finish_response()
|