diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_sched.h')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_sched.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_sched.h b/drivers/net/ethernet/intel/ice/ice_sched.h index bee8221ad146..3902a8ad3025 100644 --- a/drivers/net/ethernet/intel/ice/ice_sched.h +++ b/drivers/net/ethernet/intel/ice/ice_sched.h | |||
@@ -24,6 +24,10 @@ struct ice_sched_agg_info { | |||
24 | }; | 24 | }; |
25 | 25 | ||
26 | /* FW AQ command calls */ | 26 | /* FW AQ command calls */ |
27 | enum ice_status | ||
28 | ice_aq_query_sched_elems(struct ice_hw *hw, u16 elems_req, | ||
29 | struct ice_aqc_get_elem *buf, u16 buf_size, | ||
30 | u16 *elems_ret, struct ice_sq_cd *cd); | ||
27 | enum ice_status ice_sched_init_port(struct ice_port_info *pi); | 31 | enum ice_status ice_sched_init_port(struct ice_port_info *pi); |
28 | enum ice_status ice_sched_query_res_alloc(struct ice_hw *hw); | 32 | enum ice_status ice_sched_query_res_alloc(struct ice_hw *hw); |
29 | void ice_sched_clear_port(struct ice_port_info *pi); | 33 | void ice_sched_clear_port(struct ice_port_info *pi); |