Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhpsa.h231 struct reply_queue_buffer reply_queue[MAX_REPLY_QUEUES];
253 u8 q[MAX_REPLY_QUEUES];
254 char intrname[MAX_REPLY_QUEUES][16]; /* "hpsa0-msix00" names */
Dhpsa_cmd.h685 #define MAX_REPLY_QUEUES 64 macro
686 struct vals32 RepQAddr[MAX_REPLY_QUEUES];
Dhpsa.c7406 ret = pci_alloc_irq_vectors(h->pdev, 1, MAX_REPLY_QUEUES, in hpsa_interrupt_mode()
7974 for (; i < MAX_REPLY_QUEUES; i++) in hpsa_free_irqs()
7989 for (i = 0; i < MAX_REPLY_QUEUES; i++) in hpsa_request_irqs()
8009 for (; j < MAX_REPLY_QUEUES; j++) in hpsa_request_irqs()