Lines Matching refs:configuration
247 struct kaweth_ethernet_configuration configuration; member
311 (void *)&kaweth->configuration, in kaweth_read_configuration()
312 sizeof(kaweth->configuration), in kaweth_read_configuration()
1108 dev_info(dev, "Statistics collection: %x\n", kaweth->configuration.statistics_mask); in kaweth_probe()
1109 …dev_info(dev, "Multicast filter limit: %x\n", kaweth->configuration.max_multicast_filters & ((1 <<… in kaweth_probe()
1110 dev_info(dev, "MTU: %d\n", le16_to_cpu(kaweth->configuration.segment_size)); in kaweth_probe()
1111 dev_info(dev, "Read MAC address %pM\n", kaweth->configuration.hw_addr); in kaweth_probe()
1113 if(!memcmp(&kaweth->configuration.hw_addr, in kaweth_probe()
1166 memcpy(netdev->dev_addr, &kaweth->configuration.hw_addr, in kaweth_probe()
1167 sizeof(kaweth->configuration.hw_addr)); in kaweth_probe()
1171 netdev->mtu = le16_to_cpu(kaweth->configuration.segment_size); in kaweth_probe()