Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Ddpool.h16 #define DP_FLAGS_START 0x80000000 macro
17 #define DP_IS_START(flags) ((flags) & DP_FLAGS_START)
H A Ddpool.c306 DP_FLAGS_START; in dpool_alloc()