Searched refs:wl_pci_dma_free_desc (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | wl_pci.c | 158 int wl_pci_dma_free_desc( struct pci_dev *pdev, struct wl_private *lp, 779 status = wl_pci_dma_free_desc( pdev, lp, &lp->dma.rx_reclaim_desc ); in wl_pci_dma_free() 797 status = wl_pci_dma_free_desc( pdev, lp, &lp->dma.tx_reclaim_desc ); in wl_pci_dma_free() 1000 status = wl_pci_dma_free_desc( pdev, lp, &p ); in wl_pci_dma_free_rx_packet() 1090 status = wl_pci_dma_free_desc( pdev, lp, desc ); in wl_pci_dma_free_desc_and_buf() 1163 int wl_pci_dma_free_desc( struct pci_dev *pdev, struct wl_private *lp, in wl_pci_dma_free_desc() function
|