Lines Matching refs:outbuf
408 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_STATUS_LEN); in efx_siena_ptp_update_stats()
430 outbuf, sizeof(outbuf), NULL); in efx_siena_ptp_update_stats()
432 memset(outbuf, 0, sizeof(outbuf)); in efx_siena_ptp_update_stats()
435 stats, _MCDI_PTR(outbuf, 0), false); in efx_siena_ptp_update_stats()
632 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes()
645 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_attributes()
647 fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT); in efx_ptp_get_attributes()
655 outbuf, sizeof(outbuf), rc); in efx_ptp_get_attributes()
703 MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
710 ptp->capabilities = MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
731 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_TIMESTAMP_CORRECTIONS_V2_LEN); in efx_ptp_get_timestamp_corrections()
743 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_timestamp_corrections()
745 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
747 efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
749 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
751 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
756 outbuf, in efx_ptp_get_timestamp_corrections()
759 outbuf, in efx_ptp_get_timestamp_corrections()
776 outbuf, sizeof(outbuf), rc); in efx_ptp_get_timestamp_corrections()
787 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_enable()
798 outbuf, sizeof(outbuf), NULL); in efx_ptp_enable()
803 outbuf, sizeof(outbuf), rc); in efx_ptp_enable()
815 MCDI_DECLARE_BUF_ERR(outbuf); in efx_ptp_disable()
821 outbuf, sizeof(outbuf), NULL); in efx_ptp_disable()
831 outbuf, sizeof(outbuf), rc); in efx_ptp_disable()
2109 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_READ_NIC_TIME_LEN); in efx_phc_gettime()
2117 outbuf, sizeof(outbuf), NULL); in efx_phc_gettime()
2122 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR), in efx_phc_gettime()
2123 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0); in efx_phc_gettime()