Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_sched.h72 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,
[all …]
Dice_common.h31 ice_get_link_status(struct ice_port_info *pi, bool *link_up);
32 int ice_update_link_info(struct ice_port_info *pi);
90 ice_aq_set_port_params(struct ice_port_info *pi, bool double_vlan,
93 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
110 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi,
115 struct ice_port_info *pi);
121 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures,
124 ice_cfg_phy_fc(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg,
130 ice_copy_phy_caps_to_cfg(struct ice_port_info *pi,
134 ice_cfg_phy_fec(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg,
[all …]
Dice_sched.c15 ice_sched_add_root_node(struct ice_port_info *pi, in ice_sched_add_root_node()
149 ice_sched_add_node(struct ice_port_info *pi, u8 layer, in ice_sched_add_node()
269 ice_sched_get_first_node(struct ice_port_info *pi, in ice_sched_get_first_node()
282 struct ice_sched_node *ice_sched_get_tc_node(struct ice_port_info *pi, u8 tc) in ice_sched_get_tc_node()
303 void ice_free_sched_node(struct ice_port_info *pi, struct ice_sched_node *node) in ice_free_sched_node()
755 static void ice_sched_clear_rl_prof(struct ice_port_info *pi) in ice_sched_clear_rl_prof()
812 static void ice_sched_clear_tx_topo(struct ice_port_info *pi) in ice_sched_clear_tx_topo()
830 void ice_sched_clear_port(struct ice_port_info *pi) in ice_sched_clear_port()
879 ice_sched_add_elems(struct ice_port_info *pi, struct ice_sched_node *tc_node, in ice_sched_add_elems()
978 ice_sched_add_nodes_to_hw_layer(struct ice_port_info *pi, in ice_sched_add_nodes_to_hw_layer()
[all …]
Dice_dcb.h145 int ice_get_dcb_cfg(struct ice_port_info *pi);
146 int ice_set_dcb_cfg(struct ice_port_info *pi);
149 ice_query_port_ets(struct ice_port_info *pi,
Dice_dcb_nl.c198 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_get_perm_hw_addr()
231 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_getpfc()
294 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_get_pfc_cfg()
345 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_getpfcstate()
414 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_get_pg_tc_cfg_tx()
475 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_get_pg_bwg_cfg_tx()
529 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_get_pg_tc_cfg_rx()
992 struct ice_port_info *pi; in ice_dcbnl_set_all()
Dice_lib.h54 ice_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi,
107 bool ice_is_dflt_vsi_in_use(struct ice_port_info *pi);
Dice_vf_lib_private.h28 struct ice_port_info *ice_vf_get_port_info(struct ice_vf *vf);
Dice_dcb_lib.c86 static u8 ice_dcb_get_mode(struct ice_port_info *port_info, bool host) in ice_dcb_get_mode()
453 static void ice_cfg_etsrec_defaults(struct ice_port_info *pi) in ice_cfg_etsrec_defaults()
601 struct ice_port_info *pi; in ice_dcb_init_cfg()
631 struct ice_port_info *pi; in ice_dcb_sw_dflt_cfg()
797 struct ice_port_info *port_info; in ice_init_pf_dcb()
950 struct ice_port_info *pi; in ice_dcb_process_lldp_set_mib_change()
Dice_common.c295 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, in ice_aq_get_phy_caps()
391 ice_aq_get_link_topo_handle(struct ice_port_info *pi, u8 node_type, in ice_aq_get_link_topo_handle()
419 static bool ice_is_media_cage_present(struct ice_port_info *pi) in ice_is_media_cage_present()
434 static enum ice_media_type ice_get_media_type(struct ice_port_info *pi) in ice_get_media_type()
557 ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse, in ice_aq_get_link_info()
2899 ice_aq_set_port_params(struct ice_port_info *pi, bool double_vlan, in ice_aq_set_port_params()
3127 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi, in ice_aq_set_phy_cfg()
3175 int ice_update_link_info(struct ice_port_info *pi) in ice_update_link_info()
3217 ice_cache_phy_user_req(struct ice_port_info *pi, in ice_cache_phy_user_req()
3294 ice_cfg_phy_fc(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg, in ice_cfg_phy_fc()
[all …]
Dice_dcb.c784 struct ice_port_info *pi) in ice_cee_to_dcb_cfg()
903 static int ice_get_ieee_or_cee_dcb_cfg(struct ice_port_info *pi, u8 dcbx_mode) in ice_get_ieee_or_cee_dcb_cfg()
942 int ice_get_dcb_cfg(struct ice_port_info *pi) in ice_get_dcb_cfg()
1468 int ice_set_dcb_cfg(struct ice_port_info *pi) in ice_set_dcb_cfg()
1511 ice_aq_query_port_ets(struct ice_port_info *pi, in ice_aq_query_port_ets()
1537 ice_update_port_tc_tree_cfg(struct ice_port_info *pi, in ice_update_port_tc_tree_cfg()
1605 ice_query_port_ets(struct ice_port_info *pi, in ice_query_port_ets()
Dice_switch.h363 ice_cfg_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle, bool set,
366 ice_check_if_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle,
Dice_vf_lib.c722 struct ice_port_info *ice_vf_get_port_info(struct ice_vf *vf) in ice_vf_get_port_info()
847 struct ice_port_info *pi = ice_vf_get_port_info(vf); in ice_is_vf_link_up()
1094 struct ice_port_info *pi = ice_vf_get_port_info(vf); in ice_vf_ctrl_vsi_setup()
Dice.h313 struct ice_port_info *port_info; /* back pointer to port_info */
869 struct ice_vsi *ice_lb_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi);
Dice_type.h689 struct ice_port_info { struct
818 struct ice_port_info *port_info;
Dice_main.c1075 ice_link_event(struct ice_pf *pf, struct ice_port_info *pi, bool link_up, in ice_link_event()
1176 static int ice_init_link_events(struct ice_port_info *pi) in ice_init_link_events()
1208 struct ice_port_info *port_info; in ice_handle_link_event()
1860 struct ice_port_info *pi; in ice_force_phys_link_state()
1926 static int ice_init_nvm_phy_type(struct ice_port_info *pi) in ice_init_nvm_phy_type()
1958 static void ice_init_link_dflt_override(struct ice_port_info *pi) in ice_init_link_dflt_override()
1994 static void ice_init_phy_cfg_dflt_override(struct ice_port_info *pi) in ice_init_phy_cfg_dflt_override()
2034 static int ice_init_phy_user_cfg(struct ice_port_info *pi) in ice_init_phy_user_cfg()
2104 struct ice_port_info *pi = vsi->port_info; in ice_configure_phy()
2227 struct ice_port_info *pi; in ice_check_media_subtask()
[all …]
Dice_ethtool.c977 struct ice_port_info *pi; in ice_set_fec_cfg()
1058 struct ice_port_info *pi; in ice_get_fecparam()
1842 struct ice_port_info *pi = np->vsi->port_info; in ice_get_settings_link_up()
2151 ice_setup_autoneg(struct ice_port_info *p, struct ethtool_link_ksettings *ks, in ice_setup_autoneg()
2253 struct ice_port_info *pi; in ice_set_link_ksettings()
2994 struct ice_port_info *pi = np->vsi->port_info; in ice_get_pauseparam()
3046 struct ice_port_info *pi; in ice_set_pauseparam()
Dice_eswitch.c426 ice_eswitch_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi) in ice_eswitch_vsi_setup()
Dice_lib.c2387 struct ice_port_info *port_info; in ice_set_agg_vsi()
2510 ice_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi, in ice_vsi_setup()
3755 bool ice_is_dflt_vsi_in_use(struct ice_port_info *pi) in ice_is_dflt_vsi_in_use()
4027 struct ice_port_info *pi = vsi->port_info; in ice_set_link()
Dice_sriov.c251 struct ice_port_info *pi = ice_vf_get_port_info(vf); in ice_vf_vsi_setup()
Dice_switch.c2312 ice_init_port_info(struct ice_port_info *pi, u16 vsi_port_num, u8 type, in ice_init_port_info()
3836 ice_cfg_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle, bool set, in ice_cfg_dflt_vsi()
3902 ice_check_if_dflt_vsi(struct ice_port_info *pi, u16 vsi_handle, in ice_check_if_dflt_vsi()
Dice_virtchnl.c351 struct ice_port_info *pi = ice_vf_get_port_info(vf); in ice_vc_get_max_frame_size()