Searched refs:buffer_size_shift (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/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() argument 533 err = mthca_mr_alloc(dev, pd, buffer_size_shift, iova, in mthca_mr_alloc_phys()
|
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,
|