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

/linux-master/drivers/net/wireless/broadcom/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, argument
164 brcms_dbg_ht(wlc->hw->d11core, "wl%d: Nsts %d core_mask %x\n",
165 wlc->pub->unit, Nsts, core_mask);
175 wlc->stf->txcore[Nsts] = core_mask;
176 /* Nsts = 1..4, txcore index = 1..4 */
177 if (Nsts
[all...]

Completed in 106 milliseconds