Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_main.c6648 u16 sfbl, lfbl; in wlc_dotxstatus() local
6651 sfbl = WLC_WME_RETRY_SFB_GET(wlc, wme_fifo2ac[queue]); in wlc_dotxstatus()
6654 sfbl = wlc->SFBL; in wlc_dotxstatus()
6660 if ((tx_frame_count > sfbl) && (txrate[1].idx >= 0)) { in wlc_dotxstatus()