MAX_REPLY_QUEUES
ret = pci_alloc_irq_vectors(h->pdev, 1, MAX_REPLY_QUEUES,
for (; i < MAX_REPLY_QUEUES; i++)
for (i = 0; i < MAX_REPLY_QUEUES; i++)
for (; j < MAX_REPLY_QUEUES; j++)
struct reply_queue_buffer reply_queue[MAX_REPLY_QUEUES];
u8 q[MAX_REPLY_QUEUES];
char intrname[MAX_REPLY_QUEUES][16]; /* "hpsa0-msix00" names */
struct vals32 RepQAddr[MAX_REPLY_QUEUES];