igb: setup vlan tag replication stripping in igb_vmm_control
[deliverable/linux.git] / drivers / net / igb / igb.h
index 0c30c5e375c7e16bbbdd80b0c6eacd4631fefca6..2416c12af3fed1fac0b8109781e25900c0fb3f1b 100644 (file)
@@ -175,9 +175,10 @@ struct igb_q_vector {
 
 struct igb_ring {
        struct igb_q_vector *q_vector; /* backlink to q_vector */
-       void *desc;                    /* descriptor ring memory */
+       struct net_device *netdev;     /* back pointer to net_device */
        struct pci_dev *pdev;          /* pci device for dma mapping */
        dma_addr_t dma;                /* phys address of the ring */
+       void *desc;                    /* descriptor ring memory */
        unsigned int size;             /* length of desc. ring in bytes */
        unsigned int count;            /* number of desc. in the ring */
        u16 next_to_use;
This page took 0.025811 seconds and 5 git commands to generate.