Lines Matching defs:mac
368 static void eth_configure(int n, void *init, char *mac,
401 uml_net_setup_etheraddr(dev, mac);
436 .mac = { 0xfe, 0xfd, 0x0, 0x0, 0x0, 0x0},
448 memcpy(lp->mac, dev->dev_addr, sizeof(lp->mac));
577 char *mac = NULL;
588 &mac, GFP_KERNEL);
592 eth_configure(eth->index, init, mac, new, GFP_KERNEL);
604 char *mac = NULL;
611 &mac, GFP_ATOMIC))
614 eth_configure(index, init, mac, transport, GFP_ATOMIC);