Searched refs:iMACAddress (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/include/linux/usb/ |
H A D | cdc.h | 126 __u8 iMACAddress; member
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | cdc.h | 140 __u8 iMACAddress; member
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_subset.c | 327 ether_desc.iMACAddress = us[1].id; in geth_bind()
|
H A D | f_ecm.c | 708 ecm_desc.iMACAddress = us[1].id; in ecm_bind()
|
H A D | f_ncm.c | 1459 ecm_desc.iMACAddress = us[STRING_MAC_IDX].id; in ncm_bind()
|
/openbmc/u-boot/include/ |
H A D | usbdescriptors.h | 404 u8 iMACAddress; member
|
/openbmc/linux/drivers/net/usb/ |
H A D | usbnet.c | 160 int usbnet_get_ethernet_addr(struct usbnet *dev, int iMACAddress) in usbnet_get_ethernet_addr() argument 166 ret = usb_string(dev->udev, iMACAddress, buf, sizeof buf); in usbnet_get_ethernet_addr() 171 "bad MAC string %d fetch, %d\n", iMACAddress, tmp); in usbnet_get_ethernet_addr()
|
H A D | cdc_ether.c | 454 status = usbnet_get_ethernet_addr(dev, info->ether->iMACAddress); in usbnet_cdc_bind()
|
H A D | qmi_wwan.c | 790 usbnet_get_ethernet_addr(dev, cdc_ether->iMACAddress); in qmi_wwan_bind()
|
H A D | cdc_ncm.c | 944 temp = usbnet_get_ethernet_addr(dev, ctx->ether_desc->iMACAddress); in cdc_ncm_bind_common()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ether.c | 522 .iMACAddress = STRING_ETHADDR,
|