Lines Matching refs:outbuf

411 	MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_STATUS_LEN);  in efx_ptp_update_stats()
433 outbuf, sizeof(outbuf), NULL); in efx_ptp_update_stats()
435 memset(outbuf, 0, sizeof(outbuf)); in efx_ptp_update_stats()
438 stats, _MCDI_PTR(outbuf, 0), false); in efx_ptp_update_stats()
603 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes()
616 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_attributes()
618 fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT); in efx_ptp_get_attributes()
626 outbuf, sizeof(outbuf), rc); in efx_ptp_get_attributes()
674 MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
681 ptp->capabilities = MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
702 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_TIMESTAMP_CORRECTIONS_V2_LEN); in efx_ptp_get_timestamp_corrections()
714 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_timestamp_corrections()
716 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
718 efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
720 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
722 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
727 outbuf, in efx_ptp_get_timestamp_corrections()
730 outbuf, in efx_ptp_get_timestamp_corrections()
746 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), outbuf, in efx_ptp_get_timestamp_corrections()
747 sizeof(outbuf), rc); in efx_ptp_get_timestamp_corrections()
758 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_enable()
769 outbuf, sizeof(outbuf), NULL); in efx_ptp_enable()
774 outbuf, sizeof(outbuf), rc); in efx_ptp_enable()
786 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_disable()
792 outbuf, sizeof(outbuf), NULL); in efx_ptp_disable()
802 outbuf, sizeof(outbuf), rc); in efx_ptp_disable()
2092 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_READ_NIC_TIME_LEN); in efx_phc_gettime()
2100 outbuf, sizeof(outbuf), NULL); in efx_phc_gettime()
2105 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR), in efx_phc_gettime()
2106 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0); in efx_phc_gettime()