Home
last modified time | relevance | path

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

/dpdk/drivers/net/e1000/
H A De1000_ethdev.h335 #define IGB_FLEX_FILTER_MAXLEN 128 /**< bytes to use in flex filter. */ macro
337 (RTE_ALIGN(IGB_FLEX_FILTER_MAXLEN, CHAR_BIT) / CHAR_BIT)
346 uint8_t bytes[IGB_FLEX_FILTER_MAXLEN]; /**< flex bytes in big endian. */
H A Digb_flow.c1143 IGB_FLEX_FILTER_MAXLEN) { in cons_parse_flex_filter()