Lines Matching refs:etherdevice
103 struct etherdevice { struct
113 ((d)->type == ETHER_DEVICE ? (struct etherdevice *)d : NULL) argument
118 return sizeof(struct etherdevice); in ether_DeviceSize()
124 struct etherdevice *dev = device2ether(p->handler); in ether_Write()
140 struct etherdevice *dev = device2ether(p->handler); in ether_RemoveFromSet()
162 struct etherdevice *dev = device2ether(p->handler); in ether_Free()
173 struct etherdevice *dev = device2ether(p->handler); in ether_OpenInfo()
188 struct etherdevice *dev = device2ether(p->handler); in ether_Slot()
198 struct etherdevice *dev; in ether_device2iov()
217 ether_MessageIn(struct etherdevice *dev) in ether_MessageIn()
316 struct etherdevice *dev = device2ether(p->handler); in ether_AwaitCarrier()
352 struct etherdevice *dev = (struct etherdevice *)iov[(*niov)++].iov_base; in ether_iov2device()
381 struct etherdevice *dev = device2ether(p->handler); in ether_UpdateSet()
400 struct etherdevice *dev = device2ether(p->handler); in ether_IsSet()
414 struct etherdevice *dev = device2ether(p->handler); in ether_DescriptorRead()
430 ether_Abandon(struct etherdevice *dev, struct physical *p) in ether_Abandon()
445 struct etherdevice *dev; in ether_Create()