Lines Matching refs:child

785 	struct sysctl_oid_list *child, *parent;
792 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->ale_dev));
794 SYSCTL_ADD_PROC(ctx, child, OID_AUTO, "int_rx_mod",
797 SYSCTL_ADD_PROC(ctx, child, OID_AUTO, "int_tx_mod",
825 SYSCTL_ADD_PROC(ctx, child, OID_AUTO, "process_limit",
845 ALE_SYSCTL_STAT_ADD32(ctx, child, "reset_brk_seq",
849 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
856 child = SYSCTL_CHILDREN(tree);
857 ALE_SYSCTL_STAT_ADD32(ctx, child, "good_frames",
859 ALE_SYSCTL_STAT_ADD32(ctx, child, "good_bcast_frames",
861 ALE_SYSCTL_STAT_ADD32(ctx, child, "good_mcast_frames",
863 ALE_SYSCTL_STAT_ADD32(ctx, child, "pause_frames",
865 ALE_SYSCTL_STAT_ADD32(ctx, child, "control_frames",
867 ALE_SYSCTL_STAT_ADD32(ctx, child, "crc_errs",
869 ALE_SYSCTL_STAT_ADD32(ctx, child, "len_errs",
871 ALE_SYSCTL_STAT_ADD64(ctx, child, "good_octets",
873 ALE_SYSCTL_STAT_ADD64(ctx, child, "good_bcast_octets",
875 ALE_SYSCTL_STAT_ADD64(ctx, child, "good_mcast_octets",
877 ALE_SYSCTL_STAT_ADD32(ctx, child, "runts",
879 ALE_SYSCTL_STAT_ADD32(ctx, child, "fragments",
881 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_64",
883 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_65_127",
885 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_128_255",
887 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_256_511",
889 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_512_1023",
891 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_1024_1518",
893 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_1519_max",
895 ALE_SYSCTL_STAT_ADD32(ctx, child, "trunc_errs",
897 ALE_SYSCTL_STAT_ADD32(ctx, child, "fifo_oflows",
899 ALE_SYSCTL_STAT_ADD32(ctx, child, "rrs_errs",
901 ALE_SYSCTL_STAT_ADD32(ctx, child, "align_errs",
903 ALE_SYSCTL_STAT_ADD32(ctx, child, "filtered",
910 child = SYSCTL_CHILDREN(tree);
911 ALE_SYSCTL_STAT_ADD32(ctx, child, "good_frames",
913 ALE_SYSCTL_STAT_ADD32(ctx, child, "good_bcast_frames",
915 ALE_SYSCTL_STAT_ADD32(ctx, child, "good_mcast_frames",
917 ALE_SYSCTL_STAT_ADD32(ctx, child, "pause_frames",
919 ALE_SYSCTL_STAT_ADD32(ctx, child, "control_frames",
921 ALE_SYSCTL_STAT_ADD32(ctx, child, "excess_defers",
923 ALE_SYSCTL_STAT_ADD32(ctx, child, "defers",
925 ALE_SYSCTL_STAT_ADD64(ctx, child, "good_octets",
927 ALE_SYSCTL_STAT_ADD64(ctx, child, "good_bcast_octets",
929 ALE_SYSCTL_STAT_ADD64(ctx, child, "good_mcast_octets",
931 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_64",
933 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_65_127",
935 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_128_255",
937 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_256_511",
939 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_512_1023",
941 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_1024_1518",
943 ALE_SYSCTL_STAT_ADD32(ctx, child, "frames_1519_max",
945 ALE_SYSCTL_STAT_ADD32(ctx, child, "single_colls",
947 ALE_SYSCTL_STAT_ADD32(ctx, child, "multi_colls",
949 ALE_SYSCTL_STAT_ADD32(ctx, child, "late_colls",
951 ALE_SYSCTL_STAT_ADD32(ctx, child, "excess_colls",
953 ALE_SYSCTL_STAT_ADD32(ctx, child, "underruns",
955 ALE_SYSCTL_STAT_ADD32(ctx, child, "desc_underruns",
957 ALE_SYSCTL_STAT_ADD32(ctx, child, "len_errs",
959 ALE_SYSCTL_STAT_ADD32(ctx, child, "trunc_errs",