Lines Matching full:usecs
585 { "stats-block-usecs", SYSL_S32, stats_block_coalesce_usecs, "not-supported" }, \
588 { "rx-usecs", SYSL_S32, rx_coalesce_usecs, "supported" }, \
590 { "rx-usecs-irq", SYSL_S32, rx_coalesce_usecs_irq, "not-supported" }, \
592 { "tx-usecs", SYSL_S32, tx_coalesce_usecs, "not-supported" }, \
594 { "tx-usecs-irq", SYSL_S32, tx_coalesce_usecs_irq, "not-supported" }, \
596 { "rx-usecs-low", SYSL_S32, rx_coalesce_usecs_low, "not-supported" }, \
598 { "tx-usecs-low", SYSL_S32, tx_coalesce_usecs_low, "not-supported" }, \
600 { "rx-usecs-high", SYSL_S32, rx_coalesce_usecs_high, "not-supported" }, \
602 { "tx-usecs-high", SYSL_S32, tx_coalesce_usecs_high, "not-supported" }, \
634 sbuf_printf(sb, "stats-block-usecs: %u\n" in sysctl_coalesce_handler()
639 "rx-usecs: %u\n" in sysctl_coalesce_handler()
641 "rx-usecs-irq: %u\n" in sysctl_coalesce_handler()
644 "tx-usecs: %u\n" in sysctl_coalesce_handler()
646 "tx-usecs-irq: %u\n" in sysctl_coalesce_handler()
649 "rx-usecs-low: %u\n" in sysctl_coalesce_handler()
651 "tx-usecs-low: %u\n" in sysctl_coalesce_handler()
654 "rx-usecs-high: %u\n" in sysctl_coalesce_handler()
656 "tx-usecs-high: %u\n" in sysctl_coalesce_handler()
703 axgbe_printf(2, "rx-usec is limited to %d usecs\n", in sysctl_coalesce_handler()