Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ioat/
H A Dioatfwd.c33 #define MAX_RX_QUEUES_COUNT 8 macro
42 uint16_t ioat_ids[MAX_RX_QUEUES_COUNT];
647 if (nb_queues == 0 || nb_queues > MAX_RX_QUEUES_COUNT) { in ioat_parse_args()
649 optarg, MAX_RX_QUEUES_COUNT); in ioat_parse_args()