Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_ree.h14 #define REE_MAX_PAYLOAD_SIZE (1 << 14) macro
/dpdk/drivers/regex/cn9k/
H A Dcn9k_regexdev.c284 if (unlikely(op->mbuf->data_len > REE_MAX_PAYLOAD_SIZE || in ree_enqueue()
287 op->mbuf->data_len, REE_MAX_PAYLOAD_SIZE); in ree_enqueue()
495 info->max_payload_size = REE_MAX_PAYLOAD_SIZE; in cn9k_ree_dev_info_get()