#include <nic.h>
Data Fields | |
| int(* | connect )(struct nic *) |
| int(* | poll )(struct nic *, int retrieve) |
| void(* | transmit )(struct nic *, const char *, unsigned int, unsigned int, const char *) |
| void(* | irq )(struct nic *, irq_action_t) |
Definition at line 52 of file nic.h.
| int( * nic_operations::connect)(struct nic *) |
| int( * nic_operations::poll)(struct nic *, int retrieve) |
Referenced by legacy_poll().
| void( * nic_operations::transmit)(struct nic *, const char *, unsigned int, unsigned int, const char *) |
Referenced by legacy_transmit().
| void( * nic_operations::irq)(struct nic *, irq_action_t) |
Referenced by legacy_irq().
1.5.7.1