Searched refs:stringify (Results 1 – 5 of 5) sorted by relevance
154 f.debug_tuple(stringify!($name))209 concat!("boolean field `", stringify!($field), "` covers more than one bit")220 concat!("field `", stringify!($field), "`'s MSB is smaller than its LSB")
33 util::to_lowercase_bytes::<{ stringify!($variant).len() }>(34 stringify!($variant)
630 $(Self::$variant(_) => stringify!($variant)),*
578 #define stringify(x) #x macro579 #define istringify(x) stringify(x)
41 void (*stringify)(struct qede_arfs_tuple *t, void *buffer); member111 if (n->tuple.stringify) { in qede_configure_arfs_fltr()114 n->tuple.stringify(&n->tuple, tuple_buffer); in qede_configure_arfs_fltr()1544 t->stringify = qede_flow_stringify_ipv4_hdr; in qede_set_v4_tuple_to_profile()
Completed in 22 milliseconds