Symbol: SYSL_S32
sys/dev/axgbe/xgbe-sysctl.c
1066
{ "rx", SYSL_S32, rx_count, "supported" },
sys/dev/axgbe/xgbe-sysctl.c
1067
{ "tx", SYSL_S32, tx_count, "supported" },
sys/dev/axgbe/xgbe-sysctl.c
1068
{ "other", SYSL_S32, other_count, "supported" },
sys/dev/axgbe/xgbe-sysctl.c
1069
{ "combined", SYSL_S32, combined_count, "supported" },
sys/dev/axgbe/xgbe-sysctl.c
455
case SYSL_S32:
sys/dev/axgbe/xgbe-sysctl.c
584
{ "sample-interval", SYSL_S32, rate_sample_interval, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
585
{ "stats-block-usecs", SYSL_S32, stats_block_coalesce_usecs, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
586
{ "pkt-rate-low", SYSL_S32, pkt_rate_low, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
587
{ "pkt-rate-high", SYSL_S32, pkt_rate_high, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
588
{ "rx-usecs", SYSL_S32, rx_coalesce_usecs, "supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
589
{ "rx-frames", SYSL_S32, rx_max_coalesced_frames, "supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
590
{ "rx-usecs-irq", SYSL_S32, rx_coalesce_usecs_irq, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
591
{ "rx-frames-irq", SYSL_S32, rx_max_coalesced_frames_irq, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
592
{ "tx-usecs", SYSL_S32, tx_coalesce_usecs, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
593
{ "tx-frames", SYSL_S32, tx_max_coalesced_frames, "supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
594
{ "tx-usecs-irq", SYSL_S32, tx_coalesce_usecs_irq, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
595
{ "tx-frames-irq", SYSL_S32, tx_max_coalesced_frames_irq, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
596
{ "rx-usecs-low", SYSL_S32, rx_coalesce_usecs_low, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
597
{ "rx-frames-low", SYSL_S32, rx_max_coalesced_frames_low, "not-supported"}, \
sys/dev/axgbe/xgbe-sysctl.c
598
{ "tx-usecs-low", SYSL_S32, tx_coalesce_usecs_low, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
599
{ "tx-frames-low", SYSL_S32, tx_max_coalesced_frames_low, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
600
{ "rx-usecs-high", SYSL_S32, rx_coalesce_usecs_high, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
601
{ "rx-frames-high", SYSL_S32, rx_max_coalesced_frames_high, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
602
{ "tx-usecs-high", SYSL_S32, tx_coalesce_usecs_high, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
603
{ "tx-frames-high", SYSL_S32, tx_max_coalesced_frames_high, "not-supported" }, \
sys/dev/axgbe/xgbe-sysctl.c
963
{ "rx", SYSL_S32, rx_pending, "supported" },
sys/dev/axgbe/xgbe-sysctl.c
964
{ "rx-mini", SYSL_S32, rx_mini_pending, "supported" },
sys/dev/axgbe/xgbe-sysctl.c
965
{ "rx-jumbo", SYSL_S32, rx_jumbo_pending, "supported" },
sys/dev/axgbe/xgbe-sysctl.c
966
{ "tx", SYSL_S32, tx_pending, "supported" },