Lines Matching refs:outbuf
409 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_STATUS_LEN); in efx_ptp_update_stats()
431 outbuf, sizeof(outbuf), NULL); in efx_ptp_update_stats()
433 memset(outbuf, 0, sizeof(outbuf)); in efx_ptp_update_stats()
436 stats, _MCDI_PTR(outbuf, 0), false); in efx_ptp_update_stats()
639 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes()
652 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_attributes()
654 fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT); in efx_ptp_get_attributes()
662 outbuf, sizeof(outbuf), rc); in efx_ptp_get_attributes()
710 MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
717 ptp->capabilities = MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
738 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_TIMESTAMP_CORRECTIONS_V2_LEN); in efx_ptp_get_timestamp_corrections()
750 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_timestamp_corrections()
752 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
754 efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
756 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
758 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
763 outbuf, in efx_ptp_get_timestamp_corrections()
766 outbuf, in efx_ptp_get_timestamp_corrections()
782 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), outbuf, in efx_ptp_get_timestamp_corrections()
783 sizeof(outbuf), rc); in efx_ptp_get_timestamp_corrections()
794 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_enable()
805 outbuf, sizeof(outbuf), NULL); in efx_ptp_enable()
810 outbuf, sizeof(outbuf), rc); in efx_ptp_enable()
822 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_disable()
828 outbuf, sizeof(outbuf), NULL); in efx_ptp_disable()
838 outbuf, sizeof(outbuf), rc); in efx_ptp_disable()
2154 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_READ_NIC_TIME_LEN); in efx_phc_gettime()
2162 outbuf, sizeof(outbuf), NULL); in efx_phc_gettime()
2167 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR), in efx_phc_gettime()
2168 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0); in efx_phc_gettime()