Searched refs:MAX_REPLY_QUEUES (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/
H A Dhpsa.h235 struct reply_queue_buffer reply_queue[MAX_REPLY_QUEUES];
257 u8 q[MAX_REPLY_QUEUES];
258 char intrname[MAX_REPLY_QUEUES][16]; /* "hpsa0-msix00" names */
H A Dhpsa_cmd.h700 #define MAX_REPLY_QUEUES 64 macro
701 struct vals32 RepQAddr[MAX_REPLY_QUEUES];
H A Dhpsa.c7007 * 0 <= x < MAX_REPLY_QUEUES.
7523 ret = pci_alloc_irq_vectors(h->pdev, 1, MAX_REPLY_QUEUES,
8094 for (; i < MAX_REPLY_QUEUES; i++)
8113 for (i = 0; i < MAX_REPLY_QUEUES; i++)
8133 for (; j < MAX_REPLY_QUEUES; j++)

Completed in 198 milliseconds