Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Dptp.c390 rc = efx_mcdi_rpc(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_update_stats()
493 rc = efx_mcdi_rpc(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_get_attributes()
544 rc = efx_mcdi_rpc(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_get_timestamp_corrections()
581 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_enable()
585 efx_mcdi_display_error(efx, MC_CMD_PTP, in efx_ptp_enable()
604 rc = efx_mcdi_rpc_quiet(efx, MC_CMD_PTP, inbuf, sizeof(inbuf), in efx_ptp_disable()
608 efx_mcdi_display_error(efx, MC_CMD_PTP, in efx_ptp_disable()
826 rc = efx_mcdi_rpc_start(efx, MC_CMD_PTP, synch_buf, in efx_ptp_synchronize()
846 rc = efx_mcdi_rpc_finish(efx, MC_CMD_PTP, in efx_ptp_synchronize()
895 rc = efx_mcdi_rpc(efx, MC_CMD_PTP, in efx_ptp_xmit_skb()
[all …]
Def10.c3516 rc = efx_mcdi_rpc(channel->efx, MC_CMD_PTP, in efx_ef10_rx_enable_timestamping()
3549 rc = efx_mcdi_rpc(channel->efx, MC_CMD_PTP, in efx_ef10_rx_disable_timestamping()
Dmcdi_pcol.h871 #define MC_CMD_PTP 0xb macro