Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_main.h291 s16 txpktpend[NFIFO]; /* tx admission control */ member
784 #define TXPKTPENDTOT(wlc) ((wlc)->core->txpktpend[0] + (wlc)->core->txpktpend[1] + \
785 (wlc)->core->txpktpend[2] + (wlc)->core->txpktpend[3])
786 #define TXPKTPENDGET(wlc, fifo) ((wlc)->core->txpktpend[(fifo)])
787 #define TXPKTPENDINC(wlc, fifo, val) ((wlc)->core->txpktpend[(fifo)] += (val))
788 #define TXPKTPENDDEC(wlc, fifo, val) ((wlc)->core->txpktpend[(fifo)] -= (val))
789 #define TXPKTPENDCLR(wlc, fifo) ((wlc)->core->txpktpend[(fifo)] = 0)
803 bool commit, s8 txpktpend);
804 extern void wlc_txfifo_complete(struct wlc_info *wlc, uint fifo, s8 txpktpend);
Dwlc_main.c5295 s8 txpktpend) in wlc_txfifo() argument
5319 TXPKTPENDINC(wlc, fifo, txpktpend); in wlc_txfifo()
5321 txpktpend, TXPKTPENDGET(wlc, fifo)); in wlc_txfifo()
6713 wlc_txfifo_complete(struct wlc_info *wlc, uint fifo, s8 txpktpend) in wlc_txfifo_complete() argument
6715 TXPKTPENDDEC(wlc, fifo, txpktpend); in wlc_txfifo_complete()
6717 txpktpend, TXPKTPENDGET(wlc, fifo)); in wlc_txfifo_complete()