Lines Matching defs:adm8211_priv
536 struct adm8211_priv { struct
537 struct pci_dev *pdev;
538 spinlock_t lock;
539 struct adm8211_csr __iomem *map;
540 struct adm8211_desc *rx_ring;
541 struct adm8211_desc *tx_ring;
542 dma_addr_t rx_ring_dma;
543 dma_addr_t tx_ring_dma;
544 struct adm8211_rx_ring_info *rx_buffers;
545 struct adm8211_tx_ring_info *tx_buffers;
546 unsigned int rx_ring_size, tx_ring_size;
547 unsigned int cur_tx, dirty_tx, cur_rx;
549 struct ieee80211_low_level_stats stats;
550 struct ieee80211_supported_band band;
551 struct ieee80211_channel channels[14];
552 int mode;
554 int channel;
555 u8 bssid[ETH_ALEN];
557 u8 soft_rx_crc;
558 u8 retry_limit;
560 u8 ant_power;
561 u8 tx_power;
562 u8 lpf_cutoff;
563 u8 lnags_threshold;
564 struct adm8211_eeprom *eeprom;
565 size_t eeprom_len;
567 u32 nar;
574 unsigned int rf_type:3;
575 unsigned int bbp_type:3;
577 u8 specific_bbptype;
578 enum {
584 } transceiver_type;