Searched refs:host_mac (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/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.h | 223 const u8 *host_mac; member
|
| 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()
|