HALF_QUEUES 60 drivers/soc/ixp4xx/ixp4xx-qmgr.c BUG_ON(queue >= HALF_QUEUES); HALF_QUEUES 73 drivers/soc/ixp4xx/ixp4xx-qmgr.c BUG_ON(queue >= HALF_QUEUES); HALF_QUEUES 85 drivers/soc/ixp4xx/ixp4xx-qmgr.c if (queue >= HALF_QUEUES) HALF_QUEUES 87 drivers/soc/ixp4xx/ixp4xx-qmgr.c (queue - HALF_QUEUES)) & 0x01; HALF_QUEUES 99 drivers/soc/ixp4xx/ixp4xx-qmgr.c if (queue >= HALF_QUEUES) HALF_QUEUES 101 drivers/soc/ixp4xx/ixp4xx-qmgr.c (queue - HALF_QUEUES)) & 0x01; HALF_QUEUES 122 drivers/soc/ixp4xx/ixp4xx-qmgr.c if (queue < HALF_QUEUES) { HALF_QUEUES 177 drivers/soc/ixp4xx/ixp4xx-qmgr.c irq_handlers[HALF_QUEUES + i](irq_pdevs[HALF_QUEUES + i]); HALF_QUEUES 196 drivers/soc/ixp4xx/ixp4xx-qmgr.c i += half * HALF_QUEUES; HALF_QUEUES 207 drivers/soc/ixp4xx/ixp4xx-qmgr.c u32 mask = 1 << (queue & (HALF_QUEUES - 1)); HALF_QUEUES 219 drivers/soc/ixp4xx/ixp4xx-qmgr.c u32 mask = 1 << (queue & (HALF_QUEUES - 1));