Searched refs:mac_str (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/xtensa/platforms/iss/ |
H A D | network.c | 227 char *dev_name = NULL, *mac_str = NULL, *rem = NULL; tuntap_probe() local 237 rem = split_if_spec(init + 1, &mac_str, &dev_name); tuntap_probe() 257 setup_etheraddr(dev, mac_str); tuntap_probe()
|
/linux-4.4.14/drivers/usb/atm/ |
H A D | speedtch.c | 665 unsigned char mac_str[13]; speedtch_atm_start() local 671 if (usb_string(usb_dev, usb_dev->descriptor.iSerialNumber, mac_str, sizeof(mac_str)) == 12) { speedtch_atm_start() 673 atm_dev->esi[i] = (hex_to_bin(mac_str[i * 2]) << 4) + speedtch_atm_start() 674 hex_to_bin(mac_str[i * 2 + 1]); speedtch_atm_start()
|
H A D | ueagle-atm.c | 2459 unsigned char mac_str[2 * ETH_ALEN + 1]; uea_getesi() local 2462 (sc->usb_dev, sc->usb_dev->descriptor.iSerialNumber, mac_str, uea_getesi() 2463 sizeof(mac_str)) != 2 * ETH_ALEN) uea_getesi() 2467 esi[i] = hex_to_bin(mac_str[2 * i]) * 16 + uea_getesi() 2468 hex_to_bin(mac_str[2 * i + 1]); uea_getesi()
|
Completed in 193 milliseconds