Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-hcd.c274 if (ehci->reclaim in ehci_iaa_watchdog()
455 ehci->stats.normal, ehci->stats.error, ehci->stats.reclaim, in ehci_stop()
499 ehci->reclaim = NULL; in ehci_init()
696 if (ehci->reclaim) { in ehci_irq()
697 COUNT(ehci->stats.reclaim); in ehci_irq()
814 if (!HC_IS_RUNNING(ehci_to_hcd(ehci)->state) && ehci->reclaim) in unlink_async()
822 else if (ehci->reclaim) { in unlink_async()
825 for (last = ehci->reclaim; in unlink_async()
826 last->reclaim; in unlink_async()
827 last = last->reclaim) in unlink_async()
[all …]
Dehci-q.c1018 struct ehci_qh *qh = ehci->reclaim; in end_unlink_async()
1029 next = qh->reclaim; in end_unlink_async()
1030 ehci->reclaim = next; in end_unlink_async()
1031 qh->reclaim = NULL; in end_unlink_async()
1050 ehci->reclaim = NULL; in end_unlink_async()
1065 if (ehci->reclaim in start_unlink_async()
1076 && !ehci->reclaim) { in start_unlink_async()
1088 ehci->reclaim = qh = qh_get (qh); in start_unlink_async()
1153 if (!ehci->reclaim in scan_async()
Dehci.h45 unsigned long reclaim; member
76 struct ehci_qh *reclaim; member
359 struct ehci_qh *reclaim; /* next to reclaim */ member
Doxu210hp-hcd.c1674 struct ehci_qh *qh = oxu->reclaim; in end_unlink_async()
1684 next = qh->reclaim; in end_unlink_async()
1685 oxu->reclaim = next; in end_unlink_async()
1687 qh->reclaim = NULL; in end_unlink_async()
1706 oxu->reclaim = NULL; in end_unlink_async()
1721 if (oxu->reclaim || (qh->qh_state != QH_STATE_LINKED in start_unlink_async()
1730 && !oxu->reclaim) { in start_unlink_async()
1741 oxu->reclaim = qh = qh_get(qh); in start_unlink_async()
1805 else if (!oxu->reclaim in scan_async()
2424 && oxu->reclaim in unlink_async()
[all …]
Dehci-dbg.c500 if (ehci->reclaim && size > 0) { in fill_async_buffer()
505 for (qh = ehci->reclaim; size > 0 && qh; qh = qh->reclaim) in fill_async_buffer()
787 if (ehci->reclaim) { in fill_registers_buffer()
788 temp = scnprintf(next, size, "reclaim qh %p\n", ehci->reclaim); in fill_registers_buffer()
796 ehci->stats.normal, ehci->stats.error, ehci->stats.reclaim, in fill_registers_buffer()
Doxu210hp.h301 struct ehci_qh *reclaim; /* next to reclaim */ member
393 struct ehci_qh *reclaim; member
Dehci-au1xxx.c288 if (ehci->reclaim) in ehci_hcd_au1xxx_drv_resume()
Dehci-pci.c350 if (ehci->reclaim) in ehci_pci_resume()
Dehci-hub.c174 if (ehci->reclaim) in ehci_bus_suspend()
/drivers/net/wireless/libertas/
Dif_sdio.c896 goto reclaim; in if_sdio_probe()
901 goto reclaim; in if_sdio_probe()
918 goto reclaim; in if_sdio_probe()
933 reclaim: in if_sdio_probe()
/drivers/net/cxgb3/
Dsge.c315 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx() local
317 if (reclaim) { in reclaim_completed_tx()
318 free_tx_desc(adapter, q, reclaim); in reclaim_completed_tx()
319 q->cleaned += reclaim; in reclaim_completed_tx()
320 q->in_use -= reclaim; in reclaim_completed_tx()
1327 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx_imm() local
1329 q->in_use -= reclaim; in reclaim_completed_tx_imm()
1330 q->cleaned += reclaim; in reclaim_completed_tx_imm()
/drivers/net/chelsio/
Dsge.c1299 unsigned int reclaim = q->processed - q->cleaned; in reclaim_completed_tx() local
1301 if (reclaim) { in reclaim_completed_tx()
1304 free_cmdQ_buffers(sge, q, reclaim); in reclaim_completed_tx()
1305 q->cleaned += reclaim; in reclaim_completed_tx()
/drivers/net/wireless/iwlwifi/
Diwl-agn.c1126 int reclaim; in iwl_rx_handle() local
1166 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) && in iwl_rx_handle()
1189 if (reclaim) { in iwl_rx_handle()
Diwl3945-base.c3809 int reclaim; in iwl3945_rx_handle() local
3846 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME) && in iwl3945_rx_handle()
3866 if (reclaim) { in iwl3945_rx_handle()
/drivers/staging/wlan-ng/
Dhfa384x.h2741 hfa384x_cmd_transmit(hfa384x_t *hw, u16 reclaim, u16 qos, u16 fid);