nic_operations Struct Reference

#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)


Detailed Description

Definition at line 52 of file nic.h.


Field Documentation

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().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:07 2010 for gPXE by  doxygen 1.5.7.1