Home
last modified time | relevance | path

Searched defs:_a (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx_hash.c43 #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 Dqman_priv.h69 const u32 *_a = a->q.state; in qman_cgrs_and() local
82 const u32 *_a = a->q.state; in qman_cgrs_xor() local
/dpdk/drivers/net/bnx2x/
H A Decore_sp.h115 #define ECORE_MEMCMP(_a, _b, _s) memcmp(_a, _b, _s) argument
116 #define ECORE_MEMCPY(_a, _b, _s) rte_memcpy(_a, _b, _s) argument
117 #define ECORE_MEMSET(_a, _c, _s) memset(_a, _c, _s) argument
198 #define ecore_sp_post(_sc, _a, _b, _c, _d) \ argument