Searched refs:_op (Results 1 – 2 of 2) sorted by relevance
| /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 758 #define EFSYS_ASSERT3U(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uint64_t) argument 759 #define EFSYS_ASSERT3S(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, int64_t) argument 760 #define EFSYS_ASSERT3P(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uintptr_t) argument
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | bbdev.rst | 298 supplied in the ``ops`` array of ``rte_bbdev_*_op`` structures. 365 fields in the ``rte_bbdev_*_op`` structure which are then used by the bbdev PMD
|