inadj            2067 drivers/net/ethernet/sfc/ptp.c 	MCDI_DECLARE_BUF(inadj, MC_CMD_PTP_IN_ADJUST_LEN);
inadj            2081 drivers/net/ethernet/sfc/ptp.c 	MCDI_SET_DWORD(inadj, PTP_IN_OP, MC_CMD_PTP_OP_ADJUST);
inadj            2082 drivers/net/ethernet/sfc/ptp.c 	MCDI_SET_DWORD(inadj, PTP_IN_PERIPH_ID, 0);
inadj            2083 drivers/net/ethernet/sfc/ptp.c 	MCDI_SET_QWORD(inadj, PTP_IN_ADJUST_FREQ, adjustment_ns);
inadj            2084 drivers/net/ethernet/sfc/ptp.c 	MCDI_SET_DWORD(inadj, PTP_IN_ADJUST_SECONDS, 0);
inadj            2085 drivers/net/ethernet/sfc/ptp.c 	MCDI_SET_DWORD(inadj, PTP_IN_ADJUST_NANOSECONDS, 0);
inadj            2086 drivers/net/ethernet/sfc/ptp.c 	rc = efx_mcdi_rpc(efx, MC_CMD_PTP, inadj, sizeof(inadj),