summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_l2.h
diff options
context:
space:
mode:
authorSudarsana Reddy Kalluru <sudarsana.Kalluru@cavium.com>2017-02-15 10:24:10 +0200
committerDavid S. Miller <davem@davemloft.net>2017-02-15 12:42:52 -0500
commitc78c70fa30e23dc6cdb394f6c13880919499fba5 (patch)
treeed0b238632663f6f130faffd9ce2fef2a7df4cd8 /drivers/net/ethernet/qlogic/qed/qed_l2.h
parentb93f79bea9c1fcb1dd4619eaa528b6a5688c3ece (diff)
downloadlinux-c78c70fa30e23dc6cdb394f6c13880919499fba5.tar.bz2
qed: Add infrastructure for PTP support
The patch adds the required qed interfaces for configuring/reading the PTP clock on the adapter. Signed-off-by: Sudarsana Reddy Kalluru <Sudarsana.Kalluru@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qed/qed_l2.h')
-rw-r--r--drivers/net/ethernet/qlogic/qed/qed_l2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qlogic/qed/qed_l2.h b/drivers/net/ethernet/qlogic/qed/qed_l2.h
index 93cb932ef663..e763abd334f6 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_l2.h
+++ b/drivers/net/ethernet/qlogic/qed/qed_l2.h
@@ -156,6 +156,7 @@ struct qed_sp_vport_start_params {
enum qed_tpa_mode tpa_mode;
bool remove_inner_vlan;
bool tx_switching;
+ bool handle_ptp_pkts;
bool only_untagged;
bool drop_ttl0;
u8 max_buffers_per_cqe;