Home
last modified time | relevance | path

Searched refs:MAX_HW_QUEUES (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/crypto/ccp/
H A Dccp_lsb.c56 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()
H A Dccp.h43 #define MAX_HW_QUEUES 5 macro
171 struct ccp_queue queues[MAX_HW_QUEUES];
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_dev.h23 #define MAX_HW_QUEUES 5 macro
232 struct ccp_queue cmd_q[MAX_HW_QUEUES];
H A Dccp_dev.c527 for (i = 0; i < MAX_HW_QUEUES; i++) { in ccp_add_device()