Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_stf.c51 static int wlc_stf_txcore_set(struct wlc_info *wlc, u8 Nsts, u8 val);
194 static int wlc_stf_txcore_set(struct wlc_info *wlc, u8 Nsts, u8 core_mask) in wlc_stf_txcore_set() argument
197 wlc->pub->unit, __func__, Nsts, core_mask); in wlc_stf_txcore_set()
199 ASSERT((Nsts > 0) && (Nsts <= MAX_STREAMS_SUPPORTED)); in wlc_stf_txcore_set()
211 ASSERT(!core_mask || Nsts <= WLC_BITSCNT(core_mask)); in wlc_stf_txcore_set()
213 wlc->stf->txcore[Nsts] = core_mask; in wlc_stf_txcore_set()
215 if (Nsts == 1) { in wlc_stf_txcore_set()