net: thunderx: Rework interrupt handling
[linux-2.6-block.git] / drivers / net / ethernet / cavium / thunder / nic.h
index a83f567a574004b91250afa92eb75c4e78860544..89b997e07313881d419327cfdcac69256232e3b8 100644 (file)
 #define        NICVF_TX_TIMEOUT                (50 * HZ)
 
 struct nicvf_cq_poll {
+       struct  nicvf *nicvf;
        u8      cq_idx;         /* Completion queue index */
        struct  napi_struct napi;
 };