Searched refs:stats_node (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/dev/oce/ |
| H A D | oce_sysctl.c | 62 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 D | sfxge.h | 281 struct sysctl_oid *stats_node; member
|
| H A D | sfxge_ev.c | 562 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 D | sfxge_port.c | 192 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 D | sfxge.c | 707 sc->stats_node = SYSCTL_ADD_NODE( in sfxge_create() 711 if (sc->stats_node == NULL) { in sfxge_create()
|
| H A D | sfxge_rx.c | 1353 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_rx_stat_init()
|
| H A D | sfxge_tx.c | 1965 stat_list = SYSCTL_CHILDREN(sc->stats_node); in sfxge_tx_stat_init()
|
| /freebsd-12.1/sys/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 2709 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 D | ctl.c | 525 static const ctl_named_node_t stats_node[] = { variable
|