Lines Matching refs:etherdevice
101 struct etherdevice { struct
111 ((d)->type == ETHER_DEVICE ? (struct etherdevice *)d : NULL) argument
116 return sizeof(struct etherdevice); in ether_DeviceSize()
122 struct etherdevice *dev = device2ether(p->handler); in ether_Write()
138 struct etherdevice *dev = device2ether(p->handler); in ether_RemoveFromSet()
160 struct etherdevice *dev = device2ether(p->handler); in ether_Free()
171 struct etherdevice *dev = device2ether(p->handler); in ether_OpenInfo()
186 struct etherdevice *dev = device2ether(p->handler); in ether_Slot()
196 struct etherdevice *dev; in ether_device2iov()
215 ether_MessageIn(struct etherdevice *dev) in ether_MessageIn()
314 struct etherdevice *dev = device2ether(p->handler); in ether_AwaitCarrier()
350 struct etherdevice *dev = (struct etherdevice *)iov[(*niov)++].iov_base; in ether_iov2device()
379 struct etherdevice *dev = device2ether(p->handler); in ether_UpdateSet()
398 struct etherdevice *dev = device2ether(p->handler); in ether_IsSet()
412 struct etherdevice *dev = device2ether(p->handler); in ether_DescriptorRead()
428 ether_Abandon(struct etherdevice *dev, struct physical *p) in ether_Abandon()
443 struct etherdevice *dev; in ether_Create()