Searched refs:tx_prec_map (Results 1 – 3 of 3) sorted by relevance
71 #define WLC_TX_FIFO_CLEAR(wlc, fifo) ((wlc)->tx_prec_map &= ~(wlc)->fifo2prec_map[fifo])74 #define WLC_TX_FIFO_ENAB(wlc, fifo) ((wlc)->tx_prec_map |= (wlc)->fifo2prec_map[fifo])621 u16 tx_prec_map; /* Precedence map based on HW FIFO space */ member
210 ((wlc)->tx_prec_map & (wlc)->fifo2prec_map[(fifo)]) == \2639 wlc->tx_prec_map = WLC_PREC_BMP_ALL; in wlc_tx_prec_map_init()5222 prec_map = wlc->tx_prec_map; in wlc_send_q()5246 if (prec_map == wlc->tx_prec_map) in wlc_send_q()5248 prec_map = wlc->tx_prec_map; in wlc_send_q()
1174 u8 tx_prec_map; in dhdsdio_sendfromq() local1181 tx_prec_map = ~bus->flowcontrol; in dhdsdio_sendfromq()1186 pkt = pktq_mdeq(&bus->txq, tx_prec_map, &prec_out); in dhdsdio_sendfromq()