Searched refs:get_mac (Results 1 – 5 of 5) sorted by relevance
/drivers/media/pci/bt8xx/ |
D | dst.c | 914 u8 get_mac[] = { 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_get_mac() local 915 get_mac[7] = dst_check_sum(get_mac, 7); in dst_get_mac() 916 if (dst_command(state, get_mac, 8) < 0) { in dst_get_mac()
|
/drivers/net/wireless/ti/wlcore/ |
D | wlcore.h | 81 int (*get_mac)(struct wl1271 *wl); member
|
D | main.c | 6014 if (wl->ops->get_mac) in wl12xx_get_hw_info() 6015 ret = wl->ops->get_mac(wl); in wl12xx_get_hw_info()
|
/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1717 .get_mac = wl12xx_get_mac,
|
/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 1722 .get_mac = wl18xx_get_mac,
|