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()
395 memset(outbuf, 0, sizeof(outbuf)); in efx_ptp_update_stats()
399 stats, _MCDI_PTR(outbuf, 0), false); in efx_ptp_update_stats()
481 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_ATTRIBUTES_LEN); in efx_ptp_get_attributes()
494 outbuf, sizeof(outbuf), &out_len); in efx_ptp_get_attributes()
496 fmt = MCDI_DWORD(outbuf, PTP_OUT_GET_ATTRIBUTES_TIME_FORMAT); in efx_ptp_get_attributes()
522 MCDI_DWORD(outbuf, in efx_ptp_get_attributes()
534 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_GET_TIMESTAMP_CORRECTIONS_LEN); in efx_ptp_get_timestamp_corrections()
545 outbuf, sizeof(outbuf), NULL); in efx_ptp_get_timestamp_corrections()
547 efx->ptp_data->ts_corrections.tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
549 efx->ptp_data->ts_corrections.rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
551 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
553 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
571 MCDI_DECLARE_BUF_OUT_OR_ERR(outbuf, 0); in efx_ptp_enable()
582 outbuf, sizeof(outbuf), NULL); in efx_ptp_enable()
587 outbuf, sizeof(outbuf), rc); in efx_ptp_enable()
599 MCDI_DECLARE_BUF_OUT_OR_ERR(outbuf, 0); in efx_ptp_disable()
605 outbuf, sizeof(outbuf), NULL); in efx_ptp_disable()
610 outbuf, sizeof(outbuf), rc); in efx_ptp_disable()
1847 MCDI_DECLARE_BUF(outbuf, MC_CMD_PTP_OUT_READ_NIC_TIME_LEN); in efx_phc_gettime()
1855 outbuf, sizeof(outbuf), NULL); in efx_phc_gettime()
1860 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MAJOR), in efx_phc_gettime()
1861 MCDI_DWORD(outbuf, PTP_OUT_READ_NIC_TIME_MINOR), 0); in efx_phc_gettime()