Searched refs:FSW_STATS_ADD (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 318 FSW_STATS_ADD(FSW_STATS_DROP, _len); \ 339 FSW_STATS_ADD(FSW_STATS_DROP, 1); \ 351 FSW_STATS_ADD(FSW_STATS_DROP, 1); \ 1661 FSW_STATS_ADD(FSW_STATS_RX_DST_RING_FULL, KPKTQ_LEN(pktq)); in fsw_ring_enqueue_tail_drop() 1848 FSW_STATS_ADD(FSW_STATS_RX_FLOW_NONVIABLE, n_pkts); in dp_flow_rx_process() 1887 FSW_STATS_ADD(FSW_STATS_DROP_NOMEM_PKT, n_pkts); in dp_flow_rx_process() 1907 FSW_STATS_ADD(FSW_STATS_DROP_NOMEM_PKT, n_pkts); in dp_flow_rx_process() 2617 FSW_STATS_ADD(FSW_STATS_RX_PACKETS, total_pkts); in fsw_devna_rx() 3332 FSW_STATS_ADD(FSW_STATS_TX_FLOW_NONVIABLE, in dp_flow_tx_process() 3590 FSW_STATS_ADD(FSW_STATS_DST_NXPORT_INACTIVE, n_pkts); in dp_tx_pktq() [all …]
|
| H A D | fsw_var.h | 245 #define FSW_STATS_ADD(x, n) STATS_ADD(&fsw->fsw_stats, x, n) macro
|