diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.h')
| -rw-r--r-- | drivers/net/ethernet/intel/ice/ice_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_common.h b/drivers/net/ethernet/intel/ice/ice_common.h index b1a7c5afe86b..87d873493bdd 100644 --- a/drivers/net/ethernet/intel/ice/ice_common.h +++ b/drivers/net/ethernet/intel/ice/ice_common.h | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | #include "ice.h" | 7 | #include "ice.h" |
| 8 | #include "ice_type.h" | 8 | #include "ice_type.h" |
| 9 | #include "ice_switch.h" | ||
| 9 | 10 | ||
| 10 | void ice_debug_cq(struct ice_hw *hw, u32 mask, void *desc, void *buf, | 11 | void ice_debug_cq(struct ice_hw *hw, u32 mask, void *desc, void *buf, |
| 11 | u16 buf_len); | 12 | u16 buf_len); |
| @@ -25,6 +26,7 @@ ice_sq_send_cmd(struct ice_hw *hw, struct ice_ctl_q_info *cq, | |||
| 25 | struct ice_aq_desc *desc, void *buf, u16 buf_size, | 26 | struct ice_aq_desc *desc, void *buf, u16 buf_size, |
| 26 | struct ice_sq_cd *cd); | 27 | struct ice_sq_cd *cd); |
| 27 | void ice_clear_pxe_mode(struct ice_hw *hw); | 28 | void ice_clear_pxe_mode(struct ice_hw *hw); |
| 29 | enum ice_status ice_get_caps(struct ice_hw *hw); | ||
| 28 | bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq); | 30 | bool ice_check_sq_alive(struct ice_hw *hw, struct ice_ctl_q_info *cq); |
| 29 | enum ice_status ice_aq_q_shutdown(struct ice_hw *hw, bool unloading); | 31 | enum ice_status ice_aq_q_shutdown(struct ice_hw *hw, bool unloading); |
| 30 | void ice_fill_dflt_direct_cmd_desc(struct ice_aq_desc *desc, u16 opcode); | 32 | void ice_fill_dflt_direct_cmd_desc(struct ice_aq_desc *desc, u16 opcode); |
