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()
600 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes()
613 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_attributes()
615 fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT); in efx_ptp_get_attributes()
623 outbuf, sizeof(outbuf), rc); in efx_ptp_get_attributes()
671 MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
678 ptp->capabilities = MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
699 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_TIMESTAMP_CORRECTIONS_V2_LEN); in efx_ptp_get_timestamp_corrections()
711 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_timestamp_corrections()
713 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
715 efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
717 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
719 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
724 outbuf, in efx_ptp_get_timestamp_corrections()
727 outbuf, in efx_ptp_get_timestamp_corrections()
743 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), outbuf, in efx_ptp_get_timestamp_corrections()
744 sizeof(outbuf), rc); in efx_ptp_get_timestamp_corrections()
755 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_enable()
766 outbuf, sizeof(outbuf), NULL); in efx_ptp_enable()
771 outbuf, sizeof(outbuf), rc); in efx_ptp_enable()
783 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_disable()
789 outbuf, sizeof(outbuf), NULL); in efx_ptp_disable()
799 outbuf, sizeof(outbuf), rc); in efx_ptp_disable()
2090 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_READ_NIC_TIME_LEN); in efx_phc_gettime()
2098 outbuf, sizeof(outbuf), NULL); in efx_phc_gettime()
2103 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR), in efx_phc_gettime()
2104 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0); in efx_phc_gettime()