Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c128 struct list_head tx_freeq; member
475 brcmf_usb_enq(devinfo, &devinfo->tx_freeq, req, &devinfo->tx_freecount); in brcmf_usb_tx_complete()
599 req = brcmf_usb_deq(devinfo, &devinfo->tx_freeq, in brcmf_usb_tx()
618 brcmf_usb_enq(devinfo, &devinfo->tx_freeq, req, in brcmf_usb_tx()
1044 brcmf_usb_free_q(&devinfo->tx_freeq, false); in brcmf_usb_detach()
1121 INIT_LIST_HEAD(&devinfo->tx_freeq); in brcmf_usb_attach()
1130 devinfo->tx_reqs = brcmf_usbdev_qinit(&devinfo->tx_freeq, ntxq); in brcmf_usb_attach()