Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_dcbx.h44 struct ecore_dcbx_info { struct
45 struct lldp_status_params_s lldp_remote[LLDP_MAX_LLDP_AGENTS];
46 struct lldp_config_params_s lldp_local[LLDP_MAX_LLDP_AGENTS];
47 struct dcbx_local_params local_admin;
48 struct ecore_dcbx_results results;
49 struct dcb_dscp_map dscp_map;
50 bool dscp_nig_update;
51 struct dcbx_mib operational;
75 enum _ecore_status_t ecore_dcbx_info_alloc(struct ecore_hwfn *p_hwfn); argument