Home
last modified time | relevance | path

Searched refs:get_mac (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst.c895 u8 get_mac[] = { 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_get_mac() local
896 get_mac[7] = dst_check_sum(get_mac, 7); in dst_get_mac()
897 if (dst_command(state, get_mac, 8) < 0) { in dst_get_mac()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore.h84 int (*get_mac)(struct wl1271 *wl); member
Dmain.c6125 if (wl->ops->get_mac) in wl12xx_get_hw_info()
6126 ret = wl->ops->get_mac(wl); in wl12xx_get_hw_info()
/Linux-v4.19/drivers/md/
Ddm-integrity.c2790 static int get_mac(struct crypto_shash **hash, struct alg_spec *a, char **error, in get_mac() function
3235 r = get_mac(&ic->internal_hash, &ic->internal_hash_alg, &ti->error, in dm_integrity_ctr()
3240 r = get_mac(&ic->journal_mac, &ic->journal_mac_alg, &ti->error, in dm_integrity_ctr()
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dmain.c1715 .get_mac = wl12xx_get_mac,
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dmain.c1743 .get_mac = wl18xx_get_mac,