Searched refs:c4pl (Results 1 – 2 of 2) sorted by relevance
886 struct c4iw_fr_page_list *c4pl; in c4iw_alloc_fastreg_pbl() local891 c4pl = kmalloc(sizeof(*c4pl), GFP_KERNEL); in c4iw_alloc_fastreg_pbl()892 if (!c4pl) in c4iw_alloc_fastreg_pbl()895 c4pl->ibpl.page_list = dma_alloc_coherent(&dev->rdev.lldi.pdev->dev, in c4iw_alloc_fastreg_pbl()898 if (!c4pl->ibpl.page_list) { in c4iw_alloc_fastreg_pbl()899 kfree(c4pl); in c4iw_alloc_fastreg_pbl()902 dma_unmap_addr_set(c4pl, mapping, dma_addr); in c4iw_alloc_fastreg_pbl()903 c4pl->dma_addr = dma_addr; in c4iw_alloc_fastreg_pbl()904 c4pl->dev = dev; in c4iw_alloc_fastreg_pbl()905 c4pl->pll_len = pll_len; in c4iw_alloc_fastreg_pbl()[all …]
614 struct c4iw_fr_page_list *c4pl = in build_fastreg() local628 sglp->addr0 = cpu_to_be64(c4pl->dma_addr); in build_fastreg()