Searched refs:iwch_write_pbl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_mem.c | 128 int iwch_write_pbl(struct iwch_mr *mhp, __be64 *pages, int npages, int offset) in iwch_write_pbl() function
|
D | iwch_provider.h | 350 int iwch_write_pbl(struct iwch_mr *mhp, __be64 *pages, int npages, int offset);
|
D | iwch_provider.c | 530 ret = iwch_write_pbl(mhp, page_list, npages, 0); in iwch_register_phys_mem() 677 err = iwch_write_pbl(mhp, pages, i, n); in iwch_reg_user_mr() 687 err = iwch_write_pbl(mhp, pages, i, n); in iwch_reg_user_mr()
|