Searched refs:iMACAddress (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/include/uapi/linux/usb/ |
D | cdc.h | 140 __u8 iMACAddress; member
|
/linux-6.1.9/drivers/usb/gadget/function/ |
D | f_subset.c | 327 ether_desc.iMACAddress = us[1].id; in geth_bind()
|
D | f_ecm.c | 723 ecm_desc.iMACAddress = us[1].id; in ecm_bind()
|
D | f_ncm.c | 1459 ecm_desc.iMACAddress = us[STRING_MAC_IDX].id; in ncm_bind()
|
/linux-6.1.9/drivers/net/usb/ |
D | usbnet.c | 163 int usbnet_get_ethernet_addr(struct usbnet *dev, int iMACAddress) in usbnet_get_ethernet_addr() argument 169 ret = usb_string(dev->udev, iMACAddress, buf, sizeof buf); in usbnet_get_ethernet_addr() 174 "bad MAC string %d fetch, %d\n", iMACAddress, tmp); in usbnet_get_ethernet_addr()
|
D | cdc_ether.c | 454 status = usbnet_get_ethernet_addr(dev, info->ether->iMACAddress); in usbnet_cdc_bind()
|
D | qmi_wwan.c | 788 usbnet_get_ethernet_addr(dev, cdc_ether->iMACAddress); in qmi_wwan_bind()
|
D | cdc_ncm.c | 940 temp = usbnet_get_ethernet_addr(dev, ctx->ether_desc->iMACAddress); in cdc_ncm_bind_common()
|