Home
last modified time | relevance | path

Searched refs:ice_port_info (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_sched.h88 enum ice_status ice_sched_init_port(struct ice_port_info *pi);
93 void ice_sched_clear_port(struct ice_port_info *pi);
103 ice_sched_add_node(struct ice_port_info *pi, u8 layer,
125 ice_cfg_agg(struct ice_port_info *pi, u32 agg_id,
132 ice_cfg_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
138 ice_cfg_tc_node_bw_lmt(struct ice_port_info *pi, u8 tc,
141 ice_cfg_tc_node_bw_dflt_lmt(struct ice_port_info *pi, u8 tc,
164 ice_cfg_agg_bw_no_shared_lmt(struct ice_port_info *pi, u32 agg_id);
190 ice_sched_set_node_bw_lmt_per_tc(struct ice_port_info *pi, u32 id,
204 ice_sched_cfg_sibl_node_prio(struct ice_port_info *pi,
[all …]
H A Dice_common.h36 ice_get_link_status(struct ice_port_info *pi, bool *link_up);
37 enum ice_status ice_update_link_info(struct ice_port_info *pi);
126 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
138 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi,
143 struct ice_port_info *pi);
149 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures,
155 ice_copy_phy_caps_to_cfg(struct ice_port_info *pi,
162 ice_aq_set_link_restart_an(struct ice_port_info *pi, bool ena_link,
167 ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse,
176 ice_aq_set_port_id_led(struct ice_port_info *pi, bool is_orig_mode,
[all …]
H A Dice_sched.c16 ice_sched_add_root_node(struct ice_port_info *pi, in ice_sched_add_root_node()
150 ice_sched_add_node(struct ice_port_info *pi, u8 layer, in ice_sched_add_node()
268 ice_sched_get_first_node(struct ice_port_info *pi, in ice_sched_get_first_node()
806 void ice_sched_clear_port(struct ice_port_info *pi) in ice_sched_clear_port()
1444 ice_sched_get_free_qgrp(struct ice_port_info *pi, in ice_sched_get_free_qgrp()
5359 struct ice_port_info *pi = hw->port_info; in ice_sched_replay_node_bw()
5478 struct ice_port_info *pi = hw->port_info; in ice_sched_replay_agg()
5524 struct ice_port_info *pi = hw->port_info; in ice_sched_replay_agg_vsi_preinit()
5603 struct ice_port_info *pi = hw->port_info; in ice_sched_replay_vsi_bw()
5643 struct ice_port_info *pi = hw->port_info; in ice_sched_replay_vsi_agg()
[all …]
H A Dice_dcb.h188 enum ice_status ice_get_dcb_cfg(struct ice_port_info *pi);
189 enum ice_status ice_set_dcb_cfg(struct ice_port_info *pi);
193 ice_query_port_ets(struct ice_port_info *pi,
197 ice_aq_query_port_ets(struct ice_port_info *pi,
201 ice_update_port_tc_tree_cfg(struct ice_port_info *pi,
H A Dice_dcb.c747 struct ice_port_info *pi) in ice_cee_to_dcb_cfg()
867 ice_get_ieee_or_cee_dcb_cfg(struct ice_port_info *pi, u8 dcbx_mode) in ice_get_ieee_or_cee_dcb_cfg()
906 enum ice_status ice_get_dcb_cfg(struct ice_port_info *pi) in ice_get_dcb_cfg()
1278 enum ice_status ice_set_dcb_cfg(struct ice_port_info *pi) in ice_set_dcb_cfg()
1321 ice_aq_query_port_ets(struct ice_port_info *pi, in ice_aq_query_port_ets()
1347 ice_update_port_tc_tree_cfg(struct ice_port_info *pi, in ice_update_port_tc_tree_cfg()
1415 ice_query_port_ets(struct ice_port_info *pi, in ice_query_port_ets()
H A Dice_common.c221 ice_aq_get_link_topo_handle(struct ice_port_info *pi, u8 node_type, in ice_aq_get_link_topo_handle()
247 static bool ice_is_media_cage_present(struct ice_port_info *pi) in ice_is_media_cage_present()
262 static enum ice_media_type ice_get_media_type(struct ice_port_info *pi) in ice_get_media_type()
386 ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse, in ice_aq_get_link_info()
745 hw->port_info = (struct ice_port_info *) in ice_init_hw()
2562 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi, in ice_aq_set_phy_cfg()
2611 enum ice_status ice_update_link_info(struct ice_port_info *pi) in ice_update_link_info()
2653 ice_cache_phy_user_req(struct ice_port_info *pi, in ice_cache_phy_user_req()
2923 ice_copy_phy_caps_to_cfg(struct ice_port_info *pi, in ice_copy_phy_caps_to_cfg()
4408 struct ice_port_info *pi = hw->port_info; in ice_replay_vsi()
[all …]
H A Dice_switch.h461 ice_cfg_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle, bool set,
520 ice_replay_vsi_all_fltr(struct ice_hw *hw, struct ice_port_info *pi,
H A Dice_type.h807 struct ice_port_info { struct
848 struct ice_port_info *port_info; argument
H A Dice_switch.c2865 ice_init_port_info(struct ice_port_info *pi, u16 vsi_port_num, u8 type, in ice_init_port_info()
4737 ice_cfg_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle, bool set, in ice_cfg_dflt_vsi()
8539 ice_replay_vsi_fltr(struct ice_hw *hw, struct ice_port_info *pi, in ice_replay_vsi_fltr()
8635 ice_replay_vsi_all_fltr(struct ice_hw *hw, struct ice_port_info *pi, in ice_replay_vsi_all_fltr()
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_parent.c183 hw->port_info = (struct ice_port_info *) in ice_dcf_init_parent_hw()
H A Dice_ethdev.c3830 struct ice_port_info *pi; in ice_force_phys_link_state()