KVE
[cnmac_stat_rx_toto_gmx]= KVE("rx total gmx", KSTAT_KV_U_BYTES),
[cnmac_stat_rx_totp_gmx]= KVE("rx total gmx", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_toto_pip]= KVE("rx total pip", KSTAT_KV_U_BYTES),
[cnmac_stat_rx_totp_pip]= KVE("rx total pip", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_h64] = KVE("rx 64B", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_h127] = KVE("rx 65-127B", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_h255] = KVE("rx 128-255B", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_h511] = KVE("rx 256-511B", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_h1023] = KVE("rx 512-1023B", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_h1518] = KVE("rx 1024-1518B", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_hmax] = KVE("rx 1519-maxB", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_bcast] = KVE("rx bcast", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_mcast] = KVE("rx mcast", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_qdpo] = KVE("rx qos drop", KSTAT_KV_U_BYTES),
[cnmac_stat_rx_qdpp] = KVE("rx qos drop", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_fcs] = KVE("rx fcs err", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_frag] = KVE("rx fcs undersize",KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_undersz] = KVE("rx undersize", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_jabber] = KVE("rx jabber", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_oversz] = KVE("rx oversize", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_raw] = KVE("rx raw", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_bad] = KVE("rx bad", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_drop] = KVE("rx drop", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_ctl] = KVE("rx control", KSTAT_KV_U_PACKETS),
[cnmac_stat_rx_dmac] = KVE("rx dmac", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_toto] = KVE("tx total", KSTAT_KV_U_BYTES),
[cnmac_stat_tx_totp] = KVE("tx total", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_hmin] = KVE("tx min-63B", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_h64] = KVE("tx 64B", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_h127] = KVE("tx 65-127B", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_h255] = KVE("tx 128-255B", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_h511] = KVE("tx 256-511B", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_h1023] = KVE("tx 512-1023B", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_h1518] = KVE("tx 1024-1518B", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_hmax] = KVE("tx 1519-maxB", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_bcast] = KVE("tx bcast", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_mcast] = KVE("tx mcast", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_coll] = KVE("tx coll", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_defer] = KVE("tx defer", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_scol] = KVE("tx scoll", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_mcol] = KVE("tx mcoll", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_ctl] = KVE("tx control", KSTAT_KV_U_PACKETS),
[cnmac_stat_tx_uflow] = KVE("tx underflow", KSTAT_KV_U_PACKETS),