Searched refs:RTE_VERSION_NUM (Results 1 – 2 of 2) sorted by relevance
24 #define RTE_VERSION_NUM(a,b,c,d) ((a) << 24 | (b) << 16 | (c) << 8 | (d)) macro29 #define RTE_VERSION RTE_VERSION_NUM( \
75 #if RTE_VERSION_NUM(17, 11, 10, 16) < RTE_VERSION in bnxt_ulp_set_dir_attributes()