Searched defs:op32_idx2desc (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/b43/
H A Ddma.c85 struct b43_dmadesc_generic *op32_idx2desc(struct b43_dmaring *ring, function
166 .idx2desc = op32_idx2desc,
/drivers/net/wireless/b43legacy/
H A Ddma.c45 struct b43legacy_dmadesc32 *op32_idx2desc(struct b43legacy_dmaring *ring, function
516 desc = op32_idx2desc(ring, i, &meta);
533 desc = op32_idx2desc(ring, i, &meta);
608 op32_idx2desc(ring, i, &meta);
1039 desc = op32_idx2desc(ring, slot, &meta_hdr);
1066 desc = op32_idx2desc(ring, slot, &meta);
1226 op32_idx2desc(ring, slot, &meta);
1324 desc = op32_idx2desc(ring, *slot, &meta);
1376 desc = op32_idx2desc(ring, *slot, &meta);

Completed in 45 milliseconds