diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2013-12-06 22:28:18 +0000 |
---|---|---|
committer | Ben Hutchings <bhutchings@solarflare.com> | 2013-12-06 22:28:18 +0000 |
commit | 2dd6426597eb642197a0bdb13d096acb1164b958 (patch) | |
tree | 3fa800e7510d25bb8956e8fdc1be52b9e07c81ab /drivers/net/ethernet/sfc/nic.h | |
parent | f54b311142a92ea2e42598e347b84e1655caf8e3 (diff) | |
parent | 6b294b8efedaa7cf7507154148e2c79766ad6f96 (diff) | |
download | blackbird-op-linux-2dd6426597eb642197a0bdb13d096acb1164b958.tar.gz blackbird-op-linux-2dd6426597eb642197a0bdb13d096acb1164b958.zip |
Merge branch 'sfc-3.13' into master
Merge sfc fixes destined for 3.13, as development for 3.14+ depends on
some of them.
Diffstat (limited to 'drivers/net/ethernet/sfc/nic.h')
-rw-r--r-- | drivers/net/ethernet/sfc/nic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sfc/nic.h b/drivers/net/ethernet/sfc/nic.h index 33852e824f12..fe71e81ee8bf 100644 --- a/drivers/net/ethernet/sfc/nic.h +++ b/drivers/net/ethernet/sfc/nic.h @@ -561,6 +561,8 @@ void efx_ptp_get_ts_info(struct efx_nic *efx, struct ethtool_ts_info *ts_info); bool efx_ptp_is_ptp_tx(struct efx_nic *efx, struct sk_buff *skb); int efx_ptp_tx(struct efx_nic *efx, struct sk_buff *skb); void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev); +void efx_ptp_start_datapath(struct efx_nic *efx); +void efx_ptp_stop_datapath(struct efx_nic *efx); extern const struct efx_nic_type falcon_a1_nic_type; extern const struct efx_nic_type falcon_b0_nic_type; |