Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/scripts/dtc/
Dutil.h38 #define stringify(s) stringify_(s) macro
Ddtc.c99 …"\n\tBlob version to produce, defaults to "stringify(DEFAULT_FDT_VERSION)" (for dtb and asm output…
/Linux-v4.19/scripts/gdb/linux/
Dconstants.py.in19 /* We need to stringify expanded macros so that they can be parsed */
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c66 void (*stringify)(struct qede_arfs_tuple *t, void *buffer); member
136 if (n->tuple.stringify) { in qede_configure_arfs_fltr()
139 n->tuple.stringify(&n->tuple, tuple_buffer); in qede_configure_arfs_fltr()
1629 t->stringify = qede_flow_stringify_ipv4_hdr; in qede_set_v4_tuple_to_profile()