iPXE
|
#include <nic.h>
Data Fields | |
struct nic_operations * | nic_op |
int | flags |
unsigned char * | node_addr |
unsigned char * | packet |
unsigned int | packetlen |
unsigned int | ioaddr |
unsigned char | irqno |
unsigned int | mbps |
duplex_t | duplex |
void * | priv_data |
struct nic_operations* nic::nic_op |
Definition at line 50 of file nic.h.
Referenced by amd8111e_probe(), bnx2_probe(), cs89x0_probe(), davicom_probe(), dmfe_probe(), eepro_probe(), epic100_probe(), eth_poll(), eth_probe(), eth_transmit(), legacy_irq(), legacy_poll(), legacy_transmit(), ne_probe(), prism2_probe(), sis900_probe(), smc9000_probe(), sundance_probe(), t515_probe(), t595_probe(), t5x9_probe(), tlan_probe(), tulip_probe(), and w89c840_probe().
int nic::flags |
Definition at line 51 of file nic.h.
Referenced by atl_open(), atl_probe(), eth_probe(), ibft_fill_nic(), and ns8390_reset().
unsigned char* nic::node_addr |
Definition at line 52 of file nic.h.
Referenced by amd8111e_get_mac_address(), amd8111e_start(), amd8111e_transmit(), bnx2_probe(), bnx2_transmit(), corkscrew_probe1(), cs89x0_probe(), cs89x0_reset(), cs89x0_transmit(), davicom_init_chain(), davicom_probe(), davicom_transmit(), dm9132_id_table(), dmfe_probe(), dmfe_transmit(), eepro_probe(), eepro_reset(), eepro_transmit(), epic100_probe(), epic100_transmit(), eth_probe(), legacy_probe(), ne_probe(), ne_reset(), ne_transmit(), ns8390_reset(), ns8390_transmit(), parse_eeprom(), prism2_probe(), prism2_transmit(), send_filter_frame(), send_test_pkt(), sis630e_get_mac_addr(), sis635_get_mac_addr(), sis900_get_mac_addr(), sis900_init_rxfilter(), sis900_transmit(), sis96x_get_mac_addr(), smc9000_probe(), smc9000_transmit(), sundance_probe(), sundance_reset(), sundance_transmit(), t509_enable(), t509_transmit(), t515_reset(), t515_transmit(), t595_probe(), t595_reset(), t595_transmit(), t5x9_probe(), TLan_FinishReset(), tlan_probe(), tlan_transmit(), tulip_probe(), tulip_reset(), tulip_transmit(), w89c840_probe(), w89c840_reset(), and w89c840_transmit().
unsigned char* nic::packet |
Definition at line 53 of file nic.h.
Referenced by amd8111e_poll(), bnx2_poll(), cs89x0_poll(), davicom_poll(), dmfe_poll(), eepro_poll(), epic100_poll(), eth_transmit(), legacy_poll(), ne_poll(), ns8390_poll(), prism2_poll(), sis900_poll(), smc9000_poll(), sundance_poll(), t509_poll(), t515_poll(), t595_poll(), tlan_poll(), tulip_poll(), and w89c840_poll().
unsigned int nic::packetlen |
Definition at line 54 of file nic.h.
Referenced by amd8111e_poll(), bnx2_poll(), cs89x0_poll(), davicom_poll(), dmfe_poll(), eepro_poll(), epic100_poll(), legacy_poll(), ne_poll(), ns8390_poll(), prism2_poll(), sis900_poll(), smc9000_poll(), sundance_poll(), t509_poll(), t515_poll(), t595_poll(), tlan_poll(), tulip_poll(), and w89c840_poll().
unsigned int nic::ioaddr |
Definition at line 55 of file nic.h.
Referenced by amd8111e_probe(), bnx2_init_board(), cs89x0_probe(), davicom_probe(), dmfe_probe(), eepro_disable(), eepro_poll(), eepro_probe(), eepro_reset(), eepro_transmit(), el3_eisa_probe(), epic100_probe(), eth_probe(), legacy_t509_probe(), ne_probe(), prism2_pci_probe(), prism2_plx_probe(), sis900_probe(), smc9000_disable(), smc9000_poll(), smc9000_probe(), smc9000_transmit(), sundance_irq(), sundance_poll(), sundance_probe(), t509_enable(), t509_poll(), t509_transmit(), t515_disable(), t515_poll(), t515_probe(), t515_reset(), t515_transmit(), t529_probe(), t595_probe(), t5x9_disable(), t5x9_probe(), tlan_probe(), tulip_probe(), and w89c840_probe().
unsigned char nic::irqno |
Definition at line 56 of file nic.h.
Referenced by amd8111e_probe(), bnx2_init_board(), cs89x0_probe(), davicom_probe(), dmfe_probe(), eepro_probe(), el3_eisa_probe(), epic100_probe(), eth_probe(), legacy_probe(), ne_probe(), prism2_pci_probe(), prism2_plx_probe(), prism2_probe(), sis900_probe(), smc9000_probe(), sundance_probe(), t515_probe(), t529_probe(), t595_probe(), tlan_probe(), tulip_probe(), and w89c840_probe().
void* nic::priv_data |
Definition at line 59 of file nic.h.
Referenced by amd8111e_disable(), amd8111e_irq(), amd8111e_poll(), amd8111e_probe(), and amd8111e_transmit().