Lines Matching defs:child

6461 	struct sysctl_oid_list *child, *schild;
6467 schild = child = SYSCTL_CHILDREN(tree);
6468 BGE_SYSCTL_STAT_ADD64(ctx, child, "FramesDroppedDueToFilters",
6470 BGE_SYSCTL_STAT_ADD64(ctx, child, "DmaWriteQueueFull",
6472 BGE_SYSCTL_STAT_ADD64(ctx, child, "DmaWriteHighPriQueueFull",
6475 BGE_SYSCTL_STAT_ADD64(ctx, child, "NoMoreRxBDs",
6477 BGE_SYSCTL_STAT_ADD64(ctx, child, "InputDiscards",
6479 BGE_SYSCTL_STAT_ADD64(ctx, child, "InputErrors",
6481 BGE_SYSCTL_STAT_ADD64(ctx, child, "RecvThresholdHit",
6486 child = SYSCTL_CHILDREN(tree);
6487 BGE_SYSCTL_STAT_ADD64(ctx, child, "ifHCInOctets",
6489 BGE_SYSCTL_STAT_ADD64(ctx, child, "Fragments",
6491 BGE_SYSCTL_STAT_ADD64(ctx, child, "UnicastPkts",
6493 BGE_SYSCTL_STAT_ADD64(ctx, child, "MulticastPkts",
6495 BGE_SYSCTL_STAT_ADD64(ctx, child, "BroadcastPkts",
6497 BGE_SYSCTL_STAT_ADD64(ctx, child, "FCSErrors",
6499 BGE_SYSCTL_STAT_ADD64(ctx, child, "AlignmentErrors",
6501 BGE_SYSCTL_STAT_ADD64(ctx, child, "xonPauseFramesReceived",
6503 BGE_SYSCTL_STAT_ADD64(ctx, child, "xoffPauseFramesReceived",
6505 BGE_SYSCTL_STAT_ADD64(ctx, child, "ControlFramesReceived",
6507 BGE_SYSCTL_STAT_ADD64(ctx, child, "xoffStateEntered",
6509 BGE_SYSCTL_STAT_ADD64(ctx, child, "FramesTooLong",
6511 BGE_SYSCTL_STAT_ADD64(ctx, child, "Jabbers",
6513 BGE_SYSCTL_STAT_ADD64(ctx, child, "UndersizePkts",
6518 child = SYSCTL_CHILDREN(tree);
6519 BGE_SYSCTL_STAT_ADD64(ctx, child, "ifHCOutOctets",
6521 BGE_SYSCTL_STAT_ADD64(ctx, child, "Collisions",
6523 BGE_SYSCTL_STAT_ADD64(ctx, child, "XonSent",
6525 BGE_SYSCTL_STAT_ADD64(ctx, child, "XoffSent",
6527 BGE_SYSCTL_STAT_ADD64(ctx, child, "InternalMacTransmitErrors",
6530 BGE_SYSCTL_STAT_ADD64(ctx, child, "SingleCollisionFrames",
6532 BGE_SYSCTL_STAT_ADD64(ctx, child, "MultipleCollisionFrames",
6535 BGE_SYSCTL_STAT_ADD64(ctx, child, "DeferredTransmissions",
6537 BGE_SYSCTL_STAT_ADD64(ctx, child, "ExcessiveCollisions",
6539 BGE_SYSCTL_STAT_ADD64(ctx, child, "LateCollisions",
6541 BGE_SYSCTL_STAT_ADD64(ctx, child, "UnicastPkts",
6543 BGE_SYSCTL_STAT_ADD64(ctx, child, "MulticastPkts",
6545 BGE_SYSCTL_STAT_ADD64(ctx, child, "BroadcastPkts",