Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dptp.c390 rc = efx_mcdi_rpc(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_update_stats()
490 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_get_attributes()
500 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), in efx_ptp_get_attributes()
547 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_get_timestamp_corrections()
564 efx_mcdi_display_error(efx, MC_CMD_PTP, sizeof(inbuf), outbuf, in efx_ptp_get_timestamp_corrections()
586 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_enable()
590 efx_mcdi_display_error(efx, MC_CMD_PTP, in efx_ptp_enable()
609 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_disable()
618 efx_mcdi_display_error(efx, MC_CMD_PTP, in efx_ptp_disable()
836 rc = efx_mcdi_rpc_start(efx, MC_CMD_PTP, synch_buf, in efx_ptp_synchronize()
[all …]
Def10.c4561 rc = efx_mcdi_rpc(channel->efx, MC_CMD_PTP, in efx_ef10_rx_enable_timestamping()
4594 rc = efx_mcdi_rpc(channel->efx, MC_CMD_PTP, in efx_ef10_rx_disable_timestamping()
Dmcdi_pcol.h1105 #define MC_CMD_PTP 0xb macro