| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_ether.c | 84 u8 host_mac[ETH_ALEN]; member 783 if (get_ether_addr(host_addr, dev->host_mac)) in gether_setup_name() 788 memcpy(ethaddr, dev->host_mac, ETH_ALEN); in gether_setup_name() 809 INFO(dev, "HOST MAC %pM\n", dev->host_mac); in gether_setup_name() 851 eth_random_addr(dev->host_mac); in gether_setup_name_default() 885 INFO(dev, "HOST MAC %pM\n", dev->host_mac); in gether_register_netdev() 947 memcpy(dev->host_mac, new_addr, ETH_ALEN); in gether_set_host_addr() 958 ret = get_ether_addr_str(dev->host_mac, host_addr, len); in gether_get_host_addr() 976 snprintf(host_addr, len, "%pm", dev->host_mac); in gether_get_host_addr_cdc() 982 void gether_get_host_addr_u8(struct net_device *net, u8 host_mac[ETH_ALEN]) in gether_get_host_addr_u8() [all …]
|
| H A D | u_ether.h | 216 void gether_get_host_addr_u8(struct net_device *net, u8 host_mac[ETH_ALEN]);
|
| H A D | rndis.c | 412 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp() 422 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp() 786 params->host_mac = addr; in rndis_set_host_mac()
|
| H A D | rndis.h | 168 const u8 *host_mac; member
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | ether.c | 134 u8 host_mac[ETH_ALEN]; member 2234 get_ether_addr(host_addr, dev->host_mac); in eth_bind() 2237 dev->host_mac[0], dev->host_mac[1], in eth_bind() 2238 dev->host_mac[2], dev->host_mac[3], in eth_bind() 2239 dev->host_mac[4], dev->host_mac[5]); in eth_bind() 2301 dev->host_mac[0], dev->host_mac[1], in eth_bind() 2302 dev->host_mac[2], dev->host_mac[3], in eth_bind() 2303 dev->host_mac[4], dev->host_mac[5]); in eth_bind() 2320 rndis_set_host_mac(dev->rndis_config, dev->host_mac); in eth_bind()
|
| H A D | rndis.c | 521 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp() 531 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp() 1018 rndis_per_dev_params[configNr].host_mac = addr; in rndis_set_host_mac()
|
| H A D | rndis.h | 223 const u8 *host_mac; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fcoe/ |
| H A D | fcoe_ctlr.c | 1976 u64 host_mac; in fcoe_wwn_from_mac() local 1979 host_mac = ((u64) mac[0] << 40) | in fcoe_wwn_from_mac() 1986 WARN_ON(host_mac >= (1ULL << 48)); in fcoe_wwn_from_mac() 1987 wwn = host_mac | ((u64) scheme << 60); in fcoe_wwn_from_mac()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.c | 1242 u8 host_mac[ETH_ALEN]; in hclgevf_get_host_mac_addr() local 1246 status = hclgevf_send_mbx_msg(hdev, &send_msg, true, host_mac, in hclgevf_get_host_mac_addr() 1254 ether_addr_copy(p, host_mac); in hclgevf_get_host_mac_addr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 6187 uint8 host_mac[ETHER_ADDR_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 7863 uint8 host_mac[ETHER_ADDR_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 7863 uint8 host_mac[ETHER_ADDR_LEN];
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 7874 uint8 host_mac[ETHER_ADDR_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 10211 uint8 host_mac[ETHER_ADDR_LEN];
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 10229 uint8 host_mac[ETHER_ADDR_LEN];
|