SYSL_S32
{ "rx", SYSL_S32, rx_count, "supported" },
{ "tx", SYSL_S32, tx_count, "supported" },
{ "other", SYSL_S32, other_count, "supported" },
{ "combined", SYSL_S32, combined_count, "supported" },
case SYSL_S32:
{ "sample-interval", SYSL_S32, rate_sample_interval, "not-supported" }, \
{ "stats-block-usecs", SYSL_S32, stats_block_coalesce_usecs, "not-supported" }, \
{ "pkt-rate-low", SYSL_S32, pkt_rate_low, "not-supported" }, \
{ "pkt-rate-high", SYSL_S32, pkt_rate_high, "not-supported" }, \
{ "rx-usecs", SYSL_S32, rx_coalesce_usecs, "supported" }, \
{ "rx-frames", SYSL_S32, rx_max_coalesced_frames, "supported" }, \
{ "rx-usecs-irq", SYSL_S32, rx_coalesce_usecs_irq, "not-supported" }, \
{ "rx-frames-irq", SYSL_S32, rx_max_coalesced_frames_irq, "not-supported" }, \
{ "tx-usecs", SYSL_S32, tx_coalesce_usecs, "not-supported" }, \
{ "tx-frames", SYSL_S32, tx_max_coalesced_frames, "supported" }, \
{ "tx-usecs-irq", SYSL_S32, tx_coalesce_usecs_irq, "not-supported" }, \
{ "tx-frames-irq", SYSL_S32, tx_max_coalesced_frames_irq, "not-supported" }, \
{ "rx-usecs-low", SYSL_S32, rx_coalesce_usecs_low, "not-supported" }, \
{ "rx-frames-low", SYSL_S32, rx_max_coalesced_frames_low, "not-supported"}, \
{ "tx-usecs-low", SYSL_S32, tx_coalesce_usecs_low, "not-supported" }, \
{ "tx-frames-low", SYSL_S32, tx_max_coalesced_frames_low, "not-supported" }, \
{ "rx-usecs-high", SYSL_S32, rx_coalesce_usecs_high, "not-supported" }, \
{ "rx-frames-high", SYSL_S32, rx_max_coalesced_frames_high, "not-supported" }, \
{ "tx-usecs-high", SYSL_S32, tx_coalesce_usecs_high, "not-supported" }, \
{ "tx-frames-high", SYSL_S32, tx_max_coalesced_frames_high, "not-supported" }, \
{ "rx", SYSL_S32, rx_pending, "supported" },
{ "rx-mini", SYSL_S32, rx_mini_pending, "supported" },
{ "rx-jumbo", SYSL_S32, rx_jumbo_pending, "supported" },
{ "tx", SYSL_S32, tx_pending, "supported" },