Searched refs:num_pbls (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c606 u32 pdid, int acc, u32 num_pbls, u32 addr_check)
617 mr->hwmr.num_pbls = num_pbls;
662 for (i = 0; i < mr->num_pbls; i++) {
677 u32 num_pbls = 0; local
688 num_pbls = roundup(num_pbes, (pbl_size / sizeof(u64)));
689 num_pbls = num_pbls / (pbl_size / sizeof(u64));
691 } while (num_pbls >= dev->attr.max_num_mr_pbl);
694 mr->hwmr.num_pbls
605 ocrdma_alloc_lkey(struct ocrdma_dev *dev, struct ocrdma_mr *mr, u32 pdid, int acc, u32 num_pbls, u32 addr_check) argument
[all...]
H A Docrdma.h155 u32 num_pbls; member in struct:ocrdma_hw_mr
H A Docrdma_hw.c1714 (hwmr->num_pbls << OCRDMA_ALLOC_LKEY_PBL_SIZE_SHIFT);
1756 pdid | (hwmr->num_pbls << OCRDMA_REG_NSMR_NUM_PBL_SHIFT);
1831 u32 pending_pbl_cnt = hwmr->num_pbls;

Completed in 99 milliseconds