Symbol: KSTAT_KV_U_NONE
sys/dev/fdt/if_mvneta.c
1896
{ "rx fragments", KSTAT_KV_U_NONE, 0x3064 },
sys/dev/ic/ufshci.c
2018
KSTAT_KV_U_NONE),
sys/dev/ic/ufshci.c
2020
KSTAT_KV_U_NONE),
sys/dev/ic/ufshci.c
2022
KSTAT_KV_U_NONE),
sys/dev/ic/ufshci.c
2057
KSTAT_KV_U_NONE);
sys/dev/kstat.c
678
kv->kv_unit = KSTAT_KV_U_NONE;
sys/dev/pci/if_bge.c
4900
[bge_stat_collisions] = { "collisions", KSTAT_KV_U_NONE, 0 },
sys/dev/pci/if_bge.c
4901
[bge_stat_xon_sent] = { "xon sent", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4903
[bge_stat_xoff_sent] = { "xoff sent", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4905
[bge_stat_xmit_errors] = { "xmit errors", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4911
[bge_stat_deferred_xmit] = { "deferred xmit", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4913
[bge_stat_excess_coll] = { "excess coll", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4915
[bge_stat_late_coll] = { "late coll", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4922
[bge_stat_fragments] = { "fragments", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4930
[bge_stat_fcs_errors] = { "FCS errors", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4932
[bge_stat_align_errors] = { "align errors", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4934
[bge_stat_xon_rcvd] = { "xon rcvd", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4936
[bge_stat_xoff_rcvd] = { "xoff rcvd", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4938
[bge_stat_ctrl_frame_rcvd] = { "ctrlframes rcvd", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4940
[bge_stat_xoff_entered] = { "xoff entered", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4942
[bge_stat_too_long_frames] = { "too long frames", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4944
[bge_stat_jabbers] = { "jabbers", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4946
[bge_stat_too_short_pkts] = { "too short pkts", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4950
[bge_stat_dma_rq_full] = { "DMA RQ full", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4952
[bge_stat_dma_hprq_full] = { "DMA HPRQ full", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4954
[bge_stat_sdc_queue_full] = { "SDC queue full", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4956
[bge_stat_nic_sendprod_set] = { "sendprod set", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4958
[bge_stat_status_updated] = { "stats updated", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4960
[bge_stat_irqs] = { "irqs", KSTAT_KV_U_NONE, BGE_LOCSTATS_IRQS },
sys/dev/pci/if_bge.c
4961
[bge_stat_avoided_irqs] = { "avoided irqs", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4963
[bge_stat_tx_thresh_hit] = { "tx thresh hit", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4967
[bge_stat_filtdrop] = { "filtdrop", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4969
[bge_stat_dma_wrq_full] = { "DMA WRQ full", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4971
[bge_stat_dma_hpwrq_full] = { "DMA HPWRQ full", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4973
[bge_stat_out_of_bds] = { "out of BDs", KSTAT_KV_U_NONE,
sys/dev/pci/if_bge.c
4975
[bge_stat_if_in_drops] = { "if in drops", KSTAT_KV_U_NONE, 0 },
sys/dev/pci/if_bge.c
4976
[bge_stat_if_in_errors] = { "if in errors", KSTAT_KV_U_NONE, 0 },
sys/dev/pci/if_bge.c
4977
[bge_stat_rx_thresh_hit] = { "rx thresh hit", KSTAT_KV_U_NONE,
sys/dev/pci/if_em.c
3700
{ "tx coll", KSTAT_KV_U_NONE, E1000_COLC },
sys/dev/pci/if_em.c
3702
{ "tx defers", KSTAT_KV_U_NONE, E1000_DC },
sys/dev/pci/if_em.c
3706
{ "seq errs", KSTAT_KV_U_NONE, E1000_SEC },
sys/dev/pci/if_igc.c
2583
{ "crc errs", KSTAT_KV_U_NONE, IGC_CRCERRS },
sys/dev/pci/if_igc.c
2585
{ "alignment errs", KSTAT_KV_U_NONE, IGC_ALGNERRC },
sys/dev/pci/if_igc.c
2587
{ "rx errs", KSTAT_KV_U_NONE, IGC_RXERRC },
sys/dev/pci/if_igc.c
2589
{ "missed pkts", KSTAT_KV_U_NONE, IGC_MPC },
sys/dev/pci/if_igc.c
2591
{ "single colls", KSTAT_KV_U_NONE, IGC_SCC },
sys/dev/pci/if_igc.c
2593
{ "excessive colls", KSTAT_KV_U_NONE, IGC_ECOL },
sys/dev/pci/if_igc.c
2595
{ "multiple colls", KSTAT_KV_U_NONE, IGC_MCC },
sys/dev/pci/if_igc.c
2597
{ "late colls", KSTAT_KV_U_NONE, IGC_LATECOL },
sys/dev/pci/if_igc.c
2599
{ "collisions", KSTAT_KV_U_NONE, IGC_COLC },
sys/dev/pci/if_igc.c
2601
{ "recv errs", KSTAT_KV_U_NONE, IGC_RERC },
sys/dev/pci/if_igc.c
2603
{ "defers", KSTAT_KV_U_NONE, IGC_DC },
sys/dev/pci/if_igc.c
2605
{ "tx no crs", KSTAT_KV_U_NONE, IGC_TNCRS},
sys/dev/pci/if_igc.c
2607
{ "host tx discards", KSTAT_KV_U_NONE, IGC_HTDPMC },
sys/dev/pci/if_igc.c
2609
{ "recv len errs", KSTAT_KV_U_NONE, IGC_RLEC },
sys/dev/pci/if_igc.c
2611
{ "xon rx", KSTAT_KV_U_NONE, IGC_XONRXC },
sys/dev/pci/if_igc.c
2613
{ "xon tx", KSTAT_KV_U_NONE, IGC_XONTXC },
sys/dev/pci/if_igc.c
2615
{ "xoff rx", KSTAT_KV_U_NONE, IGC_XOFFRXC },
sys/dev/pci/if_igc.c
2617
{ "xoff tx", KSTAT_KV_U_NONE, IGC_XOFFTXC },
sys/dev/pci/if_igc.c
2619
{ "fc rx unsupp", KSTAT_KV_U_NONE, IGC_FCRUC },
sys/dev/pci/if_igc.c
2645
{ "rx no bufs", KSTAT_KV_U_NONE, IGC_RNBC },
sys/dev/pci/if_igc.c
2647
{ "rx undersize", KSTAT_KV_U_NONE, IGC_RUC },
sys/dev/pci/if_igc.c
2649
{ "rx frags", KSTAT_KV_U_NONE, IGC_RFC },
sys/dev/pci/if_igc.c
2651
{ "rx oversize", KSTAT_KV_U_NONE, IGC_ROC },
sys/dev/pci/if_igc.c
2653
{ "rx jabbers", KSTAT_KV_U_NONE, IGC_RJC },
sys/dev/pci/if_igc.c
2685
{ "tx tso ctx", KSTAT_KV_U_NONE, IGC_TSCTC },
sys/dev/pci/if_igc.c
2688
{ "interrupts", KSTAT_KV_U_NONE, IGC_IAC },
sys/dev/pci/if_igc.c
2692
{ "eee tx lpi", KSTAT_KV_U_NONE, IGC_TLPIC },
sys/dev/pci/if_igc.c
2694
{ "eee rx lpi", KSTAT_KV_U_NONE, IGC_RLPIC },
sys/dev/pci/if_igc.c
2698
{ "rxd min thresh", KSTAT_KV_U_NONE, IGC_RXDMTC },
sys/dev/pci/if_igc.c
2704
{ "len errs", KSTAT_KV_U_NONE, IGC_LENERRS },
sys/dev/pci/if_ixl.c
5216
CTASSERT(KSTAT_KV_U_NONE <= 0xffU);
sys/dev/pci/if_ixl.c
5231
{ "mac local errs", 0x00300020, 32, KSTAT_KV_U_NONE },
sys/dev/pci/if_ixl.c
5233
{ "mac remote errs", 0x00300040, 32, KSTAT_KV_U_NONE },
sys/dev/pci/if_mcx.c
8481
{ "Collisions", KSTAT_KV_U_NONE, },
sys/dev/pci/if_mcx.c
8500
{ "SQE Test Errs", KSTAT_KV_U_NONE, },
sys/dev/pci/if_mcx.c
8502
{ "Late Colls", KSTAT_KV_U_NONE, },
sys/dev/pci/if_mcx.c
8503
{ "Exess Colls", KSTAT_KV_U_NONE, },
sys/dev/pci/if_mcx.c
8505
{ "CSM Sense Errs", KSTAT_KV_U_NONE, },
sys/dev/pci/if_mcx.c
8508
{ "Symbol Errs", KSTAT_KV_U_NONE, },
sys/dev/pci/if_msk.c
236
#define NONE KSTAT_KV_U_NONE
sys/sys/kstat.h
203
KSTAT_KV_UNIT_INITIALIZER((_key), (_type), KSTAT_KV_U_NONE)
usr.bin/kstat/kstat.c
492
case KSTAT_KV_U_NONE: