Searched refs:_op (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 754 #define EFSYS_ASSERT3(_x, _op, _y, _t) EFSYS_ASSERT((_t)(_x) _op (_t)(_y)) argument 756 #define EFSYS_ASSERT3U(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uint64_t) argument 757 #define EFSYS_ASSERT3S(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, int64_t) argument 758 #define EFSYS_ASSERT3P(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uintptr_t) argument
|
| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | skein_mod.c | 165 #define SKEIN_OP(_skein_ctx, _op, ...) \ argument 171 (void) Skein_256_ ## _op(&sc->sc_256, __VA_ARGS__);\ 175 (void) Skein_512_ ## _op(&sc->sc_512, __VA_ARGS__);\ 179 (void) Skein1024_ ## _op(&sc->sc_1024, __VA_ARGS__);\
|
| /f-stack/freebsd/kern/ |
| H A D | bus_if.m | 878 * @param _op type of CPUs to request 886 enum cpu_sets _op;
|
| /f-stack/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
|