diff options
author | Sudarsana Reddy Kalluru <sudarsana.Kalluru@cavium.com> | 2017-02-15 11:24:10 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-15 20:42:52 +0300 |
commit | c78c70fa30e23dc6cdb394f6c13880919499fba5 (patch) | |
tree | ed0b238632663f6f130faffd9ce2fef2a7df4cd8 /drivers/net/ethernet/qlogic/qed/qed_l2.h | |
parent | b93f79bea9c1fcb1dd4619eaa528b6a5688c3ece (diff) | |
download | linux-c78c70fa30e23dc6cdb394f6c13880919499fba5.tar.xz |
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.h | 1 |
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; |