Searched refs:Nsts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | stf.c | 41 (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, in brcms_c_stf_txcore_set() argument 164 brcms_dbg_ht(wlc->hw->d11core, "wl%d: Nsts %d core_mask %x\n", in brcms_c_stf_txcore_set() 165 wlc->pub->unit, Nsts, core_mask); in brcms_c_stf_txcore_set() 175 wlc->stf->txcore[Nsts] = core_mask; in brcms_c_stf_txcore_set() 176 /* Nsts = 1..4, txcore index = 1..4 */ in brcms_c_stf_txcore_set() 177 if (Nsts in brcms_c_stf_txcore_set() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | stf.c | 41 (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, in brcms_c_stf_txcore_set() argument 164 brcms_dbg_ht(wlc->hw->d11core, "wl%d: Nsts %d core_mask %x\n", in brcms_c_stf_txcore_set() 165 wlc->pub->unit, Nsts, core_mask); in brcms_c_stf_txcore_set() 175 wlc->stf->txcore[Nsts] = core_mask; in brcms_c_stf_txcore_set() 176 /* Nsts = 1..4, txcore index = 1..4 */ in brcms_c_stf_txcore_set() 177 if (Nsts in brcms_c_stf_txcore_set() [all...] |
Completed in 3 milliseconds