Searched refs:ice_dcbx_cfg (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_dcb_lib.h | 14 u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg); 15 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg); 34 static inline u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_ena_tc() 39 static inline u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_num_tc()
|
| D | ice_dcb.c | 243 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etscfg_tlv() 275 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etsrec_tlv() 292 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_pfccfg_tlv() 319 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_app_tlv() 375 ice_parse_ieee_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_tlv() 410 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pgcfg_tlv() 469 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pfccfg_tlv() 493 ice_parse_cee_app_tlv(struct ice_cee_feat_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_app_tlv() 547 ice_parse_cee_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_tlv() 607 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 | 15 struct ice_dcbx_cfg *dcbcfg; in ice_vsi_cfg_netdev_tc() 52 u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_ena_tc() 68 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_num_tc() 150 struct ice_dcbx_cfg *dcbcfg = &pf->hw.port_info->local_dcbx_cfg; in ice_pf_dcb_recfg() 183 int ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked) in ice_pf_dcb_cfg() 185 struct ice_dcbx_cfg *old_cfg, *curr_cfg; in ice_pf_dcb_cfg() 254 struct ice_dcbx_cfg *dcbcfg = &pi->local_dcbx_cfg; in ice_cfg_etsrec_defaults() 277 ice_dcb_need_recfg(struct ice_pf *pf, struct ice_dcbx_cfg *old_cfg, in ice_dcb_need_recfg() 278 struct ice_dcbx_cfg *new_cfg) in ice_dcb_need_recfg() 326 struct ice_dcbx_cfg *local_dcbx_cfg, *desired_dcbx_cfg, *prev_cfg; in ice_dcb_rebuild() [all …]
|
| D | ice_type.h | 332 struct ice_dcbx_cfg { struct 367 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */ 369 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */ 370 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */
|
| D | ice_dcb.h | 125 struct ice_dcbx_cfg *dcbcfg);
|
| D | ice_ethtool.c | 2798 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_pauseparam() 2846 struct ice_dcbx_cfg *dcbx_cfg; in ice_set_pauseparam()
|
| D | ice_lib.c | 2360 struct ice_dcbx_cfg *cfg = &vsi->port_info->local_dcbx_cfg; in ice_vsi_set_tc_cfg()
|