Searched refs:epd (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp482 usb_endpoint_descriptor *epd = interface->endpoint[ep].descr; local
483 if ((epd->attributes & USB_ENDPOINT_ATTR_MASK)
489 if ((epd->attributes & USB_ENDPOINT_ATTR_MASK)
492 epd->attributes);
496 if ((epd->endpoint_address & USB_ENDPOINT_ADDR_DIR_MASK)
502 if ((epd->endpoint_address & USB_ENDPOINT_ADDR_DIR_MASK)
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp564 usb_endpoint_descriptor *epd = interface->endpoint[ep].descr; local
565 if ((epd->attributes & USB_ENDPOINT_ATTR_MASK)
572 if ((epd->attributes & USB_ENDPOINT_ATTR_MASK)
576 epd->attributes);
580 if ((epd->endpoint_address & USB_ENDPOINT_ADDR_DIR_MASK)
587 if ((epd->endpoint_address & USB_ENDPOINT_ADDR_DIR_MASK)

Completed in 12 milliseconds