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