Searched refs:rt2x00dev (Results 26 - 30 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00debug.c52 struct rt2x00_dev *rt2x00dev; member in struct:rt2x00debug_intf
134 void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev, argument
137 struct rt2x00debug_intf *intf = rt2x00dev->debugfs_intf;
155 void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev, argument
158 struct rt2x00debug_intf *intf = rt2x00dev->debugfs_intf;
171 DEBUG(rt2x00dev, "txrx dump queue length exceeded.\n");
182 DEBUG(rt2x00dev, "Failed to copy skb for dump.\n");
191 dump_hdr->chip_rt = cpu_to_le16(rt2x00dev->chip.rt);
192 dump_hdr->chip_rf = cpu_to_le16(rt2x00dev->chip.rf);
193 dump_hdr->chip_rev = cpu_to_le16(rt2x00dev
609 rt2x00debug_register(struct rt2x00_dev *rt2x00dev) argument
713 rt2x00debug_deregister(struct rt2x00_dev *rt2x00dev) argument
[all...]
H A Drt2x00ht.c99 u16 rt2x00ht_center_channel(struct rt2x00_dev *rt2x00dev, argument
102 struct hw_mode_spec *spec = &rt2x00dev->spec;
H A Drt2x00crypto.c52 struct rt2x00_dev *rt2x00dev = entry->queue->rt2x00dev; local
56 if (!test_bit(CONFIG_SUPPORT_HW_CRYPTO, &rt2x00dev->flags) || !hw_key)
77 unsigned int rt2x00crypto_tx_overhead(struct rt2x00_dev *rt2x00dev, argument
84 if (!test_bit(CONFIG_SUPPORT_HW_CRYPTO, &rt2x00dev->flags) || !key)
H A DMakefile1 rt2x00lib-y += rt2x00dev.o
H A Drt2x00queue.h420 * @rt2x00dev: Pointer to main &struct rt2x00dev where this queue belongs to.
443 struct rt2x00_dev *rt2x00dev; member in struct:data_queue

Completed in 116 milliseconds

12