Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dusb.c130 struct list_head rx_freeq; member
498 brcmf_usb_enq(devinfo, &devinfo->rx_freeq, req, NULL); in brcmf_usb_rx_complete()
508 brcmf_usb_enq(devinfo, &devinfo->rx_freeq, req, NULL); in brcmf_usb_rx_complete()
525 brcmf_usb_enq(devinfo, &devinfo->rx_freeq, req, NULL); in brcmf_usb_rx_refill()
541 brcmf_usb_enq(devinfo, &devinfo->rx_freeq, req, NULL); in brcmf_usb_rx_refill()
554 while ((req = brcmf_usb_deq(devinfo, &devinfo->rx_freeq, NULL)) != NULL) in brcmf_usb_rx_fill_all()
1016 brcmf_usb_free_q(&devinfo->rx_freeq); in brcmf_usb_detach()
1075 INIT_LIST_HEAD(&devinfo->rx_freeq); in brcmf_usb_attach()
1083 devinfo->rx_reqs = brcmf_usbdev_qinit(&devinfo->rx_freeq, nrxq); in brcmf_usb_attach()