Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dtx.c110 bool fw_ps; in wl1271_tx_regulate_link() local
116 fw_ps = test_bit(hlid, &wl->ap_fw_ps_map); in wl1271_tx_regulate_link()
126 * for each AP. The "fw_ps" check assures us the other link is a STA in wl1271_tx_regulate_link()
129 if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl1271_tx_regulate_link()
H A Dmain.c339 bool fw_ps; in wl12xx_irq_ps_regulate_link() local
341 fw_ps = test_bit(hlid, &wl->ap_fw_ps_map); in wl12xx_irq_ps_regulate_link()
347 if (!fw_ps || tx_pkts < WL1271_PS_STA_MAX_PACKETS) in wl12xx_irq_ps_regulate_link()
356 * for each AP. The "fw_ps" check assures us the other link is a STA in wl12xx_irq_ps_regulate_link()
359 else if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl12xx_irq_ps_regulate_link()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dtx.c110 bool fw_ps; in wl1271_tx_regulate_link() local
116 fw_ps = test_bit(hlid, &wl->ap_fw_ps_map); in wl1271_tx_regulate_link()
126 * for each AP. The "fw_ps" check assures us the other link is a STA in wl1271_tx_regulate_link()
129 if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl1271_tx_regulate_link()
H A Dmain.c333 bool fw_ps; in wl12xx_irq_ps_regulate_link() local
335 fw_ps = test_bit(hlid, &wl->ap_fw_ps_map); in wl12xx_irq_ps_regulate_link()
341 if (!fw_ps || tx_pkts < WL1271_PS_STA_MAX_PACKETS) in wl12xx_irq_ps_regulate_link()
350 * for each AP. The "fw_ps" check assures us the other link is a STA in wl12xx_irq_ps_regulate_link()
353 else if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl12xx_irq_ps_regulate_link()

Completed in 17 milliseconds