Searched refs:ITS_CMDQ_SIZE (Results 1 – 1 of 1) sorted by relevance
94 #define ITS_CMDQ_SIZE (64 * 1024) /* Must be a multiple of 4K */ macro388 sc->sc_its_cmd_base = contigmalloc(ITS_CMDQ_SIZE, M_GICV3_ITS, in gicv3_its_cmdq_init()398 (ITS_CMDQ_SIZE / 4096 - 1); in gicv3_its_cmdq_init()1558 (ITS_CMDQ_SIZE / sizeof(struct its_cmd)); in its_cmd_queue_full()1661 sc->sc_its_cmd_next_idx %= ITS_CMDQ_SIZE / sizeof(struct its_cmd); in its_cmd_alloc_locked()