Searched refs:host_mac (Results 1 – 3 of 3) sorted by relevance
| /u-boot/drivers/usb/gadget/ |
| A D | ether.c | 130 u8 host_mac[ETH_ALEN]; member 2238 get_ether_addr(host_addr, dev->host_mac); in eth_bind() 2241 dev->host_mac[0], dev->host_mac[1], in eth_bind() 2242 dev->host_mac[2], dev->host_mac[3], in eth_bind() 2243 dev->host_mac[4], dev->host_mac[5]); in eth_bind() 2305 dev->host_mac[0], dev->host_mac[1], in eth_bind() 2306 dev->host_mac[2], dev->host_mac[3], in eth_bind() 2307 dev->host_mac[4], dev->host_mac[5]); in eth_bind() 2324 rndis_set_host_mac(dev->rndis_config, dev->host_mac); in eth_bind()
|
| A D | rndis.h | 222 const u8 *host_mac; member
|
| A D | rndis.c | 515 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp() 525 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp() 1012 rndis_per_dev_params[configNr].host_mac = addr; in rndis_set_host_mac()
|
Completed in 13 milliseconds