Home
last modified time | relevance | path

Searched refs:logflags (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c191 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _pkt_agg_log()
200 SK_DF(logflags, "%s(%d) %spkt 0x%llx plen %u", in _pkt_agg_log()
204 SK_DF(logflags, "%spkt csumf/rxstart/rxval 0x%x/%u/0x%04x", in _pkt_agg_log()
214 SK_DF(logflags | SK_VERB_DUMP, "%s", in _pkt_agg_log()
232 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _mbuf_agg_log()
235 SK_DF(logflags, "%s(%d) dest mbuf 0x%llx pktlen %u", in _mbuf_agg_log()
239 SK_DF(logflags, "dest mbuf csumf/rxstart/rxval 0x%x/%u/0x%04x", in _mbuf_agg_log()
245 SK_DF(logflags | SK_VERB_DUMP, "%s", sk_dump("buf", in _mbuf_agg_log()
259 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _mchain_agg_log()
263 SK_DF(logflags, "%s(%d) dest mbuf 0x%llx pktlen %u", in _mchain_agg_log()
[all …]
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c470 uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in copy_packet_from_dev_log() local
475 SK_DF(logflags, "%s(%d) splen %u dplen %u hr %u l2 %u", in copy_packet_from_dev_log()
479 SK_DF(logflags | SK_VERB_DUMP, "%s", in copy_packet_from_dev_log()
1941 uint64_t logflags = (SK_VERB_FSW_DP | SK_VERB_TX); in dp_copy_to_dev_log() local
1949 SK_DF(logflags, "%s(%d) packet allocation failure", in dp_copy_to_dev_log()
1955 SK_DF(logflags, "%s(%d) splen %u dplen %u hr %u (fr/tx %u/%u)", in dp_copy_to_dev_log()
1960 SK_DF(logflags | SK_VERB_DUMP, "%s", in dp_copy_to_dev_log()
1963 SK_DF(logflags, "%s(%d) error %d", error); in dp_copy_to_dev_log()