Searched refs:c4pl (Results 1 – 2 of 2) sorted by relevance
910 struct c4iw_fr_page_list *c4pl; in c4iw_alloc_fastreg_pbl() local915 c4pl = kmalloc(sizeof(*c4pl), GFP_KERNEL); in c4iw_alloc_fastreg_pbl()916 if (!c4pl) in c4iw_alloc_fastreg_pbl()919 c4pl->ibpl.page_list = dma_alloc_coherent(&dev->rdev.lldi.pdev->dev, in c4iw_alloc_fastreg_pbl()922 if (!c4pl->ibpl.page_list) { in c4iw_alloc_fastreg_pbl()923 kfree(c4pl); in c4iw_alloc_fastreg_pbl()926 dma_unmap_addr_set(c4pl, mapping, dma_addr); in c4iw_alloc_fastreg_pbl()927 c4pl->dma_addr = dma_addr; in c4iw_alloc_fastreg_pbl()928 c4pl->dev = dev; in c4iw_alloc_fastreg_pbl()929 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()