Home
last modified time | relevance | path

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