Home
last modified time | relevance | path

Searched refs:TXHI (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c117 #define TXHI (TXQLEN - 256) /* turn on flow control above TXHI */ macro
118 #define TXLOW (TXHI - 256) /* turn off flow control below TXLOW */
2826 if (pktq_len(&bus->txq) >= TXHI) { in brcmf_sdio_bus_txdata()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c117 #define TXHI (TXQLEN - 256) /* turn on flow control above TXHI */ macro
118 #define TXLOW (TXHI - 256) /* turn off flow control below TXLOW */
2837 if (pktq_len(&bus->txq) >= TXHI) { in brcmf_sdio_bus_txdata()

Completed in 12 milliseconds