Searched refs:ice_dcbx_cfg (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_lib.h | 18 u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg); 19 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); 65 static inline u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_ena_tc() 70 static inline u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_num_tc() 91 struct ice_dcbx_cfg __always_unused *new_cfg, in ice_pf_dcb_cfg()
|
D | ice_dcb_nl.h | 11 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()
|
D | ice_dcb.c | 210 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etscfg_tlv() 242 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etsrec_tlv() 259 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_pfccfg_tlv() 286 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_app_tlv() 342 ice_parse_ieee_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_tlv() 377 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pgcfg_tlv() 436 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pfccfg_tlv() 460 ice_parse_cee_app_tlv(struct ice_cee_feat_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_app_tlv() 514 ice_parse_cee_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_tlv() 574 ice_parse_org_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_org_tlv() [all …]
|
D | ice_dcb_lib.c | 16 struct ice_dcbx_cfg *dcbcfg; in ice_vsi_cfg_netdev_tc() 53 u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_ena_tc() 147 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_num_tc() 234 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg) in ice_dcb_bwchk() 272 int ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked) in ice_pf_dcb_cfg() 275 struct ice_dcbx_cfg *old_cfg, *curr_cfg; in ice_pf_dcb_cfg() 375 struct ice_dcbx_cfg *dcbcfg = &pi->qos_cfg.local_dcbx_cfg; in ice_cfg_etsrec_defaults() 398 ice_dcb_need_recfg(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg, in ice_dcb_need_recfg() 399 struct ice_dcbx_cfg *new_cfg) in ice_dcb_need_recfg() 450 struct ice_dcbx_cfg *err_cfg; in ice_dcb_rebuild() [all …]
|
D | ice_dcb_nl.c | 34 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getets() 65 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setets() 227 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getpfc() 252 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setpfc() 312 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pfc_cfg() 385 sizeof(struct ice_dcbx_cfg)); in ice_dcbnl_setstate() 439 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_tc_cfg_tx() 494 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_bwg_cfg_tx() 671 ice_dcbnl_find_app(struct ice_dcbx_cfg *cfg, in ice_dcbnl_find_app() 695 struct ice_dcbx_cfg *old_cfg, *new_cfg; in ice_dcbnl_setapp() [all …]
|
D | ice_type.h | 619 struct ice_dcbx_cfg { struct 634 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */ argument 635 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */ 636 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */
|
D | ice_dcb.h | 125 struct ice_dcbx_cfg *dcbcfg);
|
D | ice_idc.c | 223 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_qos_params()
|
D | ice_ethtool.c | 2950 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_pauseparam() 2997 struct ice_dcbx_cfg *dcbx_cfg; in ice_set_pauseparam()
|
D | ice_lib.c | 2193 struct ice_dcbx_cfg *cfg = &vsi->port_info->qos_cfg.local_dcbx_cfg; in ice_vsi_set_tc_cfg()
|