Searched refs:buffer_size_shift (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_mr.c | 429 int mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, in mthca_mr_alloc() argument 438 WARN_ON(buffer_size_shift >= 32); in mthca_mr_alloc() 466 mpt_entry->page_size = cpu_to_be32(buffer_size_shift - 12); in mthca_mr_alloc() 520 u64 *buffer_list, int buffer_size_shift, in mthca_mr_alloc_phys() 536 err = mthca_mr_alloc(dev, pd, buffer_size_shift, iova, in mthca_mr_alloc_phys() 519 mthca_mr_alloc_phys(struct mthca_dev *dev, u32 pd, u64 *buffer_list, int buffer_size_shift, int list_len, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) mthca_mr_alloc_phys() argument
|
H A D | mthca_dev.h | 470 int mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, 475 u64 *buffer_list, int buffer_size_shift,
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_mr.c | 427 int mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, in mthca_mr_alloc() argument 436 WARN_ON(buffer_size_shift >= 32); in mthca_mr_alloc() 464 mpt_entry->page_size = cpu_to_be32(buffer_size_shift - 12); in mthca_mr_alloc() 517 u64 *buffer_list, int buffer_size_shift, in mthca_mr_alloc_phys() 533 err = mthca_mr_alloc(dev, pd, buffer_size_shift, iova, in mthca_mr_alloc_phys() 516 mthca_mr_alloc_phys(struct mthca_dev *dev, u32 pd, u64 *buffer_list, int buffer_size_shift, int list_len, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) mthca_mr_alloc_phys() argument
|
H A D | mthca_dev.h | 470 int mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, 475 u64 *buffer_list, int buffer_size_shift,
|
Completed in 5 milliseconds