get_mac          3742 drivers/md/dm-integrity.c 	r = get_mac(&ic->internal_hash, &ic->internal_hash_alg, &ti->error,
get_mac          3747 drivers/md/dm-integrity.c 	r = get_mac(&ic->journal_mac, &ic->journal_mac_alg, &ti->error,
get_mac           883 drivers/media/pci/bt8xx/dst.c 	u8 get_mac[] = { 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
get_mac           884 drivers/media/pci/bt8xx/dst.c 	get_mac[7] = dst_check_sum(get_mac, 7);
get_mac           885 drivers/media/pci/bt8xx/dst.c 	if (dst_command(state, get_mac, 8) < 0) {
get_mac          1701 drivers/net/wireless/ti/wl12xx/main.c 	.get_mac		= wl12xx_get_mac,
get_mac          1729 drivers/net/wireless/ti/wl18xx/main.c 	.get_mac	= wl18xx_get_mac,
get_mac          6118 drivers/net/wireless/ti/wlcore/main.c 	if (wl->ops->get_mac)
get_mac          6119 drivers/net/wireless/ti/wlcore/main.c 		ret = wl->ops->get_mac(wl);
get_mac            70 drivers/net/wireless/ti/wlcore/wlcore.h 	int (*get_mac)(struct wl1271 *wl);