Searched refs:buffer_size_shift (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/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() argument 536 err = mthca_mr_alloc(dev, pd, buffer_size_shift, iova, in mthca_mr_alloc_phys()
|
H A D | mthca_dev.h | 473 int mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, 478 u64 *buffer_list, int buffer_size_shift,
|