Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/oce/
H A Doce_sysctl.c62 struct sysctl_oid *stats_node);
65 struct sysctl_oid *stats_node);
85 struct sysctl_oid *stats_node; in oce_add_sysctls() local
158 oce_add_stats_sysctls_be3(sc, ctx, stats_node); in oce_add_sysctls()
160 oce_add_stats_sysctls_xe201(sc, ctx, stats_node); in oce_add_sysctls()
695 struct sysctl_oid *stats_node) in oce_add_stats_sysctls_be3() argument
708 SYSCTL_CHILDREN(stats_node), OID_AUTO,"rx", in oce_add_stats_sysctls_be3()
837 SYSCTL_CHILDREN(stats_node), OID_AUTO, in oce_add_stats_sysctls_be3()
910 struct sysctl_oid *stats_node) in oce_add_stats_sysctls_xe201() argument
923 SYSCTL_CHILDREN(stats_node), OID_AUTO, "rx", in oce_add_stats_sysctls_xe201()
[all …]
/freebsd-13.1/sys/dev/sfxge/
H A Dsfxge.h275 struct sysctl_oid *stats_node; member
H A Dsfxge_ev.c560 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_ev_stat_init()
1008 device_get_sysctl_ctx(sc->dev), SYSCTL_CHILDREN(sc->stats_node), in sfxge_ev_init()
H A Dsfxge_port.c192 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_mac_stat_init()
644 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_phy_stat_init()
H A Dsfxge.c704 sc->stats_node = SYSCTL_ADD_NODE(device_get_sysctl_ctx(dev), in sfxge_create()
707 if (sc->stats_node == NULL) { in sfxge_create()
H A Dsfxge_rx.c1355 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_rx_stat_init()
H A Dsfxge_tx.c1958 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_tx_stat_init()
/freebsd-13.1/sys/arm/ti/cpsw/
H A Dif_cpsw.c2737 struct sysctl_oid *stats_node, *queue_node, *node; in cpsw_add_sysctls() local
2776 stats_node = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, "stats", in cpsw_add_sysctls()
2778 stats_parent = SYSCTL_CHILDREN(stats_node); in cpsw_add_sysctls()
/freebsd-13.1/contrib/jemalloc/src/
H A Dctl.c581 static const ctl_named_node_t stats_node[] = { variable