Home
last modified time | relevance | path

Searched refs:CMP_QUEUE_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/vnic/
H A Dnicvf_queues.h96 #define CMP_QUEUE_LEN (1UL << (CMP_QSIZE + 10)) macro
113 ((256 / (CMP_QUEUE_LEN / (CMP_QUEUE_LEN - MAX_CQES_FOR_TX))) + 1)
H A Dnicvf_queues.c930 cq->rx_br = buf_ring_alloc(CMP_QUEUE_LEN * 8, M_DEVBUF, M_WAITOK, in nicvf_init_cmp_queue()
1609 qs->cq_len = CMP_QUEUE_LEN; in nicvf_set_qset_resources()