#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 |
Definition at line 219 of file atl1e.h.
struct net_device* atl1e_adapter::netdev [read] |
Definition at line 220 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(), atl1e_sw_init(), and atl1e_up().
struct pci_device* atl1e_adapter::pdev [read] |
Definition at line 221 of file atl1e.h.
Referenced by atl1e_probe(), atl1e_reset_hw(), and atl1e_sw_init().
struct mii_if_info atl1e_adapter::mii [read] |
struct atl1e_hw atl1e_adapter::hw [read] |
Definition at line 223 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().
Definition at line 225 of file atl1e.h.
Referenced by atl1e_check_link(), atl1e_down(), atl1e_setup_mac_ctrl(), and atl1e_sw_init().
Definition at line 226 of file atl1e.h.
Referenced by atl1e_check_link(), atl1e_down(), atl1e_setup_mac_ctrl(), and atl1e_sw_init().
Definition at line 229 of file atl1e.h.
Referenced by atl1e_free_ring_resources(), and atl1e_setup_ring_resources().
Definition at line 230 of file atl1e.h.
Referenced by atl1e_clean_rx_ring(), atl1e_free_ring_resources(), atl1e_init_ring_resources(), and atl1e_setup_ring_resources().
Definition at line 231 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 [read] |
Definition at line 233 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_init_ring_resources(), atl1e_probe(), atl1e_setup_ring_resources(), atl1e_tpd_avail(), and atl1e_tx_queue().
struct atl1e_rx_ring atl1e_adapter::rx_ring [read] |
Definition at line 234 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().
1.5.7.1