Lines Matching refs:outbuf

408 	MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_STATUS_LEN);  in efx_ptp_update_stats()
430 outbuf, sizeof(outbuf), NULL); in efx_ptp_update_stats()
432 memset(outbuf, 0, sizeof(outbuf)); in efx_ptp_update_stats()
435 stats, _MCDI_PTR(outbuf, 0), false); in efx_ptp_update_stats()
619 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes()
632 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_attributes()
634 fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT); in efx_ptp_get_attributes()
642 outbuf, sizeof(outbuf), rc); in efx_ptp_get_attributes()
684 MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
691 ptp->capabilities = MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
712 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_TIMESTAMP_CORRECTIONS_V2_LEN); in efx_ptp_get_timestamp_corrections()
724 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_timestamp_corrections()
726 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
728 efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
730 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
732 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
737 outbuf, in efx_ptp_get_timestamp_corrections()
740 outbuf, in efx_ptp_get_timestamp_corrections()
756 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), outbuf, in efx_ptp_get_timestamp_corrections()
757 sizeof(outbuf), rc); in efx_ptp_get_timestamp_corrections()
768 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_enable()
779 outbuf, sizeof(outbuf), NULL); in efx_ptp_enable()
784 outbuf, sizeof(outbuf), rc); in efx_ptp_enable()
796 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_disable()
802 outbuf, sizeof(outbuf), NULL); in efx_ptp_disable()
812 outbuf, sizeof(outbuf), rc); in efx_ptp_disable()
2157 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_READ_NIC_TIME_LEN); in efx_phc_gettime()
2165 outbuf, sizeof(outbuf), NULL); in efx_phc_gettime()
2170 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR), in efx_phc_gettime()
2171 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0); in efx_phc_gettime()