Searched refs:macbuf (Results 1 – 1 of 1) sorted by relevance
776 u8 *macbuf; in catc_probe() local786 macbuf = kmalloc(ETH_ALEN, GFP_KERNEL); in catc_probe()787 if (!macbuf) in catc_probe()897 catc_get_mac(catc, macbuf); in catc_probe()898 eth_hw_addr_set(netdev, macbuf); in catc_probe()927 catc_get_mac(catc, macbuf); in catc_probe()928 eth_hw_addr_set(netdev, macbuf); in catc_probe()946 kfree(macbuf); in catc_probe()958 kfree(macbuf); in catc_probe()