Searched refs:get_mac (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/media/pci/bt8xx/ |
| H A D | dst.c | 883 u8 get_mac[] = { 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_get_mac() local 884 get_mac[7] = dst_check_sum(get_mac, 7); in dst_get_mac() 885 if (dst_command(state, get_mac, 8) < 0) { in dst_get_mac()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | wlcore.h | 70 int (*get_mac)(struct wl1271 *wl); member
|
| H A D | main.c | 6112 if (wl->ops->get_mac) in wl12xx_get_hw_info() 6113 ret = wl->ops->get_mac(wl); in wl12xx_get_hw_info()
|
| /linux/drivers/net/wireless/ti/wl12xx/ |
| H A D | main.c | 1705 .get_mac = wl12xx_get_mac,
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_lif.c | 1690 u8 get_mac[ETH_ALEN]; in ionic_program_mac() local 1697 err = ionic_get_attr_mac(lif, get_mac); in ionic_program_mac() 1705 if (!ether_addr_equal(get_mac, mac)) in ionic_program_mac()
|
| /linux/drivers/md/ |
| H A D | dm-integrity.c | 4364 static int get_mac(struct crypto_shash **shash, struct crypto_ahash **ahash, in get_mac() function 4866 r = get_mac(&ic->internal_shash, &ic->internal_ahash, &ic->internal_hash_alg, &ti->error, in dm_integrity_ctr() 4885 r = get_mac(&ic->journal_mac, NULL, &ic->journal_mac_alg, &ti->error, in dm_integrity_ctr()
|