Lines Matching refs:outbuf

412 	MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_STATUS_LEN);  in efx_ptp_update_stats()
434 outbuf, sizeof(outbuf), NULL); in efx_ptp_update_stats()
436 memset(outbuf, 0, sizeof(outbuf)); in efx_ptp_update_stats()
439 stats, _MCDI_PTR(outbuf, 0), false); in efx_ptp_update_stats()
642 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes()
655 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_attributes()
657 fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT); in efx_ptp_get_attributes()
665 outbuf, sizeof(outbuf), rc); in efx_ptp_get_attributes()
713 MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
720 ptp->capabilities = MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
741 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_TIMESTAMP_CORRECTIONS_V2_LEN); in efx_ptp_get_timestamp_corrections()
753 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_timestamp_corrections()
755 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
757 efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
759 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
761 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
766 outbuf, in efx_ptp_get_timestamp_corrections()
769 outbuf, in efx_ptp_get_timestamp_corrections()
785 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), outbuf, in efx_ptp_get_timestamp_corrections()
786 sizeof(outbuf), rc); in efx_ptp_get_timestamp_corrections()
797 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_enable()
808 outbuf, sizeof(outbuf), NULL); in efx_ptp_enable()
813 outbuf, sizeof(outbuf), rc); in efx_ptp_enable()
825 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_disable()
831 outbuf, sizeof(outbuf), NULL); in efx_ptp_disable()
841 outbuf, sizeof(outbuf), rc); in efx_ptp_disable()
2201 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_READ_NIC_TIME_LEN); in efx_phc_gettime()
2209 outbuf, sizeof(outbuf), NULL); in efx_phc_gettime()
2214 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR), in efx_phc_gettime()
2215 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0); in efx_phc_gettime()