Searched refs:get_mac (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/pci/bt8xx/
H A Ddst.c883 u8 get_mac[] = { 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; local
884 get_mac[7] = dst_check_sum(get_mac, 7);
885 if (dst_command(state, get_mac, 8) < 0) {
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h70 int (*get_mac)(struct wl1271 *wl); member in struct:wlcore_ops
H A Dmain.c6054 if (wl->ops->get_mac)
6055 ret = wl->ops->get_mac(wl);
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1705 .get_mac = wl12xx_get_mac,
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1641 u8 get_mac[ETH_ALEN]; local
1648 err = ionic_get_attr_mac(lif, get_mac);
1656 if (!ether_addr_equal(get_mac, mac))
/linux-master/drivers/md/
H A Ddm-integrity.c3801 static int get_mac(struct crypto_shash **hash, struct alg_spec *a, char **error, function
4280 r = get_mac(&ic->internal_hash, &ic->internal_hash_alg, &ti->error,
4285 r = get_mac(&ic->journal_mac, &ic->journal_mac_alg, &ti->error,
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1726 .get_mac = wl18xx_get_mac,

Completed in 274 milliseconds