Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb4/
Dmem.c895 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()
908 __func__, c4pl, c4pl->pll_len, c4pl->ibpl.page_list, in c4iw_alloc_fastreg_pbl()
911 return &c4pl->ibpl; in c4iw_alloc_fastreg_pbl()
914 void c4iw_free_fastreg_pbl(struct ib_fast_reg_page_list *ibpl) in c4iw_free_fastreg_pbl() argument
916 struct c4iw_fr_page_list *c4pl = to_c4iw_fr_page_list(ibpl); in c4iw_free_fastreg_pbl()
919 __func__, c4pl, c4pl->pll_len, c4pl->ibpl.page_list, in c4iw_free_fastreg_pbl()
924 c4pl->ibpl.page_list, dma_unmap_addr(c4pl, mapping)); in c4iw_free_fastreg_pbl()
Diw_cxgb4.h411 struct ib_fast_reg_page_list ibpl; member
419 struct ib_fast_reg_page_list *ibpl) in to_c4iw_fr_page_list() argument
421 return container_of(ibpl, struct c4iw_fr_page_list, ibpl); in to_c4iw_fr_page_list()