Lines Matching refs:bwn_pio_rxqueue
194 struct bwn_pio_rxqueue *, int);
199 static int bwn_pio_rx(struct bwn_pio_rxqueue *);
200 static uint8_t bwn_pio_rxeof(struct bwn_pio_rxqueue *);
203 static uint16_t bwn_pio_rx_read_2(struct bwn_pio_rxqueue *, uint16_t);
204 static uint32_t bwn_pio_rx_read_4(struct bwn_pio_rxqueue *, uint16_t);
205 static void bwn_pio_rx_write_2(struct bwn_pio_rxqueue *, uint16_t,
207 static void bwn_pio_rx_write_4(struct bwn_pio_rxqueue *, uint16_t,
2698 bwn_pio_setupqueue_rx(struct bwn_mac *mac, struct bwn_pio_rxqueue *prq, in bwn_pio_setupqueue_rx()
5356 bwn_pio_rx(struct bwn_pio_rxqueue *prq) in bwn_pio_rx()
5659 bwn_pio_rxeof(struct bwn_pio_rxqueue *prq) in bwn_pio_rxeof()
6247 bwn_pio_rx_read_2(struct bwn_pio_rxqueue *prq, uint16_t offset) in bwn_pio_rx_read_2()
6254 bwn_pio_rx_read_4(struct bwn_pio_rxqueue *prq, uint16_t offset) in bwn_pio_rx_read_4()
6261 bwn_pio_rx_write_2(struct bwn_pio_rxqueue *prq, uint16_t offset, uint16_t value) in bwn_pio_rx_write_2()
6268 bwn_pio_rx_write_4(struct bwn_pio_rxqueue *prq, uint16_t offset, uint32_t value) in bwn_pio_rx_write_4()