Searched refs:logflags (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 218 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _pkt_agg_log() 227 SK_DF(logflags, "%s(%d) %spkt 0x%llx plen %u", in _pkt_agg_log() 231 SK_DF(logflags, "%spkt csumf/rxstart/rxval 0x%x/%u/0x%04x", in _pkt_agg_log() 241 SK_DF(logflags | SK_VERB_DUMP, "%s", in _pkt_agg_log() 259 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _mbuf_agg_log() 262 SK_DF(logflags, "%s(%d) dest mbuf 0x%llx pktlen %u", in _mbuf_agg_log() 266 SK_DF(logflags, "dest mbuf csumf/rxstart/rxval 0x%x/%u/0x%04x", in _mbuf_agg_log() 272 SK_DF(logflags | SK_VERB_DUMP, "%s", sk_dump("buf", in _mbuf_agg_log() 286 SK_LOG_VAR(uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in _mchain_agg_log() 290 SK_DF(logflags, "%s(%d) dest mbuf 0x%llx pktlen %u", in _mchain_agg_log() [all …]
|
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 535 uint64_t logflags = ((SK_VERB_FSW | SK_VERB_RX) | in copy_packet_from_dev_log() local 543 SK_DF(logflags, "%s(%d) splen %u dplen %u hr %u l2 %u", in copy_packet_from_dev_log() 547 SK_DF(logflags | SK_VERB_DUMP, "%s", in copy_packet_from_dev_log() 2645 uint64_t logflags = (SK_VERB_FSW_DP | SK_VERB_TX); in dp_copy_to_dev_log() local 2653 SK_DF(logflags, "%s(%d) packet allocation failure", in dp_copy_to_dev_log() 2662 SK_DF(logflags, "%s(%d) splen %u dplen %u hr %u (fr/tx %u/%u)", in dp_copy_to_dev_log() 2667 SK_DF(logflags | SK_VERB_DUMP, "%s", in dp_copy_to_dev_log() 2670 SK_DF(logflags, "%s(%d) error %d", error); in dp_copy_to_dev_log()
|