Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h77 #define CMP_QUEUE_LEN (1ULL << (CMP_QSIZE + 10)) macro
97 #define RQ_CQ_DROP ((256 / (CMP_QUEUE_LEN / \
98 (CMP_QUEUE_LEN - MAX_CQES_FOR_TX))) + 1)
Dnicvf_queues.c790 qs->cq_len = CMP_QUEUE_LEN; in nicvf_set_qset_resources()