Searched defs:b43legacy_pioqueue (Results 1 – 1 of 1) sorted by relevance
50 struct b43legacy_pioqueue { struct51 struct b43legacy_wldev *dev;52 u16 mmio_base;54 bool tx_suspended;55 bool tx_frozen;56 bool need_workarounds; /* Workarounds needed for core.rev < 3 */59 u16 tx_devq_size;83 u16 b43legacy_pio_read(struct b43legacy_pioqueue *queue, in b43legacy_pio_read() argument