Home
last modified time | relevance | path

Searched refs:MACRO (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunidef.h227 #define UNIAPI_DEF_ERRORS(MACRO) \ argument
228 MACRO(OK, 0, "no error") \
229 MACRO(ERROR_BAD_SIGNAL, 1, "unknown signal") \
233 MACRO(ERROR_BAD_ARG, 5, "bad argument") \
235 MACRO(ERROR_BAD_PARTY, 7, "unknown party") \
241 MACRO(ERROR_NOMEM, 13, "out of memory") \
242 MACRO(ERROR_BUSY, 14, "status enquiry busy")
288 #define UNIAPI_DEF_RESET_ERRORS(MACRO) \ argument
289 MACRO(UNIAPI_RESET_ERROR_NO_CONFIRM, 0, \
291 MACRO(UNIAPI_RESET_ERROR_NO_RESPONSE, 1, \
[all …]
/f-stack/dpdk/drivers/net/mlx4/
H A Dmeson.build88 # [ "MACRO to define if found", "header for the search",
96 # [ "MACRO to define if found", "header for the search",
/f-stack/dpdk/drivers/net/tap/
H A Dmeson.build24 # [ "MACRO to define if found", "header for the search",
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmeson.build58 # [ "MACRO to define if found", "header for the search",
71 # [ "MACRO to define if found", "header for the search",
/f-stack/freebsd/crypto/skein/amd64/
H A Dskein_block_asm.s264 # MACRO: Configure stack frame, allocate local vars
/f-stack/dpdk/doc/guides/nics/
H A Dfm10k.rst70 Other features are supported using optional MACRO configuration. They include:
H A Dixgbe.rst64 Other features are supported using optional MACRO configuration. They include:
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst127 #define MACRO(x, y) do { \