Searched refs:synch_buf (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/sfc/siena/ |
D | ptp.c | 922 efx_ptp_process_times(struct efx_nic *efx, MCDI_DECLARE_STRUCT_PTR(synch_buf), in efx_ptp_process_times() argument 952 MCDI_ARRAY_STRUCT_PTR(synch_buf, in efx_ptp_process_times() 1028 MCDI_DECLARE_BUF(synch_buf, MC_CMD_PTP_OUT_SYNCHRONIZE_LENMAX); in efx_ptp_synchronize() 1036 MCDI_SET_DWORD(synch_buf, PTP_IN_OP, MC_CMD_PTP_OP_SYNCHRONIZE); in efx_ptp_synchronize() 1037 MCDI_SET_DWORD(synch_buf, PTP_IN_PERIPH_ID, 0); in efx_ptp_synchronize() 1038 MCDI_SET_DWORD(synch_buf, PTP_IN_SYNCHRONIZE_NUMTIMESETS, in efx_ptp_synchronize() 1040 MCDI_SET_QWORD(synch_buf, PTP_IN_SYNCHRONIZE_START_ADDR, in efx_ptp_synchronize() 1045 rc = efx_siena_mcdi_rpc_start(efx, MC_CMD_PTP, synch_buf, in efx_ptp_synchronize() 1067 synch_buf, sizeof(synch_buf), in efx_ptp_synchronize() 1070 rc = efx_ptp_process_times(efx, synch_buf, response_length, in efx_ptp_synchronize()
|
/drivers/net/ethernet/sfc/ |
D | ptp.c | 903 efx_ptp_process_times(struct efx_nic *efx, MCDI_DECLARE_STRUCT_PTR(synch_buf), in efx_ptp_process_times() argument 933 MCDI_ARRAY_STRUCT_PTR(synch_buf, in efx_ptp_process_times() 1009 MCDI_DECLARE_BUF(synch_buf, MC_CMD_PTP_OUT_SYNCHRONIZE_LENMAX); in efx_ptp_synchronize() 1017 MCDI_SET_DWORD(synch_buf, PTP_IN_OP, MC_CMD_PTP_OP_SYNCHRONIZE); in efx_ptp_synchronize() 1018 MCDI_SET_DWORD(synch_buf, PTP_IN_PERIPH_ID, 0); in efx_ptp_synchronize() 1019 MCDI_SET_DWORD(synch_buf, PTP_IN_SYNCHRONIZE_NUMTIMESETS, in efx_ptp_synchronize() 1021 MCDI_SET_QWORD(synch_buf, PTP_IN_SYNCHRONIZE_START_ADDR, in efx_ptp_synchronize() 1026 rc = efx_mcdi_rpc_start(efx, MC_CMD_PTP, synch_buf, in efx_ptp_synchronize() 1048 synch_buf, sizeof(synch_buf), in efx_ptp_synchronize() 1051 rc = efx_ptp_process_times(efx, synch_buf, response_length, in efx_ptp_synchronize()
|