Searched refs:efx_mcdi_read_response (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_mcdi.c | 232 efx_mcdi_read_response( in efx_mcdi_read_response() function 360 efx_mcdi_read_response(enp, &hdr[0], 0, sizeof (hdr[0])); in efx_mcdi_read_response_header() 370 efx_mcdi_read_response(enp, &hdr[1], hdr_len, sizeof (hdr[1])); in efx_mcdi_read_response_header() 398 efx_mcdi_read_response(enp, &err, hdr_len, err_len); in efx_mcdi_read_response_header() 473 efx_mcdi_read_response(enp, &hdr[0], 0, hdr_len); in efx_mcdi_finish_response() 479 efx_mcdi_read_response(enp, &hdr[1], hdr_len, sizeof (hdr[1])); in efx_mcdi_finish_response() 488 efx_mcdi_read_response(enp, emrp->emr_out_buf, hdr_len, bytes); in efx_mcdi_finish_response()
|