Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/tap/
H A Dtap_flow.h19 #define PRIORITY_OFFSET 1 macro
21 #define MAX_PRIORITY (PRIORITY_MASK - PRIORITY_OFFSET)
H A Dtap_flow.c1064 RSS_PRIORITY_OFFSET + PRIORITY_OFFSET); in priv_flow_process()
1781 int idx_prio = implicit_rte_flows[idx].attr.priority + PRIORITY_OFFSET; in tap_flow_implicit_destroy()
1911 uint16_t prio = group | (i + PRIORITY_OFFSET); in rss_enable()