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

/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp477 int notifyEndpoint = -1; local
485 notifyEndpoint = ep;
509 if (notifyEndpoint == -1 || readEndpoint == -1 || writeEndpoint == -1) {
511 "notify:%d; read:%d; write:%d\n", notifyEndpoint, readEndpoint,
518 fNotifyEndpoint = interface->endpoint[notifyEndpoint].handle;
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp559 int notifyEndpoint = -1; local
568 notifyEndpoint = ep;
595 if (notifyEndpoint == -1 || readEndpoint == -1 || writeEndpoint == -1) {
597 "read:%d; write:%d\n", notifyEndpoint, readEndpoint, writeEndpoint);
603 fNotifyEndpoint = interface->endpoint[notifyEndpoint].handle;

Completed in 83 milliseconds