Searched refs:host_mac (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-misc/usb-ctrl/ |
| H A D | usb-ctrl | 42 local host_mac="$5" 44 usb_insert "${name}" "${type}" "${bmc_mac}" "${host_mac}" 153 local host_mac="$4" 208 if [[ -n "${host_mac}" ]]; then 209 echo "${host_mac}" > "${gadget_function}/host_addr"
|
| /openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network/ |
| H A D | usb-network.sh | 43 host_mac="$(set_local_administered_bit $host_mac_path)" 45 echo "$host_mac" > $host_mac_path
|
| /openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/ |
| H A D | usb_network_test.sh | 70 local host_mac="ab:cd:ef:10:11:12" 75 --host-mac "${host_mac}" \ 93 check_file_content "${FAKE_GADGETFS}/${gadget_dir}/functions/eem.usb0/host_addr" "${host_mac}"
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A 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()
|
| H A D | rndis.h | 222 const u8 *host_mac; member
|
| H A 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()
|
| /openbmc/qemu/include/hw/hyperv/ |
| H A D | hyperv-proto.h | 163 uint8_t host_mac[6]; member
|
| /openbmc/qemu/hw/hyperv/ |
| H A D | hyperv.c | 776 memset(&reset_dbg_session->host_mac, 0, in hyperv_hcall_reset_dbg_session() 777 sizeof(reset_dbg_session->host_mac)); in hyperv_hcall_reset_dbg_session()
|