|
iPXE
|
#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) |
| int( * nic_operations::poll) (struct nic *, int retrieve) |
Definition at line 70 of file nic.h.
Referenced by eth_poll(), and legacy_poll().
| void( * nic_operations::transmit) (struct nic *, const char *, unsigned int, unsigned int, const char *) |
Definition at line 71 of file nic.h.
Referenced by eth_transmit(), and legacy_transmit().
| void( * nic_operations::irq) (struct nic *, irq_action_t) |
Definition at line 73 of file nic.h.
Referenced by corkscrew_found_device(), corkscrew_probe1(), and legacy_irq().
1.8.15