common/sfc_efx/base: avoid reading past buffer
[dpdk.git] / drivers / common / sfc_efx / base / ef10_impl.h
index e933d88..d7b3c3d 100644 (file)
@@ -158,6 +158,14 @@ ef10_ev_rxlabel_fini(
        __in            efx_evq_t *eep,
        __in            unsigned int label);
 
+LIBEFX_INTERNAL
+extern __checkReturn   boolean_t
+ef10_ev_mcdi(
+       __in            efx_evq_t *eep,
+       __in            efx_qword_t *eqp,
+       __in            const efx_ev_callbacks_t *eecp,
+       __in_opt        void *arg);
+
 /* INTR */
 
 LIBEFX_INTERNAL
@@ -226,6 +234,11 @@ efx_mcdi_vadaptor_free(
        __in            efx_nic_t *enp,
        __in            uint32_t port_id);
 
+LIBEFX_INTERNAL
+extern __checkReturn   efx_rc_t
+ef10_upstream_port_vadaptor_alloc(
+       __in            efx_nic_t *enp);
+
 LIBEFX_INTERNAL
 extern __checkReturn   efx_rc_t
 ef10_nic_probe(