Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c2549 uint txlimit = bus->txbound; /* Tx frames to send before resched */ in brcmf_sdio_dpc() local
2674 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && txlimit && in brcmf_sdio_dpc()
2676 framecnt = bus->rxpending ? min(txlimit, bus->txminmax) : in brcmf_sdio_dpc()
2677 txlimit; in brcmf_sdio_dpc()