Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_entries.h171 # define IP_FMT "%08lx" macro
173 # define IP_FMT "%016lx" macro
185 F_printk("\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n"
186 "\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n"
187 "\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n",
204 F_printk("\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n"
205 "\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n"
206 "\t=> (" IP_FMT ")\n\t=> (" IP_FMT ")\n",
Dtrace_output.c382 # define IP_FMT "%08lx" macro
384 # define IP_FMT "%016lx" macro
415 trace_seq_printf(s, " <" IP_FMT ">", ip); in seq_print_user_ip()
433 trace_seq_printf(s, " <" IP_FMT ">", ip); in seq_print_ip_sym()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h850 #define IP_FMT "%pI4" macro
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c419 DBG_871X("%s Target IP Addr" IP_FMT "\n", __func__, IP_ARG(pIPAddress)); in ConstructARPResponse()
745 DBG_871X("%s FW IP Addr" IP_FMT "\n", __func__, IP_ARG(StaAddr)); in ConstructProbeRsp()