Searched refs:ice_dcbx_cfg (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/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.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() 363 struct ice_dcbx_cfg *dcbcfg = &pi->local_dcbx_cfg; in ice_cfg_etsrec_defaults() 386 ice_dcb_need_recfg(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg, in ice_dcb_need_recfg() 387 struct ice_dcbx_cfg *new_cfg) in ice_dcb_need_recfg() 438 struct ice_dcbx_cfg *err_cfg; in ice_dcb_rebuild() [all …]
|
| D | ice_dcb_nl.c | 36 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getets() 69 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setets() 225 struct ice_dcbx_cfg *dcbxcfg; in ice_dcbnl_getpfc() 250 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_setpfc() 310 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pfc_cfg() 383 sizeof(struct ice_dcbx_cfg)); in ice_dcbnl_setstate() 437 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_tc_cfg_tx() 492 struct ice_dcbx_cfg *new_cfg; in ice_dcbnl_set_pg_bwg_cfg_tx() 669 ice_dcbnl_find_app(struct ice_dcbx_cfg *cfg, in ice_dcbnl_find_app() 693 struct ice_dcbx_cfg *old_cfg, *new_cfg; in ice_dcbnl_setapp() [all …]
|
| 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);
|
| D | ice_type.h | 503 struct ice_dcbx_cfg { struct 540 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */ 542 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */ 543 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */
|
| D | ice_dcb.h | 125 struct ice_dcbx_cfg *dcbcfg);
|
| D | ice_ethtool.c | 2975 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_pauseparam() 3022 struct ice_dcbx_cfg *dcbx_cfg; in ice_set_pauseparam()
|
| D | ice_lib.c | 2077 struct ice_dcbx_cfg *cfg = &vsi->port_info->local_dcbx_cfg; in ice_vsi_set_tc_cfg()
|