Lines Matching defs:child

2501 	struct sysctl_oid_list *child, *parent;
2507 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->vge_dev));
2509 SYSCTL_ADD_INT(ctx, child, OID_AUTO, "int_holdoff",
2511 SYSCTL_ADD_INT(ctx, child, OID_AUTO, "rx_coal_pkt",
2513 SYSCTL_ADD_INT(ctx, child, OID_AUTO, "tx_coal_pkt",
2527 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
2534 child = SYSCTL_CHILDREN(tree);
2535 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames",
2537 VGE_SYSCTL_STAT_ADD32(ctx, child, "good_frames",
2539 VGE_SYSCTL_STAT_ADD32(ctx, child, "fifo_oflows",
2541 VGE_SYSCTL_STAT_ADD32(ctx, child, "runts",
2543 VGE_SYSCTL_STAT_ADD32(ctx, child, "runts_errs",
2545 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_64",
2547 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_65_127",
2549 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_128_255",
2551 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_256_511",
2553 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_512_1023",
2555 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_1024_1518",
2557 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_1519_max",
2559 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_1519_max_errs",
2561 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_jumbo",
2563 VGE_SYSCTL_STAT_ADD32(ctx, child, "crcerrs",
2565 VGE_SYSCTL_STAT_ADD32(ctx, child, "pause_frames",
2567 VGE_SYSCTL_STAT_ADD32(ctx, child, "align_errs",
2569 VGE_SYSCTL_STAT_ADD32(ctx, child, "nobufs",
2571 VGE_SYSCTL_STAT_ADD32(ctx, child, "sym_errs",
2573 VGE_SYSCTL_STAT_ADD32(ctx, child, "len_errs",
2579 child = SYSCTL_CHILDREN(tree);
2580 VGE_SYSCTL_STAT_ADD32(ctx, child, "good_frames",
2582 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_64",
2584 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_65_127",
2586 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_128_255",
2588 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_256_511",
2590 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_512_1023",
2592 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_1024_1518",
2594 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_jumbo",
2596 VGE_SYSCTL_STAT_ADD32(ctx, child, "colls",
2598 VGE_SYSCTL_STAT_ADD32(ctx, child, "late_colls",
2600 VGE_SYSCTL_STAT_ADD32(ctx, child, "pause_frames",
2603 VGE_SYSCTL_STAT_ADD32(ctx, child, "sqeerrs",