Searched defs:_t (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_osdep.h | 65 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) argument
|
| /dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 756 #define EFSYS_ASSERT3(_x, _op, _y, _t) EFSYS_ASSERT((_t)(_x) _op (_t)(_y)) argument
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 122 #define ECORE_WAIT(_s, _t) DELAY(1000) argument 123 #define ECORE_MSLEEP(_t) DELAY((_t) * 1000) argument
|
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_type.h | 21 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) (_p); (_q); (_r); (_s); (_t); argument
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_type.h | 33 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) argument
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 21 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) (_p); (_q); (_r); (_s); (_t); argument
|