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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dstf.c41 (0x01), /* For Nsts = 1, enable core 1 */
42 (0x03), /* For Nsts = 2, enable core 1 & 2 */
43 (0x07), /* For Nsts = 3, enable core 1, 2 & 3 */
44 (0x0f) /* For Nsts = 4, enable all cores */
161 static int brcms_c_stf_txcore_set(struct brcms_c_info *wlc, u8 Nsts, brcms_c_stf_txcore_set() argument
164 brcms_dbg_ht(wlc->hw->d11core, "wl%d: Nsts %d core_mask %x\n", brcms_c_stf_txcore_set()
165 wlc->pub->unit, Nsts, core_mask); brcms_c_stf_txcore_set()
175 wlc->stf->txcore[Nsts] = core_mask; brcms_c_stf_txcore_set()
176 /* Nsts = 1..4, txcore index = 1..4 */ brcms_c_stf_txcore_set()
177 if (Nsts == 1) { brcms_c_stf_txcore_set()
H A Dmain.h194 * txcore[MAX_STREAMS_SUPPORTED + 1]: bitmap of selected core for each Nsts.

Completed in 76 milliseconds