Searched refs:MCX_LOG_EQ_SIZE (Results 1 – 1 of 1) sorted by relevance
88 #define MCX_LOG_EQ_SIZE 7 macro4348 npages = howmany((1 << MCX_LOG_EQ_SIZE) * sizeof(struct mcx_eq_entry), in mcx_create_eq()4360 for (i = 0; i < (1 << MCX_LOG_EQ_SIZE); i++) { in mcx_create_eq()4380 (MCX_LOG_EQ_SIZE << MCX_EQ_CTX_LOG_EQ_SIZE_SHIFT) | uar); in mcx_create_eq()7092 next = eq->eq_cons % (1 << MCX_LOG_EQ_SIZE); in mcx_next_eq_entry()7094 ((eq->eq_cons >> MCX_LOG_EQ_SIZE) & 1)) { in mcx_next_eq_entry()