]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/qede/base/ecore_init_fw_funcs.h
net/mlx5: check VLAN push/pop support
[dpdk.git] / drivers / net / qede / base / ecore_init_fw_funcs.h
index 912451662f898fe615c529eb3a1903fe598560ff..a393d088fec320f98cb1f0f53ccfcafce5e2bbd1 100644 (file)
@@ -9,13 +9,6 @@
 #include "ecore_hsi_common.h"
 #include "ecore_hsi_eth.h"
 
-/* Physical memory descriptor */
-struct phys_mem_desc {
-       dma_addr_t phys_addr;
-       void *virt_addr;
-       u32 size; /* In bytes */
-};
-
 /* Returns the VOQ based on port and TC */
 #define VOQ(port, tc, max_phys_tcs_per_port) \
        ((tc) == PURE_LB_TC ? NUM_OF_PHYS_TCS * MAX_NUM_PORTS_BB + (port) : \