Searched defs:b43legacy_pioqueue (Results 1 – 1 of 1) sorted by relevance
51 struct b43legacy_pioqueue { struct52 struct b43legacy_wldev *dev;53 u16 mmio_base;55 bool tx_suspended;56 bool tx_frozen;57 bool need_workarounds; /* Workarounds needed for core.rev < 3 */60 u16 tx_devq_size;84 u16 b43legacy_pio_read(struct b43legacy_pioqueue *queue, in b43legacy_pio_read() argument