Searched refs:SYSL_S32 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-sysctl.c | 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" }, \ [all …]
|