Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dmem.c910 struct c4iw_fr_page_list *c4pl; in c4iw_alloc_fastreg_pbl() local
915 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 …]
Dqp.c614 struct c4iw_fr_page_list *c4pl = in build_fastreg() local
628 sglp->addr0 = cpu_to_be64(c4pl->dma_addr); in build_fastreg()