Searched refs:macbuf (Results 1 – 1 of 1) sorted by relevance
773 u8 *macbuf; in catc_probe() local776 macbuf = kmalloc(ETH_ALEN, GFP_KERNEL); in catc_probe()777 if (!macbuf) in catc_probe()879 catc_get_mac(catc, macbuf); in catc_probe()880 eth_hw_addr_set(netdev, macbuf); in catc_probe()909 catc_get_mac(catc, macbuf); in catc_probe()910 eth_hw_addr_set(netdev, macbuf); in catc_probe()928 kfree(macbuf); in catc_probe()940 kfree(macbuf); in catc_probe()