Home
last modified time | relevance | path

Searched refs:QUEUES (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/soc/ixp4xx/
Dqmgr.h15 #define QUEUES 64 macro
45 u32 acc[QUEUES][MAX_QUEUE_LENGTH]; /* 0x000 - 0x3FF */
72 extern char qmgr_queue_descs[QUEUES][32];
/Linux-v5.10/drivers/soc/ixp4xx/
Dixp4xx-qmgr.c21 static void (*irq_handlers[QUEUES])(void *pdev);
22 static void *irq_pdevs[QUEUES];
25 char qmgr_queue_descs[QUEUES][32];
250 BUG_ON(queue >= QUEUES); in qmgr_request_queue()
331 BUG_ON(queue >= QUEUES); /* not in valid range */ in qmgr_release_queue()
411 for (i = 0; i < QUEUES; i++) in ixp4xx_qmgr_probe()