#include <atl1e.h>
Data Fields | |
| struct atl1e_tpd_desc * | desc |
| u32 | dma |
| u16 | count |
| u16 | next_to_use |
| u16 | next_to_clean |
| struct atl1e_tx_buffer * | tx_buffer |
| u32 | cmb_dma |
| u32 * | cmb |
Definition at line 197 of file atl1e.h.
struct atl1e_tpd_desc* atl1e_tx_ring::desc [read] |
Definition at line 198 of file atl1e.h.
Referenced by atl1e_clean_tx_ring(), atl1e_get_tpd(), atl1e_get_tx_buffer(), and atl1e_setup_ring_resources().
Definition at line 199 of file atl1e.h.
Referenced by atl1e_configure_des_ring(), and atl1e_setup_ring_resources().
Definition at line 200 of file atl1e.h.
Referenced by atl1e_cal_ring_size(), atl1e_clean_tx_irq(), atl1e_clean_tx_ring(), atl1e_configure_des_ring(), atl1e_get_tpd(), atl1e_probe(), atl1e_setup_ring_resources(), and atl1e_tpd_avail().
Definition at line 201 of file atl1e.h.
Referenced by atl1e_get_tpd(), atl1e_init_ring_ptrs(), atl1e_tpd_avail(), and atl1e_tx_queue().
Definition at line 202 of file atl1e.h.
Referenced by atl1e_clean_tx_irq(), atl1e_init_ring_ptrs(), and atl1e_tpd_avail().
struct atl1e_tx_buffer* atl1e_tx_ring::tx_buffer [read] |
Definition at line 203 of file atl1e.h.
Referenced by atl1e_clean_tx_irq(), atl1e_clean_tx_ring(), atl1e_free_ring_resources(), atl1e_get_tx_buffer(), and atl1e_setup_ring_resources().
Definition at line 204 of file atl1e.h.
Referenced by atl1e_configure_des_ring(), and atl1e_setup_ring_resources().
1.5.7.1