Searched defs:ecore_dcbx_info (Results 1 – 1 of 1) sorted by relevance
42 struct ecore_dcbx_info { struct43 struct lldp_status_params_s lldp_remote[LLDP_MAX_LLDP_AGENTS];44 struct lldp_config_params_s lldp_local[LLDP_MAX_LLDP_AGENTS];45 struct dcbx_local_params local_admin;46 struct ecore_dcbx_results results;47 struct dcb_dscp_map dscp_map;48 bool dscp_nig_update;49 struct dcbx_mib operational;73 enum _ecore_status_t ecore_dcbx_info_alloc(struct ecore_hwfn *p_hwfn); argument