Searched refs:fifo2prec_map (Results 1 – 2 of 2) 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])622 u16 fifo2prec_map[NFIFO]; /* pointer to fifo2_prec map based on WME */ member
210 ((wlc)->tx_prec_map & (wlc)->fifo2prec_map[(fifo)]) == \211 (wlc)->fifo2prec_map[(fifo)]))2640 memset(wlc->fifo2prec_map, 0, NFIFO * sizeof(u16)); in wlc_tx_prec_map_init()2646 wlc->fifo2prec_map[TX_DATA_FIFO] = WLC_PREC_BMP_ALL; in wlc_tx_prec_map_init()2647 wlc->fifo2prec_map[TX_CTL_FIFO] = WLC_PREC_BMP_ALL; in wlc_tx_prec_map_init()2649 wlc->fifo2prec_map[TX_AC_BK_FIFO] = WLC_PREC_BMP_AC_BK; in wlc_tx_prec_map_init()2650 wlc->fifo2prec_map[TX_AC_BE_FIFO] = WLC_PREC_BMP_AC_BE; in wlc_tx_prec_map_init()2651 wlc->fifo2prec_map[TX_AC_VI_FIFO] = WLC_PREC_BMP_AC_VI; in wlc_tx_prec_map_init()2652 wlc->fifo2prec_map[TX_AC_VO_FIFO] = WLC_PREC_BMP_AC_VO; in wlc_tx_prec_map_init()