Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_dcb_nl.h11 ice_dcbnl_flush_apps(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg,
12 struct ice_dcbx_cfg *new_cfg);
17 ice_dcbnl_flush_apps(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg, in ice_dcbnl_flush_apps()
18 struct ice_dcbx_cfg *new_cfg) { } in ice_dcbnl_flush_apps()
Dice_dcb_lib.h19 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg);
24 ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked);
25 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg);
75 static inline u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_ena_tc()
80 static inline u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_num_tc()
101 struct ice_dcbx_cfg __always_unused *new_cfg, in ice_pf_dcb_cfg()
Dice_dcb.c209 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etscfg_tlv()
241 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etsrec_tlv()
258 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_pfccfg_tlv()
285 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_app_tlv()
341 ice_parse_ieee_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_tlv()
376 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pgcfg_tlv()
435 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pfccfg_tlv()
459 ice_parse_cee_app_tlv(struct ice_cee_feat_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_app_tlv()
513 ice_parse_cee_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_tlv()
573 ice_parse_org_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_org_tlv()
[all …]
Dice_dcb_lib.c11 static u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_ena_tc()
105 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_num_tc()
150 struct ice_dcbx_cfg *cfg = &vsi->port_info->qos_cfg.local_dcbx_cfg; in ice_get_first_droptc()
181 struct ice_dcbx_cfg *cfg = &vsi->port_info->qos_cfg.local_dcbx_cfg; in ice_vsi_set_dcb_tc_cfg()
311 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg) in ice_dcb_bwchk()
349 int ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked) in ice_pf_dcb_cfg()
352 struct ice_dcbx_cfg *old_cfg, *curr_cfg; in ice_pf_dcb_cfg()
455 struct ice_dcbx_cfg *dcbcfg = &pi->qos_cfg.local_dcbx_cfg; in ice_cfg_etsrec_defaults()
478 ice_dcb_need_recfg(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg, in ice_dcb_need_recfg()
479 struct ice_dcbx_cfg *new_cfg) in ice_dcb_need_recfg()
[all …]
Dice_dcb_nl.c34 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getets()
65 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setets()
232 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getpfc()
257 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setpfc()
317 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pfc_cfg()
390 sizeof(struct ice_dcbx_cfg)); in ice_dcbnl_setstate()
444 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_tc_cfg_tx()
499 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_bwg_cfg_tx()
676 ice_dcbnl_find_app(struct ice_dcbx_cfg *cfg, in ice_dcbnl_find_app()
702 struct ice_dcbx_cfg *old_cfg, *new_cfg; in ice_dcbnl_setapp()
[all …]
Dice_type.h660 struct ice_dcbx_cfg { struct
682 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */ argument
683 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */
684 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */
Dice_dcb.h144 struct ice_dcbx_cfg *dcbcfg);
Dice_idc.c208 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_qos_params()
Dice_txrx.c2413 static u8 ice_get_dscp_up(struct ice_dcbx_cfg *dcbcfg, struct sk_buff *skb) in ice_get_dscp_up()
2430 struct ice_dcbx_cfg *dcbcfg; in ice_select_queue()
Dice_ethtool.c2996 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_pauseparam()
3043 struct ice_dcbx_cfg *dcbx_cfg; in ice_set_pauseparam()
Dice_lib.c3475 struct ice_dcbx_cfg *dcbcfg; in ice_vsi_cfg_netdev_tc()