get_mac
r = get_mac(&ic->internal_shash, &ic->internal_ahash, &ic->internal_hash_alg, &ti->error,
r = get_mac(&ic->journal_mac, NULL, &ic->journal_mac_alg, &ti->error,
u8 get_mac[] = { 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
get_mac[7] = dst_check_sum(get_mac, 7);
if (dst_command(state, get_mac, 8) < 0) {
u8 get_mac[ETH_ALEN];
err = ionic_get_attr_mac(lif, get_mac);
if (!ether_addr_equal(get_mac, mac))
.get_mac = wl12xx_get_mac,
.get_mac = wl18xx_get_mac,
if (wl->ops->get_mac)
ret = wl->ops->get_mac(wl);
int (*get_mac)(struct wl1271 *wl);