Home
last modified time | relevance | path

Searched refs:fwlog_list (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_fw_logging.c344 struct sysctl_oid_list *parent_list, *fwlog_list, *module_list; in ice_add_fw_logging_tunables() local
360 fwlog_list = SYSCTL_CHILDREN(fwlog_node); in ice_add_fw_logging_tunables()
363 SYSCTL_ADD_PROC(ctx, fwlog_list, OID_AUTO, "log_resolution", in ice_add_fw_logging_tunables()
369 SYSCTL_ADD_PROC(ctx, fwlog_list, OID_AUTO, "arq_en", in ice_add_fw_logging_tunables()
374 SYSCTL_ADD_PROC(ctx, fwlog_list, OID_AUTO, "uart_en", in ice_add_fw_logging_tunables()
379 SYSCTL_ADD_PROC(ctx, fwlog_list, OID_AUTO, "on_load", in ice_add_fw_logging_tunables()
384 SYSCTL_ADD_PROC(ctx, fwlog_list, OID_AUTO, "register", in ice_add_fw_logging_tunables()
389 module_node = SYSCTL_ADD_NODE(ctx, fwlog_list, OID_AUTO, "severity", in ice_add_fw_logging_tunables()