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

/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp117 fNotifyData(NULL)
137 fNotifyData = new DM9601NotifyData();
138 if (fNotifyData == NULL) {
164 delete fNotifyData;
183 result = gUSBModule->queue_interrupt(fNotifyEndpoint, fNotifyData,
866 gUSBModule->queue_interrupt(device->fNotifyEndpoint, device->fNotifyData,
881 bool linkIsUp = fNotifyData->LINKST != 0;
882 fTXBufferFull = fNotifyData->TXFULL != 0;
883 bool rxOverflow = fNotifyData->RXOV != 0;
891 fNotifyData
[all...]
H A DDavicomDevice.h182 DM9601NotifyData* fNotifyData; member in class:DavicomDevice

Completed in 84 milliseconds