Home
last modified time | relevance | path

Searched refs:FLAG (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h34 #define MK_MSG_ORIG(MSG,TYPE,CREF,FLAG) \ argument
38 (MSG)->u.hdr.cref.flag = (FLAG); \
59 #define MK_IE_EPREF(IE,EPREF,FLAG) \ argument
66 (IE).flag = FLAG; \
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
11 # Check whether the given FLAG works with the linker or gives an error.
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
H A Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
11 # Check whether the given FLAG works with the current language's compiler
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/f-stack/dpdk/doc/guides/nics/
H A Dsfc_efx.rst187 - FLAG (supported only with ef10_essb Rx datapath)
231 - FLAG
H A Dcxgbe.rst147 FLAG VALUE
H A Dmlx5.rst837 of the extensive metadata features. The legacy Verbs supports FLAG and
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c116 MK_FLOW_ACTION(FLAG, 0),
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst88 QUEUE, MARK, FLAG and VOID actions for ingress traffic.
H A Drelease_17_05.rst157 * Added Generic flow API support for FLAG action.
H A Drelease_18_05.rst159 * Added support for MARK and FLAG actions in flow API (X2xxx only).
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1655 Action: ``FLAG``
1665 .. table:: FLAG
3403 and tagging (`Action: MARK`_ or `Action: FLAG`_) may be implemented in
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c3296 .priv = PRIV_ACTION(FLAG, 0),