Searched refs:op32_idx2desc (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/ |
D | dma.c | 32 struct b43legacy_dmadesc32 *op32_idx2desc(struct b43legacy_dmaring *ring, in op32_idx2desc() function 485 desc = op32_idx2desc(ring, i, &meta); in alloc_initial_descbuffers() 502 desc = op32_idx2desc(ring, i, &meta); in alloc_initial_descbuffers() 577 op32_idx2desc(ring, i, &meta); in free_all_descbuffers() 954 desc = op32_idx2desc(ring, slot, &meta_hdr); in dma_tx_fragment() 981 desc = op32_idx2desc(ring, slot, &meta); in dma_tx_fragment() 1141 op32_idx2desc(ring, slot, &meta); in b43legacy_dma_handle_txstatus() 1239 desc = op32_idx2desc(ring, *slot, &meta); in dma_rx() 1291 desc = op32_idx2desc(ring, *slot, &meta); in dma_rx()
|
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | dma.c | 72 struct b43_dmadesc_generic *op32_idx2desc(struct b43_dmaring *ring, in op32_idx2desc() function 153 .idx2desc = op32_idx2desc,
|