Home
last modified time | relevance | path

Searched refs:entry_priv (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mmio.c53 struct queue_entry_priv_mmio *entry_priv; in rt2x00mmio_rxdone() local
59 entry_priv = entry->priv_data; in rt2x00mmio_rxdone()
68 skbdesc->desc = entry_priv->desc; in rt2x00mmio_rxdone()
103 struct queue_entry_priv_mmio *entry_priv; in rt2x00mmio_alloc_queue_dma() local
121 entry_priv = queue->entries[i].priv_data; in rt2x00mmio_alloc_queue_dma()
122 entry_priv->desc = addr + i * queue->desc_size; in rt2x00mmio_alloc_queue_dma()
123 entry_priv->desc_dma = dma + i * queue->desc_size; in rt2x00mmio_alloc_queue_dma()
132 struct queue_entry_priv_mmio *entry_priv = in rt2x00mmio_free_queue_dma() local
135 if (entry_priv->desc) in rt2x00mmio_free_queue_dma()
138 entry_priv->desc, entry_priv->desc_dma); in rt2x00mmio_free_queue_dma()
[all …]
H A Drt2800mmio.c72 __le32 *txd = entry_priv->desc; in rt2800mmio_write_tx_desc()
128 __le32 *rxd = entry_priv->desc; in rt2800mmio_fill_rxdone()
616 word = rt2x00_desc_read(entry_priv->desc, 1); in rt2800mmio_get_entry_state()
620 word = rt2x00_desc_read(entry_priv->desc, 1); in rt2800mmio_get_entry_state()
635 word = rt2x00_desc_read(entry_priv->desc, 0); in rt2800mmio_clear_entry()
663 struct queue_entry_priv_mmio *entry_priv; in rt2800mmio_init_queues() local
670 entry_priv->desc_dma); in rt2800mmio_init_queues()
678 entry_priv->desc_dma); in rt2800mmio_init_queues()
686 entry_priv->desc_dma); in rt2800mmio_init_queues()
694 entry_priv->desc_dma); in rt2800mmio_init_queues()
[all …]
H A Drt2400pci.c720 word = rt2x00_desc_read(entry_priv->desc, 0); in rt2400pci_get_entry_state()
724 word = rt2x00_desc_read(entry_priv->desc, 0); in rt2400pci_get_entry_state()
759 struct queue_entry_priv_mmio *entry_priv; in rt2400pci_init_queues() local
775 entry_priv->desc_dma); in rt2400pci_init_queues()
781 entry_priv->desc_dma); in rt2400pci_init_queues()
787 entry_priv->desc_dma); in rt2400pci_init_queues()
793 entry_priv->desc_dma); in rt2400pci_init_queues()
804 entry_priv->desc_dma); in rt2400pci_init_queues()
1099 __le32 *txd = entry_priv->desc; in rt2400pci_write_tx_desc()
1269 struct queue_entry_priv_mmio *entry_priv; in rt2400pci_txdone() local
[all …]
H A Drt2x00usb.c325 usb_fill_bulk_urb(entry_priv->urb, usb_dev, in rt2x00usb_kick_tx_entry()
411 usb_fill_bulk_urb(entry_priv->urb, usb_dev, in rt2x00usb_kick_rx_entry()
464 usb_kill_urb(entry_priv->urb); in rt2x00usb_flush_entry()
652 struct queue_entry_priv_usb *entry_priv; in rt2x00usb_alloc_entries() local
657 entry_priv = queue->entries[i].priv_data; in rt2x00usb_alloc_entries()
658 entry_priv->urb = usb_alloc_urb(0, GFP_KERNEL); in rt2x00usb_alloc_entries()
659 if (!entry_priv->urb) in rt2x00usb_alloc_entries()
685 struct queue_entry_priv_usb *entry_priv; in rt2x00usb_free_entries() local
693 entry_priv = queue->entries[i].priv_data; in rt2x00usb_free_entries()
694 usb_kill_urb(entry_priv->urb); in rt2x00usb_free_entries()
[all …]
H A Drt2500pci.c809 word = rt2x00_desc_read(entry_priv->desc, 0); in rt2500pci_get_entry_state()
813 word = rt2x00_desc_read(entry_priv->desc, 0); in rt2500pci_get_entry_state()
844 struct queue_entry_priv_mmio *entry_priv; in rt2500pci_init_queues() local
860 entry_priv->desc_dma); in rt2500pci_init_queues()
866 entry_priv->desc_dma); in rt2500pci_init_queues()
872 entry_priv->desc_dma); in rt2500pci_init_queues()
878 entry_priv->desc_dma); in rt2500pci_init_queues()
889 entry_priv->desc_dma); in rt2500pci_init_queues()
1252 __le32 *txd = entry_priv->desc; in rt2500pci_write_tx_desc()
1397 struct queue_entry_priv_mmio *entry_priv; in rt2500pci_txdone() local
[all …]
H A Drt61pci.c1293 word = rt2x00_desc_read(entry_priv->desc, 0); in rt61pci_get_entry_state()
1329 struct queue_entry_priv_mmio *entry_priv; in rt61pci_init_queues() local
1354 entry_priv->desc_dma); in rt61pci_init_queues()
1360 entry_priv->desc_dma); in rt61pci_init_queues()
1366 entry_priv->desc_dma); in rt61pci_init_queues()
1372 entry_priv->desc_dma); in rt61pci_init_queues()
1385 entry_priv->desc_dma); in rt61pci_init_queues()
1780 __le32 *txd = entry_priv->desc; in rt61pci_write_tx_desc()
1914 entry_priv->desc, TXINFO_SIZE); in rt61pci_write_beacon()
2064 struct queue_entry_priv_mmio *entry_priv; in rt61pci_txdone() local
[all …]
H A Drt2500usb.c1220 struct queue_entry_priv_usb *entry_priv = entry->priv_data; in rt2500usb_fill_rxdone() local
1224 (entry_priv->urb->actual_length - in rt2500usb_fill_rxdone()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum2_acl_tcam.c212 void *entry_priv, in mlxsw_sp2_acl_tcam_entry_add() argument
217 struct mlxsw_sp2_acl_tcam_entry *entry = entry_priv; in mlxsw_sp2_acl_tcam_entry_add()
227 void *entry_priv) in mlxsw_sp2_acl_tcam_entry_del() argument
231 struct mlxsw_sp2_acl_tcam_entry *entry = entry_priv; in mlxsw_sp2_acl_tcam_entry_del()
239 void *region_priv, void *entry_priv, in mlxsw_sp2_acl_tcam_entry_action_replace() argument
243 struct mlxsw_sp2_acl_tcam_entry *entry = entry_priv; in mlxsw_sp2_acl_tcam_entry_action_replace()
253 void *region_priv, void *entry_priv, in mlxsw_sp2_acl_tcam_entry_activity_get() argument
256 struct mlxsw_sp2_acl_tcam_entry *entry = entry_priv; in mlxsw_sp2_acl_tcam_entry_activity_get()
H A Dspectrum1_acl_tcam.c172 void *entry_priv, in mlxsw_sp1_acl_tcam_entry_add() argument
177 struct mlxsw_sp1_acl_tcam_entry *entry = entry_priv; in mlxsw_sp1_acl_tcam_entry_add()
186 void *entry_priv) in mlxsw_sp1_acl_tcam_entry_del() argument
190 struct mlxsw_sp1_acl_tcam_entry *entry = entry_priv; in mlxsw_sp1_acl_tcam_entry_del()
198 void *region_priv, void *entry_priv, in mlxsw_sp1_acl_tcam_entry_action_replace() argument
224 void *region_priv, void *entry_priv, in mlxsw_sp1_acl_tcam_entry_activity_get() argument
228 struct mlxsw_sp1_acl_tcam_entry *entry = entry_priv; in mlxsw_sp1_acl_tcam_entry_activity_get()
H A Dspectrum.h1141 void *entry_priv,
1145 void *entry_priv);
1147 void *region_priv, void *entry_priv,
1150 void *region_priv, void *entry_priv,