Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_sched.h61 enum ice_status ice_sched_init_port(struct ice_port_info *pi);
63 void ice_sched_clear_port(struct ice_port_info *pi);
70 ice_sched_add_node(struct ice_port_info *pi, u8 layer,
72 void ice_free_sched_node(struct ice_port_info *pi, struct ice_sched_node *node);
73 struct ice_sched_node *ice_sched_get_tc_node(struct ice_port_info *pi, u8 tc);
75 ice_sched_get_free_qparent(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
78 ice_sched_cfg_vsi(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 maxqs,
80 enum ice_status ice_rm_vsi_lan_cfg(struct ice_port_info *pi, u16 vsi_handle);
82 ice_cfg_q_bw_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
85 ice_cfg_q_bw_dflt_lmt(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
[all …]
Dice_common.h26 ice_get_link_status(struct ice_port_info *pi, bool *link_up);
27 enum ice_status ice_update_link_info(struct ice_port_info *pi);
85 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
101 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi,
106 struct ice_port_info *pi);
112 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures,
115 ice_cfg_phy_fc(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg,
121 ice_copy_phy_caps_to_cfg(struct ice_port_info *pi,
125 ice_cfg_phy_fec(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg,
128 ice_aq_set_link_restart_an(struct ice_port_info *pi, bool ena_link,
[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()
270 ice_sched_get_first_node(struct ice_port_info *pi, in ice_sched_get_first_node()
283 struct ice_sched_node *ice_sched_get_tc_node(struct ice_port_info *pi, u8 tc) in ice_sched_get_tc_node()
304 void ice_free_sched_node(struct ice_port_info *pi, struct ice_sched_node *node) in ice_free_sched_node()
691 static void ice_sched_clear_rl_prof(struct ice_port_info *pi) in ice_sched_clear_rl_prof()
749 static void ice_sched_clear_tx_topo(struct ice_port_info *pi) in ice_sched_clear_tx_topo()
767 void ice_sched_clear_port(struct ice_port_info *pi) in ice_sched_clear_port()
816 ice_sched_add_elems(struct ice_port_info *pi, struct ice_sched_node *tc_node, in ice_sched_add_elems()
917 ice_sched_add_nodes_to_layer(struct ice_port_info *pi, in ice_sched_add_nodes_to_layer()
[all …]
Dice_dcb.h126 enum ice_status ice_get_dcb_cfg(struct ice_port_info *pi);
127 enum ice_status ice_set_dcb_cfg(struct ice_port_info *pi);
130 ice_query_port_ets(struct ice_port_info *pi,
Dice_dcb_nl.c193 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_get_perm_hw_addr()
226 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_getpfc()
289 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_get_pfc_cfg()
340 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_getpfcstate()
409 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_get_pg_tc_cfg_tx()
470 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_get_pg_bwg_cfg_tx()
524 struct ice_port_info *pi = pf->hw.port_info; in ice_dcbnl_get_pg_tc_cfg_rx()
870 struct ice_port_info *pi; in ice_dcbnl_set_all()
Dice_dcb_lib.c128 static u8 ice_dcb_get_mode(struct ice_port_info *port_info, bool host) in ice_dcb_get_mode()
361 static void ice_cfg_etsrec_defaults(struct ice_port_info *pi) in ice_cfg_etsrec_defaults()
509 struct ice_port_info *pi; in ice_dcb_init_cfg()
539 struct ice_port_info *pi; in ice_dcb_sw_dflt_cfg()
688 struct ice_port_info *port_info; in ice_init_pf_dcb()
832 struct ice_port_info *pi; in ice_dcb_process_lldp_set_mib_change()
Dice_common.c147 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, in ice_aq_get_phy_caps()
219 ice_aq_get_link_topo_handle(struct ice_port_info *pi, u8 node_type, in ice_aq_get_link_topo_handle()
245 static bool ice_is_media_cage_present(struct ice_port_info *pi) in ice_is_media_cage_present()
260 static enum ice_media_type ice_get_media_type(struct ice_port_info *pi) in ice_get_media_type()
383 ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse, in ice_aq_get_link_info()
2613 ice_aq_set_phy_cfg(struct ice_hw *hw, struct ice_port_info *pi, in ice_aq_set_phy_cfg()
2662 enum ice_status ice_update_link_info(struct ice_port_info *pi) in ice_update_link_info()
2704 ice_cache_phy_user_req(struct ice_port_info *pi, in ice_cache_phy_user_req()
2781 ice_cfg_phy_fc(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg, in ice_cfg_phy_fc()
2828 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures, bool ena_auto_link_update) in ice_set_fc()
[all …]
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()
1279 enum ice_status ice_set_dcb_cfg(struct ice_port_info *pi) in ice_set_dcb_cfg()
1322 ice_aq_query_port_ets(struct ice_port_info *pi, in ice_aq_query_port_ets()
1348 ice_update_port_tc_tree_cfg(struct ice_port_info *pi, in ice_update_port_tc_tree_cfg()
1416 ice_query_port_ets(struct ice_port_info *pi, in ice_query_port_ets()
Dice_lib.h53 ice_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi,
Dice.h245 struct ice_port_info *port_info; /* back pointer to port_info */
576 struct ice_vsi *ice_lb_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi);
Dice_type.h526 struct ice_port_info { struct
581 struct ice_port_info *port_info;
Dice_main.c884 ice_link_event(struct ice_pf *pf, struct ice_port_info *pi, bool link_up, in ice_link_event()
985 static int ice_init_link_events(struct ice_port_info *pi) in ice_init_link_events()
1016 struct ice_port_info *port_info; in ice_handle_link_event()
1633 struct ice_port_info *pi; in ice_force_phys_link_state()
1699 static int ice_init_nvm_phy_type(struct ice_port_info *pi) in ice_init_nvm_phy_type()
1733 static void ice_init_link_dflt_override(struct ice_port_info *pi) in ice_init_link_dflt_override()
1766 static void ice_init_phy_cfg_dflt_override(struct ice_port_info *pi) in ice_init_phy_cfg_dflt_override()
1806 static int ice_init_phy_user_cfg(struct ice_port_info *pi) in ice_init_phy_user_cfg()
1879 struct ice_port_info *pi; in ice_configure_phy()
2003 struct ice_port_info *pi; in ice_check_media_subtask()
[all …]
Dice_ethtool.c976 struct ice_port_info *pi; in ice_set_fec_cfg()
1057 struct ice_port_info *pi; in ice_get_fecparam()
1120 struct ice_port_info *pi; in ice_nway_reset()
1817 struct ice_port_info *pi = np->vsi->port_info; in ice_get_settings_link_up()
2131 ice_setup_autoneg(struct ice_port_info *p, struct ethtool_link_ksettings *ks, in ice_setup_autoneg()
2232 struct ice_port_info *pi; in ice_set_link_ksettings()
2971 struct ice_port_info *pi = np->vsi->port_info; in ice_get_pauseparam()
3023 struct ice_port_info *pi; in ice_set_pauseparam()
Dice_devlink.c381 struct ice_port_info *pi; in ice_devlink_create_port()
Dice_virtchnl_pf.c537 static struct ice_port_info *ice_vf_get_port_info(struct ice_vf *vf) in ice_vf_get_port_info()
551 struct ice_port_info *pi = ice_vf_get_port_info(vf); in ice_vf_vsi_setup()
1899 struct ice_port_info *pi = vsi->port_info; in ice_vc_get_max_frame_size()
Dice_txrx.c1279 ice_adjust_itr_by_size_and_speed(struct ice_port_info *port_info, in ice_adjust_itr_by_size_and_speed()
Dice_lib.c2184 ice_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi, in ice_vsi_setup()
Dice_switch.c527 ice_init_port_info(struct ice_port_info *pi, u16 vsi_port_num, u8 type, in ice_init_port_info()