Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/oce/
H A Doce_sysctl.c62 struct sysctl_oid *stats_node);
65 struct sysctl_oid *stats_node);
86 struct sysctl_oid *stats_node; in oce_add_sysctls() local
159 oce_add_stats_sysctls_be3(sc, ctx, stats_node); in oce_add_sysctls()
161 oce_add_stats_sysctls_xe201(sc, ctx, stats_node); in oce_add_sysctls()
710 struct sysctl_oid *stats_node) in oce_add_stats_sysctls_be3() argument
723 SYSCTL_CHILDREN(stats_node), in oce_add_stats_sysctls_be3()
856 SYSCTL_CHILDREN(stats_node), OID_AUTO, in oce_add_stats_sysctls_be3()
932 struct sysctl_oid *stats_node) in oce_add_stats_sysctls_xe201() argument
945 SYSCTL_CHILDREN(stats_node), in oce_add_stats_sysctls_xe201()
[all …]
/freebsd-12.1/sys/dev/sfxge/
H A Dsfxge.h281 struct sysctl_oid *stats_node; member
H A Dsfxge_ev.c562 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_ev_stat_init()
1013 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()
643 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_phy_stat_init()
H A Dsfxge.c707 sc->stats_node = SYSCTL_ADD_NODE( in sfxge_create()
711 if (sc->stats_node == NULL) { in sfxge_create()
H A Dsfxge_rx.c1353 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_rx_stat_init()
H A Dsfxge_tx.c1965 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_tx_stat_init()
/freebsd-12.1/sys/arm/ti/cpsw/
H A Dif_cpsw.c2709 struct sysctl_oid *stats_node, *queue_node, *node; in cpsw_add_sysctls() local
2745 stats_node = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, "stats", in cpsw_add_sysctls()
2747 stats_parent = SYSCTL_CHILDREN(stats_node); in cpsw_add_sysctls()
/freebsd-12.1/contrib/jemalloc/src/
H A Dctl.c525 static const ctl_named_node_t stats_node[] = { variable