bwn_pio_rxqueue
struct bwn_pio_rxqueue *, int);
static int bwn_pio_rx(struct bwn_pio_rxqueue *);
static uint8_t bwn_pio_rxeof(struct bwn_pio_rxqueue *);
static uint16_t bwn_pio_rx_read_2(struct bwn_pio_rxqueue *, uint16_t);
static uint32_t bwn_pio_rx_read_4(struct bwn_pio_rxqueue *, uint16_t);
static void bwn_pio_rx_write_2(struct bwn_pio_rxqueue *, uint16_t,
static void bwn_pio_rx_write_4(struct bwn_pio_rxqueue *, uint16_t,
bwn_pio_setupqueue_rx(struct bwn_mac *mac, struct bwn_pio_rxqueue *prq,
bwn_pio_rx(struct bwn_pio_rxqueue *prq)
bwn_pio_rxeof(struct bwn_pio_rxqueue *prq)
bwn_pio_rx_read_2(struct bwn_pio_rxqueue *prq, uint16_t offset)
bwn_pio_rx_read_4(struct bwn_pio_rxqueue *prq, uint16_t offset)
bwn_pio_rx_write_2(struct bwn_pio_rxqueue *prq, uint16_t offset, uint16_t value)
bwn_pio_rx_write_4(struct bwn_pio_rxqueue *prq, uint16_t offset, uint32_t value)
struct bwn_pio_rxqueue rx;