Searched refs:FSW_STATS_ADD (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 113 #define FSW_STATS_ADD(x, n) STATS_ADD(&fsw->fsw_stats, x, n) macro 297 FSW_STATS_ADD(FSW_STATS_DROP, _len); \ 1204 FSW_STATS_ADD(FSW_STATS_RX_DST_RING_FULL, KPKTQ_LEN(pktq)); in fsw_ring_enqueue_tail_drop() 1392 FSW_STATS_ADD(FSW_STATS_RX_FLOW_NONVIABLE, n_pkts); in dp_flow_rx_process() 1426 FSW_STATS_ADD(FSW_STATS_DROP_NOMEM_PKT, n_pkts); in dp_flow_rx_process() 1444 FSW_STATS_ADD(FSW_STATS_DROP_NOMEM_PKT, n_pkts); in dp_flow_rx_process() 1829 FSW_STATS_ADD(FSW_STATS_RX_PACKETS, total_pkts); in fsw_devna_rx() 2556 FSW_STATS_ADD(FSW_STATS_TX_FLOW_NONVIABLE, in dp_flow_tx_process() 2760 FSW_STATS_ADD(FSW_STATS_DST_NXPORT_INACTIVE, n_pkts); in dp_tx_pktq() 2785 FSW_STATS_ADD(FSW_STATS_DROP_NOMEM_PKT, n_pkts); in dp_tx_pktq() [all …]
|