common/octeontx: move mbox to common folder
[dpdk.git] / drivers / net / qede / base / ecore_dcbx.h
index 5986245..469e42d 100644 (file)
@@ -37,6 +37,7 @@ struct ecore_dcbx_info {
 struct ecore_dcbx_mib_meta_data {
        struct lldp_config_params_s *lldp_local;
        struct lldp_status_params_s *lldp_remote;
+       struct lldp_received_tlvs_s *lldp_tlvs;
        struct dcbx_local_params *local_admin;
        struct dcb_dscp_map *dscp_map;
        struct dcbx_mib *mib;
@@ -50,11 +51,14 @@ ecore_dcbx_mib_update_event(struct ecore_hwfn *, struct ecore_ptt *,
                            enum ecore_mib_read_type);
 
 enum _ecore_status_t ecore_dcbx_info_alloc(struct ecore_hwfn *p_hwfn);
-void ecore_dcbx_info_free(struct ecore_hwfn *, struct ecore_dcbx_info *);
+void ecore_dcbx_info_free(struct ecore_hwfn *p_hwfn);
 void ecore_dcbx_set_pf_update_params(struct ecore_dcbx_results *p_src,
                                     struct pf_update_ramrod_data *p_dest);
 
 /* Returns TOS value for a given priority */
 u8 ecore_dcbx_get_dscp_value(struct ecore_hwfn *p_hwfn, u8 pri);
 
+enum _ecore_status_t
+ecore_lldp_mib_update_event(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt);
+
 #endif /* __ECORE_DCBX_H__ */