Searched refs:udd (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/usb/template/
H A Dusb_template.c546 utd->udd.bLength = sizeof(utd->udd);
547 utd->udd.bDescriptorType = UDESC_DEVICE;
548 utd->udd.bDeviceClass = tdd->bDeviceClass;
549 utd->udd.bDeviceSubClass = tdd->bDeviceSubClass;
550 utd->udd.bDeviceProtocol = tdd->bDeviceProtocol;
551 USETW(utd->udd.idVendor, tdd->idVendor);
552 USETW(utd->udd.idProduct, tdd->idProduct);
553 USETW(utd->udd.bcdDevice, tdd->bcdDevice);
554 utd->udd
[all...]
H A Dusb_template.h101 struct usb_device_descriptor udd; /* device descriptor */ member in struct:usb_temp_data
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_ctrl.c101 memcpy(data + OCTEON_CMD_SIZE, nctrl->udd, uddsize);
H A Dlio_ctrl.h64 uint64_t udd[LIO_MAX_NCTRL_UDD]; member in struct:lio_ctrl_pkt
/freebsd-current/sys/dev/liquidio/
H A Dlio_ioctl.c444 nctrl.udd[0] = 0;
446 memcpy((uint8_t *)&nctrl.udd[0] + 2, p, ETHER_HDR_LEN);
529 /* copy all the addresses into the udd */
530 mc_count = if_foreach_llmaddr(ifp, lio_copy_maddr, &nctrl.udd[0]);
H A Dlio_core.c93 mac = ((uint8_t *)&nctrl->udd[0]) + 2;
/freebsd-current/sys/dev/usb/
H A Dusb_device.c2458 struct usb_device_descriptor *udd = &udev->ddesc; local
2462 bcdUSB = UGETW(udd->bcdUSB);
2463 bcdDevice = UGETW(udd->bcdDevice);
2465 if (udd->bDeviceClass != 0xFF) {
2470 udd->bDeviceClass, udd->bDeviceSubClass,
2506 struct usb_device_descriptor *udd = &udev->ddesc; local
2522 vendor_id = UGETW(udd->idVendor);
2523 product_id = UGETW(udd->idProduct);

Completed in 160 milliseconds