Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_pci.c770 if( lp->dma.rx_reclaim_desc ) { in wl_pci_dma_free()
771 status = wl_pci_dma_free_desc( pdev, lp, &lp->dma.rx_reclaim_desc ); in wl_pci_dma_free()
1310 if( lp->dma.rx_reclaim_desc ) { in wl_pci_dma_hcf_supply()
1311 DBG_PRINT( "lp->dma.rx_reclaim_desc: 0x%p\n", lp->dma.rx_reclaim_desc ); in wl_pci_dma_hcf_supply()
1312 hcf_dma_rx_put( &lp->hcfCtx, lp->dma.rx_reclaim_desc ); in wl_pci_dma_hcf_supply()
1313 lp->dma.rx_reclaim_desc = NULL; in wl_pci_dma_hcf_supply()
1314 DBG_PRINT( "lp->dma.rx_reclaim_desc: 0x%p\n", lp->dma.rx_reclaim_desc ); in wl_pci_dma_hcf_supply()
1418 lp->dma.rx_reclaim_desc = p; in wl_pci_dma_hcf_reclaim_rx()
Dwl_internal.h839 DESC_STRCT *rx_reclaim_desc, *tx_reclaim_desc; // Descriptors for host-reclaim purposes (see HCF) member