Searched refs:txlimit (Results 1 – 1 of 1) sorted by relevance
2590 uint txlimit = bus->txbound; /* Tx frames to send before resched */ in brcmf_sdio_dpc() local2718 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && txlimit && in brcmf_sdio_dpc()2720 framecnt = bus->rxpending ? min(txlimit, bus->txminmax) : in brcmf_sdio_dpc()2721 txlimit; in brcmf_sdio_dpc()