Searched refs:buffer_size_shift (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/mthca/ |
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() argument 536 err = mthca_mr_alloc(dev, pd, buffer_size_shift, iova, in mthca_mr_alloc_phys()
|
D | mthca_dev.h | 471 int mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, 476 u64 *buffer_list, int buffer_size_shift,
|