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

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mmio.c53 struct queue_entry_priv_mmio *entry_priv; local
59 entry_priv = entry->priv_data;
68 skbdesc->desc = entry_priv->desc;
103 struct queue_entry_priv_mmio *entry_priv; local
121 entry_priv = queue->entries[i].priv_data;
122 entry_priv->desc = addr + i * queue->desc_size;
123 entry_priv->desc_dma = dma + i * queue->desc_size;
132 struct queue_entry_priv_mmio *entry_priv = local
135 if (entry_priv->desc)
138 entry_priv
[all...]
H A Drt2800mmio.c71 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
72 __le32 *txd = entry_priv->desc;
127 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
128 __le32 *rxd = entry_priv->desc;
612 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
616 word = rt2x00_desc_read(entry_priv->desc, 1);
620 word = rt2x00_desc_read(entry_priv->desc, 1);
629 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
635 word = rt2x00_desc_read(entry_priv->desc, 0);
637 rt2x00_desc_write(entry_priv
663 struct queue_entry_priv_mmio *entry_priv; local
[all...]
H A Drt2400pci.c716 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
720 word = rt2x00_desc_read(entry_priv->desc, 0);
724 word = rt2x00_desc_read(entry_priv->desc, 0);
733 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
738 word = rt2x00_desc_read(entry_priv->desc, 2);
740 rt2x00_desc_write(entry_priv->desc, 2, word);
742 word = rt2x00_desc_read(entry_priv->desc, 1);
744 rt2x00_desc_write(entry_priv->desc, 1, word);
746 word = rt2x00_desc_read(entry_priv->desc, 0);
748 rt2x00_desc_write(entry_priv
759 struct queue_entry_priv_mmio *entry_priv; local
1098 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
1211 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
1269 struct queue_entry_priv_mmio *entry_priv; local
[all...]
H A Drt2x00usb.c300 struct queue_entry_priv_usb *entry_priv = entry->priv_data; local
325 usb_fill_bulk_urb(entry_priv->urb, usb_dev,
330 status = usb_submit_urb(entry_priv->urb, GFP_ATOMIC);
403 struct queue_entry_priv_usb *entry_priv = entry->priv_data; local
411 usb_fill_bulk_urb(entry_priv->urb, usb_dev,
416 status = usb_submit_urb(entry_priv->urb, GFP_ATOMIC);
458 struct queue_entry_priv_usb *entry_priv = entry->priv_data; local
464 usb_kill_urb(entry_priv->urb);
652 struct queue_entry_priv_usb *entry_priv; local
657 entry_priv
685 struct queue_entry_priv_usb *entry_priv; local
[all...]
H A Drt2500pci.c805 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
809 word = rt2x00_desc_read(entry_priv->desc, 0);
813 word = rt2x00_desc_read(entry_priv->desc, 0);
822 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
827 word = rt2x00_desc_read(entry_priv->desc, 1);
829 rt2x00_desc_write(entry_priv->desc, 1, word);
831 word = rt2x00_desc_read(entry_priv->desc, 0);
833 rt2x00_desc_write(entry_priv->desc, 0, word);
835 word = rt2x00_desc_read(entry_priv->desc, 0);
838 rt2x00_desc_write(entry_priv
844 struct queue_entry_priv_mmio *entry_priv; local
1251 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
1359 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
1397 struct queue_entry_priv_mmio *entry_priv; local
[all...]
H A Drt61pci.c1289 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
1293 word = rt2x00_desc_read(entry_priv->desc, 0);
1297 word = rt2x00_desc_read(entry_priv->desc, 0);
1306 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
1311 word = rt2x00_desc_read(entry_priv->desc, 5);
1314 rt2x00_desc_write(entry_priv->desc, 5, word);
1316 word = rt2x00_desc_read(entry_priv->desc, 0);
1318 rt2x00_desc_write(entry_priv->desc, 0, word);
1320 word = rt2x00_desc_read(entry_priv->desc, 0);
1323 rt2x00_desc_write(entry_priv
1329 struct queue_entry_priv_mmio *entry_priv; local
1779 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
1876 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
1998 struct queue_entry_priv_mmio *entry_priv = entry->priv_data; local
2064 struct queue_entry_priv_mmio *entry_priv; local
[all...]
H A Drt2500usb.c1220 struct queue_entry_priv_usb *entry_priv = entry->priv_data; local
1224 (entry_priv->urb->actual_length -
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum2_acl_tcam.c212 void *entry_priv,
217 struct mlxsw_sp2_acl_tcam_entry *entry = entry_priv;
227 void *entry_priv)
231 struct mlxsw_sp2_acl_tcam_entry *entry = entry_priv;
239 void *region_priv, void *entry_priv,
243 struct mlxsw_sp2_acl_tcam_entry *entry = entry_priv;
253 void *region_priv, void *entry_priv,
256 struct mlxsw_sp2_acl_tcam_entry *entry = entry_priv;
210 mlxsw_sp2_acl_tcam_entry_add(struct mlxsw_sp *mlxsw_sp, void *region_priv, void *chunk_priv, void *entry_priv, struct mlxsw_sp_acl_rule_info *rulei) argument
225 mlxsw_sp2_acl_tcam_entry_del(struct mlxsw_sp *mlxsw_sp, void *region_priv, void *chunk_priv, void *entry_priv) argument
238 mlxsw_sp2_acl_tcam_entry_action_replace(struct mlxsw_sp *mlxsw_sp, void *region_priv, void *entry_priv, struct mlxsw_sp_acl_rule_info *rulei) argument
252 mlxsw_sp2_acl_tcam_entry_activity_get(struct mlxsw_sp *mlxsw_sp, void *region_priv, void *entry_priv, bool *activity) argument
H A Dspectrum1_acl_tcam.c172 void *entry_priv,
177 struct mlxsw_sp1_acl_tcam_entry *entry = entry_priv;
186 void *entry_priv)
190 struct mlxsw_sp1_acl_tcam_entry *entry = entry_priv;
198 void *region_priv, void *entry_priv,
224 void *region_priv, void *entry_priv,
228 struct mlxsw_sp1_acl_tcam_entry *entry = entry_priv;
170 mlxsw_sp1_acl_tcam_entry_add(struct mlxsw_sp *mlxsw_sp, void *region_priv, void *chunk_priv, void *entry_priv, struct mlxsw_sp_acl_rule_info *rulei) argument
184 mlxsw_sp1_acl_tcam_entry_del(struct mlxsw_sp *mlxsw_sp, void *region_priv, void *chunk_priv, void *entry_priv) argument
197 mlxsw_sp1_acl_tcam_entry_action_replace(struct mlxsw_sp *mlxsw_sp, void *region_priv, void *entry_priv, struct mlxsw_sp_acl_rule_info *rulei) argument
223 mlxsw_sp1_acl_tcam_entry_activity_get(struct mlxsw_sp *mlxsw_sp, void *region_priv, void *entry_priv, bool *activity) argument
H A Dspectrum.h1144 void *entry_priv,
1148 void *entry_priv);
1150 void *region_priv, void *entry_priv,
1153 void *region_priv, void *entry_priv,

Completed in 162 milliseconds