Lines Matching refs:outbuf
369 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_STATUS_LEN); in efx_ptp_update_stats()
391 outbuf, sizeof(outbuf), NULL); in efx_ptp_update_stats()
393 memset(outbuf, 0, sizeof(outbuf)); in efx_ptp_update_stats()
396 stats, _MCDI_PTR(outbuf, 0), false); in efx_ptp_update_stats()
478 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes()
491 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_attributes()
493 fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT); in efx_ptp_get_attributes()
501 outbuf, sizeof(outbuf), rc); in efx_ptp_get_attributes()
525 MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
537 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_TIMESTAMP_CORRECTIONS_LEN); in efx_ptp_get_timestamp_corrections()
548 outbuf, sizeof(outbuf), NULL); in efx_ptp_get_timestamp_corrections()
550 efx->ptp_data->ts_corrections.tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
552 efx->ptp_data->ts_corrections.rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
554 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
556 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
564 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), outbuf, in efx_ptp_get_timestamp_corrections()
565 sizeof(outbuf), rc); in efx_ptp_get_timestamp_corrections()
576 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_enable()
587 outbuf, sizeof(outbuf), NULL); in efx_ptp_enable()
592 outbuf, sizeof(outbuf), rc); in efx_ptp_enable()
604 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_disable()
610 outbuf, sizeof(outbuf), NULL); in efx_ptp_disable()
620 outbuf, sizeof(outbuf), rc); in efx_ptp_disable()
1857 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_READ_NIC_TIME_LEN); in efx_phc_gettime()
1865 outbuf, sizeof(outbuf), NULL); in efx_phc_gettime()
1870 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR), in efx_phc_gettime()
1871 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0); in efx_phc_gettime()