Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c139 int tx_freecount; member
504 brcmf_usb_enq(devinfo, &devinfo->tx_freeq, req, &devinfo->tx_freecount); in brcmf_usb_tx_complete()
506 if (devinfo->tx_freecount > devinfo->tx_high_watermark && in brcmf_usb_tx_complete()
634 &devinfo->tx_freecount); in brcmf_usb_tx()
653 &devinfo->tx_freecount); in brcmf_usb_tx()
658 if (devinfo->tx_freecount < devinfo->tx_low_watermark && in brcmf_usb_tx()
1140 devinfo->tx_freecount = ntxq; in brcmf_usb_attach()