Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn.c211 static struct bwn_pio_txqueue *bwn_pio_select(struct bwn_mac *, uint8_t);
1043 tq = bwn_pio_select(mac, M_WME_GETAC(m)); in bwn_tx_isfull()
1094 tq = bwn_pio_select(mac, M_WME_GETAC(m)); in bwn_pio_tx_start()
1151 bwn_pio_select(struct bwn_mac *mac, uint8_t prio) in bwn_pio_select() function