Lines Matching refs:ice_port_info
72 int ice_sched_init_port(struct ice_port_info *pi);
76 void ice_sched_clear_port(struct ice_port_info *pi);
83 ice_sched_add_node(struct ice_port_info *pi, u8 layer,
85 void ice_free_sched_node(struct ice_port_info *pi, struct ice_sched_node *node);
86 struct ice_sched_node *ice_sched_get_tc_node(struct ice_port_info *pi, u8 tc);
88 ice_sched_get_free_qparent(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
91 ice_sched_cfg_vsi(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 maxqs,
93 int ice_rm_vsi_lan_cfg(struct ice_port_info *pi, u16 vsi_handle);
94 int ice_rm_vsi_rdma_cfg(struct ice_port_info *pi, u16 vsi_handle);
98 ice_cfg_agg(struct ice_port_info *pi, u32 agg_id,
101 ice_move_vsi_to_agg(struct ice_port_info *pi, u32 agg_id, u16 vsi_handle,
104 ice_cfg_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
107 ice_cfg_q_bw_dflt_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
110 ice_cfg_vsi_bw_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
113 ice_cfg_vsi_bw_dflt_lmt_per_tc(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
116 ice_sched_set_node_bw_lmt_per_tc(struct ice_port_info *pi, u32 id,
123 int ice_sched_replay_q_bw(struct ice_port_info *pi, struct ice_q_ctx *q_ctx);