Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dusb.c143 struct list_head tx_freeq; member
490 brcmf_usb_enq(devinfo, &devinfo->tx_freeq, req, &devinfo->tx_freecount); in brcmf_usb_tx_complete()
614 req = brcmf_usb_deq(devinfo, &devinfo->tx_freeq, in brcmf_usb_tx()
633 brcmf_usb_enq(devinfo, &devinfo->tx_freeq, req, in brcmf_usb_tx()
1029 brcmf_usb_free_q(&devinfo->tx_freeq, false); in brcmf_usb_detach()
1090 INIT_LIST_HEAD(&devinfo->tx_freeq); in brcmf_usb_attach()
1099 devinfo->tx_reqs = brcmf_usbdev_qinit(&devinfo->tx_freeq, ntxq); in brcmf_usb_attach()