Home
last modified time | relevance | path

Searched defs:ecore_dcbx_info (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dcbx.h20 struct ecore_dcbx_info { struct
21 struct lldp_status_params_s lldp_remote[LLDP_MAX_LLDP_AGENTS];
22 struct lldp_config_params_s lldp_local[LLDP_MAX_LLDP_AGENTS];
23 struct dcbx_local_params local_admin;
24 struct ecore_dcbx_results results;
25 struct dcb_dscp_map dscp_map;
26 bool dscp_nig_update;
27 struct dcbx_mib operational;
51 enum _ecore_status_t ecore_dcbx_info_alloc(struct ecore_hwfn *p_hwfn); argument