aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_common.h
diff options
context:
space:
mode:
authorKarol Kolacinski <[email protected]>2022-09-14 10:04:29 +0000
committerTony Nguyen <[email protected]>2023-02-14 21:08:02 +0000
commit634d841dbfa7c530e54db936db05b8bc3a44f429 (patch)
tree0e4275e31da7b00b7e735bce85e4b71cd9f22cdc /drivers/net/ethernet/intel/ice/ice_common.h
parentdevlink: don't allow to change net namespace for FW_ACTIVATE reload action (diff)
downloadkernel-634d841dbfa7c530e54db936db05b8bc3a44f429.tar.gz
kernel-634d841dbfa7c530e54db936db05b8bc3a44f429.zip
ice: Add GPIO pin support for E823 products
Add GPIO pin setup for E823, which is only 1PPS input and output. Signed-off-by: Karol Kolacinski <[email protected]> Tested-by: Gurucharan G <[email protected]> (A Contingent worker at Intel) Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.h')
-rw-r--r--drivers/net/ethernet/intel/ice/ice_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_common.h b/drivers/net/ethernet/intel/ice/ice_common.h
index 98aa8d124730..8ba5f935a092 100644
--- a/drivers/net/ethernet/intel/ice/ice_common.h
+++ b/drivers/net/ethernet/intel/ice/ice_common.h
@@ -199,6 +199,7 @@ void
ice_stat_update32(struct ice_hw *hw, u32 reg, bool prev_stat_loaded,
u64 *prev_stat, u64 *cur_stat);
bool ice_is_e810t(struct ice_hw *hw);
+bool ice_is_e823(struct ice_hw *hw);
int
ice_sched_query_elem(struct ice_hw *hw, u32 node_teid,
struct ice_aqc_txsched_elem_data *buf);