Home
last modified time | relevance | path

Searched refs:synch_buf (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dptp.c929 efx_ptp_process_times(struct efx_nic *efx, MCDI_DECLARE_STRUCT_PTR(synch_buf), in efx_ptp_process_times() argument
959 MCDI_ARRAY_STRUCT_PTR(synch_buf, in efx_ptp_process_times()
1035 MCDI_DECLARE_BUF(synch_buf, MC_CMD_PTP_OUT_SYNCHRONIZE_LENMAX); in efx_ptp_synchronize()
1043 MCDI_SET_DWORD(synch_buf, PTP_IN_OP, MC_CMD_PTP_OP_SYNCHRONIZE); in efx_ptp_synchronize()
1044 MCDI_SET_DWORD(synch_buf, PTP_IN_PERIPH_ID, 0); in efx_ptp_synchronize()
1045 MCDI_SET_DWORD(synch_buf, PTP_IN_SYNCHRONIZE_NUMTIMESETS, in efx_ptp_synchronize()
1047 MCDI_SET_QWORD(synch_buf, PTP_IN_SYNCHRONIZE_START_ADDR, in efx_ptp_synchronize()
1052 rc = efx_mcdi_rpc_start(efx, MC_CMD_PTP, synch_buf, in efx_ptp_synchronize()
1074 synch_buf, sizeof(synch_buf), in efx_ptp_synchronize()
1077 rc = efx_ptp_process_times(efx, synch_buf, response_length, in efx_ptp_synchronize()