Searched defs:_b (Results 1 – 3 of 3) sorted by relevance
/dpdk/drivers/common/sfc_efx/base/ |
H A D | efx_hash.c | 43 #define EFX_HASH_MIX(_a, _b, _c) \ argument 67 #define EFX_HASH_FINALISE(_a, _b, _c) \ argument
|
/dpdk/drivers/bus/dpaa/base/qbman/ |
H A D | qman_priv.h | 70 const u32 *_b = b->q.state; in qman_cgrs_and() local 83 const u32 *_b = b->q.state; in qman_cgrs_xor() local
|
/dpdk/drivers/net/bnx2x/ |
H A D | ecore_sp.h | 115 #define ECORE_MEMCMP(_a, _b, _s) memcmp(_a, _b, _s) argument 116 #define ECORE_MEMCPY(_a, _b, _s) rte_memcpy(_a, _b, _s) argument 198 #define ecore_sp_post(_sc, _a, _b, _c, _d) \ argument
|