Lines Matching refs:outbuf

414 	MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_STATUS_LEN);  in efx_ptp_update_stats()
436 outbuf, sizeof(outbuf), NULL); in efx_ptp_update_stats()
438 memset(outbuf, 0, sizeof(outbuf)); in efx_ptp_update_stats()
441 stats, _MCDI_PTR(outbuf, 0), false); in efx_ptp_update_stats()
625 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes()
638 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_attributes()
640 fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT); in efx_ptp_get_attributes()
648 outbuf, sizeof(outbuf), rc); in efx_ptp_get_attributes()
690 MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
697 ptp->capabilities = MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
718 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_TIMESTAMP_CORRECTIONS_V2_LEN); in efx_ptp_get_timestamp_corrections()
730 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_timestamp_corrections()
732 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
734 efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
736 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
738 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
743 outbuf, in efx_ptp_get_timestamp_corrections()
746 outbuf, in efx_ptp_get_timestamp_corrections()
762 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), outbuf, in efx_ptp_get_timestamp_corrections()
763 sizeof(outbuf), rc); in efx_ptp_get_timestamp_corrections()
774 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_enable()
785 outbuf, sizeof(outbuf), NULL); in efx_ptp_enable()
790 outbuf, sizeof(outbuf), rc); in efx_ptp_enable()
802 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_disable()
808 outbuf, sizeof(outbuf), NULL); in efx_ptp_disable()
818 outbuf, sizeof(outbuf), rc); in efx_ptp_disable()
2150 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_READ_NIC_TIME_LEN); in efx_phc_gettime()
2158 outbuf, sizeof(outbuf), NULL); in efx_phc_gettime()
2163 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR), in efx_phc_gettime()
2164 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0); in efx_phc_gettime()