• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/

Lines Matching refs:entry_priv

1274 	struct queue_entry_priv_pci *entry_priv = entry->priv_data;
1278 rt2x00_desc_read(entry_priv->desc, 0, &word);
1282 rt2x00_desc_read(entry_priv->desc, 0, &word);
1291 struct queue_entry_priv_pci *entry_priv = entry->priv_data;
1296 rt2x00_desc_read(entry_priv->desc, 5, &word);
1299 rt2x00_desc_write(entry_priv->desc, 5, word);
1301 rt2x00_desc_read(entry_priv->desc, 0, &word);
1303 rt2x00_desc_write(entry_priv->desc, 0, word);
1305 rt2x00_desc_read(entry_priv->desc, 0, &word);
1308 rt2x00_desc_write(entry_priv->desc, 0, word);
1314 struct queue_entry_priv_pci *entry_priv;
1336 entry_priv = rt2x00dev->tx[0].entries[0].priv_data;
1339 entry_priv->desc_dma);
1342 entry_priv = rt2x00dev->tx[1].entries[0].priv_data;
1345 entry_priv->desc_dma);
1348 entry_priv = rt2x00dev->tx[2].entries[0].priv_data;
1351 entry_priv->desc_dma);
1354 entry_priv = rt2x00dev->tx[3].entries[0].priv_data;
1357 entry_priv->desc_dma);
1367 entry_priv = rt2x00dev->rx->entries[0].priv_data;
1370 entry_priv->desc_dma);
1769 struct queue_entry_priv_pci *entry_priv = skbdesc->entry->priv_data;
1770 __le32 *txd = entry_priv->desc;
1865 struct queue_entry_priv_pci *entry_priv = entry->priv_data;
1892 entry_priv->desc, TXINFO_SIZE);
1982 struct queue_entry_priv_pci *entry_priv = entry->priv_data;
1986 rt2x00_desc_read(entry_priv->desc, 0, &word0);
1987 rt2x00_desc_read(entry_priv->desc, 1, &word1);
1996 _rt2x00_desc_read(entry_priv->desc, 2, &rxdesc->iv[0]);
1997 _rt2x00_desc_read(entry_priv->desc, 3, &rxdesc->iv[1]);
2000 _rt2x00_desc_read(entry_priv->desc, 4, &rxdesc->icv);
2044 struct queue_entry_priv_pci *entry_priv;
2084 entry_priv = entry->priv_data;
2085 rt2x00_desc_read(entry_priv->desc, 0, &word);