]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/net/cxgb3/common.h
cxgb3: Allocate multiqueues at init time
[mirror_ubuntu-bionic-kernel.git] / drivers / net / cxgb3 / common.h
index d6dbcd403a7d18ba9b2d0c3f5b1d77cebbc7e89c..ace6b58bae8ecf5c51782813a145849a2dcf6126 100644 (file)
@@ -358,6 +358,7 @@ struct qset_params {                /* SGE queue set parameters */
        unsigned int jumbo_size;        /* # of entries in jumbo free list */
        unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */
        unsigned int cong_thres;        /* FL congestion threshold */
+       unsigned int vector;            /* Interrupt (line or vector) number */
 };
 
 struct sge_params {