Searched refs:MAX_HW_QUEUES (Results 1 – 4 of 4) sorted by relevance
56 lsbmask >>= MAX_HW_QUEUES; in ccp_queue_decode_lsb_regions()86 (1ull << (q + (MAX_HW_QUEUES * i)))) != 0) { in ccp_assign_lsb_regions()88 lsbmask &= ~(0x1Full << (MAX_HW_QUEUES * i)); in ccp_assign_lsb_regions()
43 #define MAX_HW_QUEUES 5 macro171 struct ccp_queue queues[MAX_HW_QUEUES];
23 #define MAX_HW_QUEUES 5 macro232 struct ccp_queue cmd_q[MAX_HW_QUEUES];
527 for (i = 0; i < MAX_HW_QUEUES; i++) { in ccp_add_device()