Lines Matching refs:child

1953 		device_printf(dev, "failed to add child for PORT_A\n");
1976 device_printf(dev, "failed to add child for PORT_B\n");
2123 mskc_get_dma_tag(device_t bus, device_t child __unused)
4508 struct sysctl_oid_list *child, *schild;
4512 child = SYSCTL_CHILDREN(device_get_sysctl_tree(sc_if->msk_if_dev));
4514 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
4519 child = SYSCTL_CHILDREN(tree);
4521 child, rx_ucast_frames, "Good unicast frames");
4523 child, rx_bcast_frames, "Good broadcast frames");
4525 child, rx_pause_frames, "Pause frames");
4527 child, rx_mcast_frames, "Multicast frames");
4529 child, rx_crc_errs, "CRC errors");
4531 child, rx_good_octets, "Good octets");
4533 child, rx_bad_octets, "Bad octets");
4535 child, rx_pkts_64, "64 bytes frames");
4537 child, rx_pkts_65_127, "65 to 127 bytes frames");
4539 child, rx_pkts_128_255, "128 to 255 bytes frames");
4541 child, rx_pkts_256_511, "256 to 511 bytes frames");
4543 child, rx_pkts_512_1023, "512 to 1023 bytes frames");
4545 child, rx_pkts_1024_1518, "1024 to 1518 bytes frames");
4547 child, rx_pkts_1519_max, "1519 to max frames");
4549 child, rx_pkts_too_long, "frames too long");
4551 child, rx_pkts_jabbers, "Jabber errors");
4553 child, rx_fifo_oflows, "FIFO overflows");
4557 child = SYSCTL_CHILDREN(tree);
4559 child, tx_ucast_frames, "Unicast frames");
4561 child, tx_bcast_frames, "Broadcast frames");
4563 child, tx_pause_frames, "Pause frames");
4565 child, tx_mcast_frames, "Multicast frames");
4567 child, tx_octets, "Octets");
4569 child, tx_pkts_64, "64 bytes frames");
4571 child, tx_pkts_65_127, "65 to 127 bytes frames");
4573 child, tx_pkts_128_255, "128 to 255 bytes frames");
4575 child, tx_pkts_256_511, "256 to 511 bytes frames");
4577 child, tx_pkts_512_1023, "512 to 1023 bytes frames");
4579 child, tx_pkts_1024_1518, "1024 to 1518 bytes frames");
4581 child, tx_pkts_1519_max, "1519 to max frames");
4583 child, tx_colls, "Collisions");
4585 child, tx_late_colls, "Late collisions");
4587 child, tx_excess_colls, "Excessive collisions");
4589 child, tx_multi_colls, "Multiple collisions");
4591 child, tx_single_colls, "Single collisions");
4593 child, tx_underflows, "FIFO underflows");