Home
last modified time | relevance | path

Searched refs:bwn_pio_rxqueue (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/bwn/
H A Dif_bwnvar.h706 struct bwn_pio_rxqueue { struct
735 struct bwn_pio_rxqueue rx;
H A Dif_bwn.c194 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,
5364 bwn_pio_rx(struct bwn_pio_rxqueue *prq) in bwn_pio_rx()
5667 bwn_pio_rxeof(struct bwn_pio_rxqueue *prq) in bwn_pio_rxeof()
6255 bwn_pio_rx_read_2(struct bwn_pio_rxqueue *prq, uint16_t offset) in bwn_pio_rx_read_2()
[all …]