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

/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DDriver.h50 } _PACKED cdc_notification; typedef in typeref:struct:cdc_notification_s
H A DECMDevice.cpp555 if (status == B_OK && actualLength >= sizeof(cdc_notification)) {
557 cdc_notification *notification
558 = (cdc_notification *)device->fNotifyBuffer;
570 || actualLength < sizeof(cdc_notification)

Completed in 31 milliseconds