Lines Matching defs:ops
70 /* 32bit DMA ops. */
162 /* 64bit DMA ops. */
627 ring->ops->fill_descriptor(ring, desc, dmaaddr,
643 desc = ring->ops->idx2desc(ring, i, &meta);
660 desc = ring->ops->idx2desc(ring, i, &meta);
783 ring->ops->idx2desc(ring, i, &meta);
861 ring->ops = &dma64_ops;
863 ring->ops = &dma32_ops;
1192 const struct b43_dma_ops *ops = ring->ops;
1214 desc = ops->idx2desc(ring, slot, &meta_hdr);
1234 ops->fill_descriptor(ring, desc, meta_hdr->dmaaddr,
1239 desc = ops->idx2desc(ring, slot, &meta);
1269 ops->fill_descriptor(ring, desc, meta->dmaaddr, skb->len, 0, 1, 1);
1279 ops->poke_tx(ring, next_slot(ring, slot));
1417 const struct b43_dma_ops *ops;
1472 ops = ring->ops;
1476 ops->idx2desc(ring, slot, &meta);
1584 const struct b43_dma_ops *ops = ring->ops;
1593 desc = ops->idx2desc(ring, *slot, &meta);
1630 desc = ops->idx2desc(ring, *slot, &meta);
1682 current_slot = ring->ops->get_current_rxslot(ring);
1684 ring->ops->set_current_rxslot(ring, previous_slot);
1689 const struct b43_dma_ops *ops = ring->ops;
1694 current_slot = ops->get_current_rxslot(ring);
1703 ops->set_current_rxslot(ring, slot);
1710 ring->ops->tx_suspend(ring);
1716 ring->ops->tx_resume(ring);