Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/dpaa/include/
H A Ddpaa_rbtree.h50 static inline int name##_push(struct dpa_rbtree *tree, type *obj) \
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_target.h17 #define PUSHPULL(_pull, _push) (((_pull) << 4) | ((_push) << 0)) argument