Searched refs:host_mac (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | ether.c | 129 u8 host_mac[ETH_ALEN]; member 2229 get_ether_addr(host_addr, dev->host_mac); in eth_bind() 2232 dev->host_mac[0], dev->host_mac[1], in eth_bind() 2233 dev->host_mac[2], dev->host_mac[3], in eth_bind() 2234 dev->host_mac[4], dev->host_mac[5]); in eth_bind() 2296 dev->host_mac[0], dev->host_mac[1], in eth_bind() 2297 dev->host_mac[2], dev->host_mac[3], in eth_bind() 2298 dev->host_mac[4], dev->host_mac[5]); in eth_bind() 2315 rndis_set_host_mac(dev->rndis_config, dev->host_mac); in eth_bind()
|
D | rndis.h | 222 const u8 *host_mac; member
|
D | rndis.c | 514 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp() 524 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp() 1011 rndis_per_dev_params[configNr].host_mac = addr; in rndis_set_host_mac()
|