aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/nic.h
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2013-12-06 22:28:18 +0000
committerBen Hutchings <bhutchings@solarflare.com>2013-12-06 22:28:18 +0000
commit2dd6426597eb642197a0bdb13d096acb1164b958 (patch)
tree3fa800e7510d25bb8956e8fdc1be52b9e07c81ab /drivers/net/ethernet/sfc/nic.h
parenttcp: auto corking (diff)
parentsfc: Poll for MCDI completion once before timeout occurs (diff)
downloadlinux-dev-2dd6426597eb642197a0bdb13d096acb1164b958.tar.xz
linux-dev-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.h2
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;