Searched refs:SYSL_BOOL (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-sysctl.c | 90 SYSL_BOOL, enumerator 444 case SYSL_BOOL: { in parse_generic_sysctl() 582 { "adaptive-rx", SYSL_BOOL, use_adaptive_rx_coalesce, "not-supported" }, \ 583 { "adaptive-tx", SYSL_BOOL, use_adaptive_tx_coalesce, "not-supported" }, \ 742 { "autoneg", SYSL_BOOL, autoneg, "supported" }, in sysctl_pauseparam_handler() 743 { "rx", SYSL_BOOL, rx_pause, "supported" }, in sysctl_pauseparam_handler() 744 { "tx", SYSL_BOOL, tx_pause, "supported" }, in sysctl_pauseparam_handler() 839 { "autoneg", SYSL_BOOL, autoneg, "supported" }, in sysctl_link_ksettings_handler()
|