Searched refs:reclaim (Results 1 – 15 of 15) sorted by relevance
/drivers/usb/host/ |
D | ehci-hcd.c | 274 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 …]
|
D | ehci-q.c | 1018 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()
|
D | ehci.h | 45 unsigned long reclaim; member 76 struct ehci_qh *reclaim; member 359 struct ehci_qh *reclaim; /* next to reclaim */ member
|
D | oxu210hp-hcd.c | 1674 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 …]
|
D | ehci-dbg.c | 500 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()
|
D | oxu210hp.h | 301 struct ehci_qh *reclaim; /* next to reclaim */ member 393 struct ehci_qh *reclaim; member
|
D | ehci-au1xxx.c | 288 if (ehci->reclaim) in ehci_hcd_au1xxx_drv_resume()
|
D | ehci-pci.c | 350 if (ehci->reclaim) in ehci_pci_resume()
|
D | ehci-hub.c | 174 if (ehci->reclaim) in ehci_bus_suspend()
|
/drivers/net/wireless/libertas/ |
D | if_sdio.c | 896 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/ |
D | sge.c | 315 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/ |
D | sge.c | 1299 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/ |
D | iwl-agn.c | 1126 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()
|
D | iwl3945-base.c | 3809 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/ |
D | hfa384x.h | 2741 hfa384x_cmd_transmit(hfa384x_t *hw, u16 reclaim, u16 qos, u16 fid);
|