Lines Matching refs:desc
1293 word = rt2x00_desc_read(entry_priv->desc, 0); in rt61pci_get_entry_state()
1297 word = rt2x00_desc_read(entry_priv->desc, 0); in rt61pci_get_entry_state()
1311 word = rt2x00_desc_read(entry_priv->desc, 5); in rt61pci_clear_entry()
1314 rt2x00_desc_write(entry_priv->desc, 5, word); in rt61pci_clear_entry()
1316 word = rt2x00_desc_read(entry_priv->desc, 0); in rt61pci_clear_entry()
1318 rt2x00_desc_write(entry_priv->desc, 0, word); in rt61pci_clear_entry()
1320 word = rt2x00_desc_read(entry_priv->desc, 0); in rt61pci_clear_entry()
1323 rt2x00_desc_write(entry_priv->desc, 0, word); in rt61pci_clear_entry()
1780 __le32 *txd = entry_priv->desc; in rt61pci_write_tx_desc()
1864 skbdesc->desc = txd; in rt61pci_write_tx_desc()
1914 entry_priv->desc, TXINFO_SIZE); in rt61pci_write_beacon()
2002 word0 = rt2x00_desc_read(entry_priv->desc, 0); in rt61pci_fill_rxdone()
2003 word1 = rt2x00_desc_read(entry_priv->desc, 1); in rt61pci_fill_rxdone()
2012 rxdesc->iv[0] = _rt2x00_desc_read(entry_priv->desc, 2); in rt61pci_fill_rxdone()
2013 rxdesc->iv[1] = _rt2x00_desc_read(entry_priv->desc, 3); in rt61pci_fill_rxdone()
2016 rxdesc->icv = _rt2x00_desc_read(entry_priv->desc, 4); in rt61pci_fill_rxdone()
2105 word = rt2x00_desc_read(entry_priv->desc, 0); in rt61pci_txdone()