Searched refs:FSW_STATS_ADD (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 316 FSW_STATS_ADD(FSW_STATS_DROP, _len); \ 337 FSW_STATS_ADD(FSW_STATS_DROP, 1); \ 1620 FSW_STATS_ADD(FSW_STATS_RX_DST_RING_FULL, KPKTQ_LEN(pktq)); in fsw_ring_enqueue_tail_drop() 1806 FSW_STATS_ADD(FSW_STATS_RX_FLOW_NONVIABLE, n_pkts); in dp_flow_rx_process() 1844 FSW_STATS_ADD(FSW_STATS_DROP_NOMEM_PKT, n_pkts); in dp_flow_rx_process() 1864 FSW_STATS_ADD(FSW_STATS_DROP_NOMEM_PKT, n_pkts); in dp_flow_rx_process() 2530 FSW_STATS_ADD(FSW_STATS_RX_PACKETS, total_pkts); in fsw_devna_rx() 3247 FSW_STATS_ADD(FSW_STATS_TX_FLOW_NONVIABLE, in dp_flow_tx_process() 3503 FSW_STATS_ADD(FSW_STATS_DST_NXPORT_INACTIVE, n_pkts); in dp_tx_pktq() 3531 FSW_STATS_ADD(FSW_STATS_DROP_NOMEM_PKT, n_pkts); in dp_tx_pktq() [all …]
|
| H A D | fsw_var.h | 243 #define FSW_STATS_ADD(x, n) STATS_ADD(&fsw->fsw_stats, x, n) macro
|