Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_sched.h31 enum ice_status ice_sched_init_port(struct ice_port_info *pi);
33 void ice_sched_clear_port(struct ice_port_info *pi);
40 ice_sched_add_node(struct ice_port_info *pi, u8 layer,
42 void ice_free_sched_node(struct ice_port_info *pi, struct ice_sched_node *node);
43 struct ice_sched_node *ice_sched_get_tc_node(struct ice_port_info *pi, u8 tc);
45 ice_sched_get_free_qparent(struct ice_port_info *pi, u16 vsi_handle, u8 tc,
48 ice_sched_cfg_vsi(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 maxqs,
50 enum ice_status ice_rm_vsi_lan_cfg(struct ice_port_info *pi, u16 vsi_handle);
Dice_common.h29 ice_get_link_status(struct ice_port_info *pi, bool *link_up);
30 enum ice_status ice_update_link_info(struct ice_port_info *pi);
84 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode,
98 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures,
106 ice_aq_set_link_restart_an(struct ice_port_info *pi, bool ena_link,
109 ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse,
118 ice_aq_set_port_id_led(struct ice_port_info *pi, bool is_orig_mode,
122 ice_dis_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 num_queues,
127 ice_cfg_vsi_lan(struct ice_port_info *pi, u16 vsi_handle, u8 tc_bitmap,
130 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle,
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()
591 static void ice_sched_clear_tx_topo(struct ice_port_info *pi) in ice_sched_clear_tx_topo()
607 void ice_sched_clear_port(struct ice_port_info *pi) in ice_sched_clear_port()
657 ice_sched_add_elems(struct ice_port_info *pi, struct ice_sched_node *tc_node, in ice_sched_add_elems()
758 ice_sched_add_nodes_to_layer(struct ice_port_info *pi, in ice_sched_add_nodes_to_layer()
876 static void ice_rm_dflt_leaf_node(struct ice_port_info *pi) in ice_rm_dflt_leaf_node()
[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.c877 ice_get_ieee_or_cee_dcb_cfg(struct ice_port_info *pi, u8 dcbx_mode) in ice_get_ieee_or_cee_dcb_cfg()
916 enum ice_status ice_get_dcb_cfg(struct ice_port_info *pi) in ice_get_dcb_cfg()
952 struct ice_port_info *pi = hw->port_info; in ice_init_dcb()
994 struct ice_port_info *pi = hw->port_info; in ice_cfg_lldp_mib_change()
1292 enum ice_status ice_set_dcb_cfg(struct ice_port_info *pi) in ice_set_dcb_cfg()
1335 ice_aq_query_port_ets(struct ice_port_info *pi, in ice_aq_query_port_ets()
1361 ice_update_port_tc_tree_cfg(struct ice_port_info *pi, in ice_update_port_tc_tree_cfg()
1429 ice_query_port_ets(struct ice_port_info *pi, in ice_query_port_ets()
Dice_dcb_lib.c252 static void ice_cfg_etsrec_defaults(struct ice_port_info *pi) in ice_cfg_etsrec_defaults()
417 struct ice_port_info *pi; in ice_dcb_init_cfg()
446 struct ice_port_info *pi; in ice_dcb_sw_dflt_cfg()
490 struct ice_port_info *port_info; in ice_init_pf_dcb()
629 struct ice_port_info *pi; in ice_dcb_process_lldp_set_mib_change()
Dice_common.c143 ice_aq_get_phy_caps(struct ice_port_info *pi, bool qual_mods, u8 report_mode, in ice_aq_get_phy_caps()
177 static enum ice_media_type ice_get_media_type(struct ice_port_info *pi) in ice_get_media_type()
263 ice_aq_get_link_info(struct ice_port_info *pi, bool ena_lse, in ice_aq_get_link_info()
2218 enum ice_status ice_update_link_info(struct ice_port_info *pi) in ice_update_link_info()
2263 ice_set_fc(struct ice_port_info *pi, u8 *aq_failures, bool ena_auto_link_update) in ice_set_fc()
2428 enum ice_status ice_get_link_status(struct ice_port_info *pi, bool *link_up) in ice_get_link_status()
2461 ice_aq_set_link_restart_an(struct ice_port_info *pi, bool ena_link, in ice_aq_set_link_restart_an()
2539 ice_aq_set_port_id_led(struct ice_port_info *pi, bool is_orig_mode, in ice_aq_set_port_id_led()
3182 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u16 q_handle, in ice_ena_vsi_txq()
3273 ice_dis_vsi_txq(struct ice_port_info *pi, u16 vsi_handle, u8 tc, u8 num_queues, in ice_dis_vsi_txq()
[all …]
Dice.h215 struct ice_port_info *port_info; /* back pointer to port_info */
445 struct ice_vsi *ice_lb_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi);
Dice_lib.h83 ice_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi,
Dice_type.h346 struct ice_port_info { struct
405 struct ice_port_info *port_info;
Dice_ethtool.c949 struct ice_port_info *pi; in ice_set_fec_cfg()
1060 struct ice_port_info *pi; in ice_get_fecparam()
1703 struct ice_port_info *pi = np->vsi->port_info; in ice_get_settings_link_up()
2293 ice_setup_autoneg(struct ice_port_info *p, struct ethtool_link_ksettings *ks, in ice_setup_autoneg()
2358 struct ice_port_info *p; in ice_set_link_ksettings()
2762 struct ice_port_info *pi; in ice_nway_reset()
2795 struct ice_port_info *pi = np->vsi->port_info; in ice_get_pauseparam()
2849 struct ice_port_info *pi; in ice_set_pauseparam()
Dice_main.c815 ice_link_event(struct ice_pf *pf, struct ice_port_info *pi, bool link_up, in ice_link_event()
905 static int ice_init_link_events(struct ice_port_info *pi) in ice_init_link_events()
938 struct ice_port_info *port_info; in ice_handle_link_event()
1383 struct ice_port_info *pi; in ice_force_phys_link_state()
1452 struct ice_port_info *pi; in ice_check_media_subtask()
2098 ice_pf_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi) in ice_pf_vsi_setup()
2112 ice_lb_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi) in ice_lb_vsi_setup()
4732 struct ice_port_info *pi; in ice_open()
Dice_txrx.c1138 ice_adjust_itr_by_size_and_speed(struct ice_port_info *port_info, in ice_adjust_itr_by_size_and_speed()
Dice_switch.c566 ice_init_port_info(struct ice_port_info *pi, u16 vsi_port_num, u8 type, in ice_init_port_info()
Dice_virtchnl_pf.c500 ice_vf_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi, u16 vf_id) in ice_vf_vsi_setup()
Dice_lib.c2514 ice_vsi_setup(struct ice_pf *pf, struct ice_port_info *pi, in ice_vsi_setup()