Searched defs:ecore_dcbx_info (Results 1 – 1 of 1) sorted by relevance
47 struct ecore_dcbx_info { struct48 struct lldp_status_params_s lldp_remote[LLDP_MAX_LLDP_AGENTS];49 struct lldp_config_params_s lldp_local[LLDP_MAX_LLDP_AGENTS];50 struct dcbx_local_params local_admin;51 struct ecore_dcbx_results results;52 struct dcb_dscp_map dscp_map;53 bool dscp_nig_update;54 struct dcbx_mib operational;55 struct dcbx_mib remote;79 enum _ecore_status_t ecore_dcbx_info_alloc(struct ecore_hwfn *p_hwfn); argument