Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/brcm80211/brcmfmac/
Ddhd_sdio.c2360 uint txlimit = bus->txbound; /* Tx frames to send before resched */ in brcmf_sdbrcm_dpc() local
2559 brcmu_pktq_mlen(&bus->txq, ~bus->flowcontrol) && txlimit in brcmf_sdbrcm_dpc()
2561 framecnt = rxdone ? txlimit : min(txlimit, bus->txminmax); in brcmf_sdbrcm_dpc()
2563 txlimit -= framecnt; in brcmf_sdbrcm_dpc()