Home
last modified time | relevance | path

Searched refs:host_mac (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Dether.c137 u8 host_mac[ETH_ALEN]; member
2237 get_ether_addr(host_addr, dev->host_mac); in eth_bind()
2240 dev->host_mac[0], dev->host_mac[1], in eth_bind()
2241 dev->host_mac[2], dev->host_mac[3], in eth_bind()
2242 dev->host_mac[4], dev->host_mac[5]); in eth_bind()
2304 dev->host_mac[0], dev->host_mac[1], in eth_bind()
2305 dev->host_mac[2], dev->host_mac[3], in eth_bind()
2306 dev->host_mac[4], dev->host_mac[5]); in eth_bind()
2323 rndis_set_host_mac(dev->rndis_config, dev->host_mac); in eth_bind()
Drndis.c520 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp()
530 memcpy(outbuf, params->host_mac, length); in gen_ndis_query_resp()
1017 rndis_per_dev_params[configNr].host_mac = addr; in rndis_set_host_mac()
Drndis.h222 const u8 *host_mac; member