Searched refs:CMP_QUEUE_CQE_THRESH (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/vnic/ | ||
H A D | nicvf_queues.h | 97 #define CMP_QUEUE_CQE_THRESH 32 macro |
H A D | nicvf_queues.c | 925 cq->thresh = pass1_silicon(nic->dev) ? 0 : CMP_QUEUE_CQE_THRESH; in nicvf_init_cmp_queue() |