Searched refs:ice_dcbx_cfg (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/ice/ |
| D | ice_dcb.c | 341 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etscfg_tlv() 373 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etsrec_tlv() 390 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_pfccfg_tlv() 417 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_app_tlv() 473 ice_parse_ieee_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_tlv() 508 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pgcfg_tlv() 567 struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_pfccfg_tlv() 591 ice_parse_cee_app_tlv(struct ice_cee_feat_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_app_tlv() 645 ice_parse_cee_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_cee_tlv() 705 ice_parse_org_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) in ice_parse_org_tlv() [all …]
|
| D | ice_dcb.h | 245 enum ice_status ice_lldp_to_dcb_cfg(u8 *lldpmib, struct ice_dcbx_cfg *dcbcfg); 249 struct ice_dcbx_cfg *dcbcfg); 253 void ice_dcb_cfg_to_lldp(u8 *lldpmib, u16 *miblen, struct ice_dcbx_cfg *dcbcfg);
|
| D | ice_rdma.c | 73 struct ice_dcbx_cfg *dcbx_cfg, 167 struct ice_dcbx_cfg *dcbx_cfg; in ice_rdma_qset_register_request() 358 ice_rdma_cp_qos_info(struct ice_hw *hw, struct ice_dcbx_cfg *dcbx_cfg, in ice_rdma_cp_qos_info()
|
| D | ice_type.h | 825 struct ice_dcbx_cfg { struct 847 struct ice_dcbx_cfg local_dcbx_cfg; /* Oper/Local Cfg */ argument 848 struct ice_dcbx_cfg desired_dcbx_cfg; /* CEE Desired Cfg */ 849 struct ice_dcbx_cfg remote_dcbx_cfg; /* Peer Cfg */
|
| D | ice_lib.c | 165 ice_dcb_needs_reconfig(struct ice_softc *sc, struct ice_dcbx_cfg *old_cfg, 166 struct ice_dcbx_cfg *new_cfg); 177 static u8 ice_dcb_get_tc_map(const struct ice_dcbx_cfg *dcbcfg); 3776 struct ice_dcbx_cfg *local_dcbx_cfg; in ice_sysctl_ets_min_rate() 3886 struct ice_dcbx_cfg *local_dcbx_cfg; in ice_sysctl_up2tc_map() 3972 struct ice_dcbx_cfg *local_dcbx_cfg; in ice_config_pfc() 4029 struct ice_dcbx_cfg *local_dcbx_cfg; in ice_sysctl_pfc_config() 7423 ice_dcb_get_tc_map(const struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_tc_map() 7538 ice_dcb_needs_reconfig(struct ice_softc *sc, struct ice_dcbx_cfg *old_cfg, in ice_dcb_needs_reconfig() 7539 struct ice_dcbx_cfg *new_cfg) in ice_dcb_needs_reconfig() [all …]
|