#include <rtl818x.h>
Data Fields | |
| struct rtl818x_csr * | map |
| struct rtl818x_rf_ops * | rf |
| int | rf_flag |
| int | hw_rate |
| int | hw_rtscts_rate |
| struct spi_bit_basher | spibit |
| struct spi_device | eeprom |
| struct rtl818x_rx_desc * | rx_ring |
| u32 | rx_ring_dma |
| unsigned int | rx_idx |
| struct io_buffer * | rx_buf [RTL818X_RX_RING_SIZE] |
| struct rtl818x_tx_desc * | tx_ring |
| u32 | tx_ring_dma |
| unsigned int | tx_cons |
| unsigned int | tx_prod |
| struct io_buffer * | tx_buf [RTL818X_TX_RING_SIZE] |
| struct pci_device * | pdev |
| u32 | rx_conf |
| u16 | txpower [14] |
| int | r8185 |
| u32 | anaparam |
| u16 | rfparam |
| u8 | csthreshold |
Definition at line 279 of file rtl818x.h.
struct rtl818x_csr* rtl818x_priv::map [read] |
Definition at line 280 of file rtl818x.h.
Referenced by grf5101_rf_init(), max2820_rf_init(), rtl818x_config(), rtl818x_init_hw(), rtl818x_irq(), rtl818x_poll(), rtl818x_probe(), rtl818x_set_anaparam(), rtl818x_set_hwaddr(), rtl818x_spi_read_bit(), rtl818x_spi_write_bit(), rtl818x_start(), rtl818x_stop(), rtl818x_tx(), rtl818x_write_phy(), rtl8225_read(), rtl8225_rf_conf_erp(), rtl8225_rf_init(), rtl8225_rf_set_tx_power(), rtl8225_rf_stop(), rtl8225_write(), rtl8225x_rf_init(), rtl8225z2_rf_init(), rtl8225z2_rf_set_tx_power(), sa2400_rf_init(), write_grf5101(), write_max2820(), and write_sa2400().
struct rtl818x_rf_ops* rtl818x_priv::rf [read] |
Definition at line 281 of file rtl818x.h.
Referenced by rtl818x_config(), rtl818x_init_hw(), rtl818x_probe(), and rtl818x_stop().
Definition at line 282 of file rtl818x.h.
Referenced by rtl8225_rf_set_channel(), and rtl8225x_rf_init().
struct spi_bit_basher rtl818x_priv::spibit [read] |
Definition at line 286 of file rtl818x.h.
Referenced by rtl818x_probe(), rtl818x_spi_read_bit(), and rtl818x_spi_write_bit().
struct spi_device rtl818x_priv::eeprom [read] |
struct rtl818x_rx_desc* rtl818x_priv::rx_ring [read] |
Definition at line 289 of file rtl818x.h.
Referenced by rtl818x_free_rx_ring(), rtl818x_handle_rx(), and rtl818x_init_rx_ring().
Definition at line 290 of file rtl818x.h.
Referenced by rtl818x_init_hw(), rtl818x_init_rx_ring(), and rtl818x_start().
| unsigned int rtl818x_priv::rx_idx |
Definition at line 291 of file rtl818x.h.
Referenced by rtl818x_handle_rx(), and rtl818x_init_rx_ring().
struct io_buffer* rtl818x_priv::rx_buf[RTL818X_RX_RING_SIZE] [read] |
Definition at line 292 of file rtl818x.h.
Referenced by rtl818x_free_rx_ring(), rtl818x_handle_rx(), and rtl818x_init_rx_ring().
struct rtl818x_tx_desc* rtl818x_priv::tx_ring [read] |
Definition at line 294 of file rtl818x.h.
Referenced by rtl818x_free_tx_ring(), rtl818x_handle_tx(), rtl818x_init_tx_ring(), rtl818x_start(), and rtl818x_tx().
Definition at line 295 of file rtl818x.h.
Referenced by rtl818x_init_hw(), rtl818x_init_tx_ring(), and rtl818x_start().
| unsigned int rtl818x_priv::tx_cons |
Definition at line 296 of file rtl818x.h.
Referenced by rtl818x_handle_tx(), and rtl818x_init_tx_ring().
| unsigned int rtl818x_priv::tx_prod |
struct io_buffer* rtl818x_priv::tx_buf[RTL818X_TX_RING_SIZE] [read] |
Definition at line 298 of file rtl818x.h.
Referenced by rtl818x_free_tx_ring(), rtl818x_handle_tx(), and rtl818x_tx().
struct pci_device* rtl818x_priv::pdev [read] |
Definition at line 303 of file rtl818x.h.
Referenced by grf5101_rf_set_channel(), max2820_rf_set_channel(), rtl818x_probe(), rtl8225_rf_set_tx_power(), rtl8225z2_rf_set_tx_power(), and sa2400_rf_set_channel().
Definition at line 305 of file rtl818x.h.
Referenced by rtl818x_init_hw(), rtl818x_probe(), rtl818x_start(), and rtl818x_tx().
Definition at line 306 of file rtl818x.h.
Referenced by grf5101_rf_init(), grf5101_rf_stop(), rtl818x_init_hw(), rtl818x_probe(), and sa2400_rf_init().
Definition at line 307 of file rtl818x.h.
Referenced by grf5101_write_phy_antenna(), max2820_write_phy_antenna(), rtl818x_probe(), rtl818x_start(), sa2400_rf_init(), and sa2400_write_phy_antenna().
Definition at line 308 of file rtl818x.h.
Referenced by grf5101_rf_init(), rtl818x_probe(), and sa2400_rf_init().
1.5.7.1