Searched refs:stat_node (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/dev/sfxge/
H A Dsfxge_tx.c1664 struct sysctl_oid *stat_node; local
1667 stat_node = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(txq_node), OID_AUTO,
1670 if (stat_node == NULL)
1675 ctx, SYSCTL_CHILDREN(stat_node), OID_AUTO,
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dif_ixv.c2066 struct sysctl_oid *stat_node, *queue_node; local
2080 stat_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "mac",
2083 stat_list = SYSCTL_CHILDREN(stat_node);
H A Dif_ix.c4430 struct sysctl_oid *stat_node, *queue_node; local
4529 stat_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "mac_stats",
4531 stat_list = SYSCTL_CHILDREN(stat_node);
/freebsd-11.0-release/sys/dev/e1000/
H A Dif_lem.c4526 struct sysctl_oid *stat_node; local
4596 stat_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "mac_stats",
4598 stat_list = SYSCTL_CHILDREN(stat_node);
H A Dif_em.c5656 struct sysctl_oid *stat_node, *queue_node, *int_node; local
5742 stat_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "mac_stats",
5744 stat_list = SYSCTL_CHILDREN(stat_node);
H A Dif_igb.c5871 struct sysctl_oid *stat_node, *queue_node, *int_node, *host_node; local
5975 stat_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "mac_stats",
5977 stat_list = SYSCTL_CHILDREN(stat_node);
/freebsd-11.0-release/sys/dev/ixl/
H A Dixl_pf_main.c2752 struct sysctl_oid *stat_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "mac", local
2754 struct sysctl_oid_list *stat_list = SYSCTL_CHILDREN(stat_node);

Completed in 219 milliseconds