iPXE
|
#include <atl1e.h>
Data Fields | |
struct net_device * | netdev |
struct pci_device * | pdev |
struct mii_if_info | mii |
struct atl1e_hw | hw |
u16 | link_speed |
u16 | link_duplex |
u32 | ring_dma |
void * | ring_vir_addr |
u32 | ring_size |
struct atl1e_tx_ring | tx_ring |
struct atl1e_rx_ring | rx_ring |
int | bd_number |
struct net_device* atl1e_adapter::netdev |
Definition at line 222 of file atl1e.h.
Referenced by atl1e_check_link(), atl1e_clean_rx_irq(), atl1e_clean_tx_irq(), atl1e_clean_tx_ring(), atl1e_down(), atl1e_poll(), atl1e_probe(), atl1e_setup_ring_resources(), and atl1e_up().
struct pci_device* atl1e_adapter::pdev |
Definition at line 223 of file atl1e.h.
Referenced by atl1e_probe(), atl1e_reset_hw(), atl1e_setup_pcicmd(), and atl1e_sw_init().
struct mii_if_info atl1e_adapter::mii |
Definition at line 224 of file atl1e.h.
Referenced by atl1e_probe().
struct atl1e_hw atl1e_adapter::hw |
Definition at line 225 of file atl1e.h.
Referenced by atl1e_check_link(), atl1e_clean_rx_irq(), atl1e_clean_tx_irq(), atl1e_clear_phy_int(), atl1e_configure(), atl1e_configure_des_ring(), atl1e_configure_dma(), atl1e_configure_rx(), atl1e_configure_tx(), atl1e_down(), atl1e_irq_disable(), atl1e_irq_enable(), atl1e_irq_reset(), atl1e_mdio_read(), atl1e_mdio_write(), atl1e_open(), atl1e_poll(), atl1e_probe(), atl1e_remove(), atl1e_setup_mac_ctrl(), atl1e_sw_init(), atl1e_tx_queue(), and atl1e_up().
u16 atl1e_adapter::link_speed |
Definition at line 227 of file atl1e.h.
Referenced by atl1e_check_link(), atl1e_down(), atl1e_setup_mac_ctrl(), and atl1e_sw_init().
u16 atl1e_adapter::link_duplex |
Definition at line 228 of file atl1e.h.
Referenced by atl1e_check_link(), atl1e_down(), atl1e_setup_mac_ctrl(), and atl1e_sw_init().
u32 atl1e_adapter::ring_dma |
Definition at line 231 of file atl1e.h.
Referenced by atl1e_free_ring_resources(), and atl1e_setup_ring_resources().
void* atl1e_adapter::ring_vir_addr |
Definition at line 232 of file atl1e.h.
Referenced by atl1e_clean_rx_ring(), atl1e_free_ring_resources(), atl1e_init_ring_resources(), and atl1e_setup_ring_resources().
u32 atl1e_adapter::ring_size |
Definition at line 233 of file atl1e.h.
Referenced by atl1e_free_ring_resources(), atl1e_init_ring_resources(), and atl1e_setup_ring_resources().
struct atl1e_tx_ring atl1e_adapter::tx_ring |
Definition at line 235 of file atl1e.h.
Referenced by atl1e_cal_ring_size(), atl1e_clean_tx_irq(), atl1e_clean_tx_ring(), atl1e_configure_des_ring(), atl1e_free_ring_resources(), atl1e_get_tpd(), atl1e_get_tx_buffer(), atl1e_init_ring_ptrs(), atl1e_probe(), atl1e_setup_ring_resources(), atl1e_tpd_avail(), and atl1e_tx_queue().
struct atl1e_rx_ring atl1e_adapter::rx_ring |
Definition at line 236 of file atl1e.h.
Referenced by atl1e_cal_ring_size(), atl1e_clean_rx_irq(), atl1e_clean_rx_ring(), atl1e_configure_des_ring(), atl1e_get_rx_page(), atl1e_init_ring_ptrs(), atl1e_init_ring_resources(), atl1e_probe(), and atl1e_setup_ring_resources().
int atl1e_adapter::bd_number |
Definition at line 238 of file atl1e.h.
Referenced by atl1e_probe().