Searched defs:net_device (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dnetdevice.h19 struct net_device;
78 int ( * rx ) ( struct io_buffer *iobuf, struct net_device *netdev,
126 int ( * push ) ( struct net_device *netdev, struct io_buffer *iobuf,
140 int ( * pull ) ( struct net_device *netdev, struct io_buffer *iobuf,
203 int ( * open ) ( struct net_device *netdev );
211 void ( * close ) ( struct net_device *netdev );
231 int ( * transmit ) ( struct net_device *netdev,
244 void ( * poll ) ( struct net_device *netdev );
253 void ( * irq ) ( struct net_device *netdev, int enable );
287 struct net_device { struct
[all...]

Completed in 214 milliseconds