Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/soc/ixp4xx/
Dixp4xx-qmgr.c22 static void (*irq_handlers[QUEUES])(void *pdev);
23 static void *irq_pdevs[QUEUES];
26 char qmgr_queue_descs[QUEUES][32];
252 BUG_ON(queue >= QUEUES); in qmgr_request_queue()
333 BUG_ON(queue >= QUEUES); /* not in valid range */ in qmgr_release_queue()
413 for (i = 0; i < QUEUES; i++) in ixp4xx_qmgr_probe()