Lines Matching refs:mpt_entry
431 struct mthca_mpt_entry *mpt_entry; in mthca_mr_alloc() local
455 mpt_entry = mailbox->buf; in mthca_mr_alloc()
457 mpt_entry->flags = cpu_to_be32(MTHCA_MPT_FLAG_SW_OWNS | in mthca_mr_alloc()
462 mpt_entry->flags |= cpu_to_be32(MTHCA_MPT_FLAG_PHYSICAL); in mthca_mr_alloc()
464 mpt_entry->page_size = cpu_to_be32(buffer_size_shift - 12); in mthca_mr_alloc()
465 mpt_entry->key = cpu_to_be32(key); in mthca_mr_alloc()
466 mpt_entry->pd = cpu_to_be32(pd); in mthca_mr_alloc()
467 mpt_entry->start = cpu_to_be64(iova); in mthca_mr_alloc()
468 mpt_entry->length = cpu_to_be64(total_size); in mthca_mr_alloc()
470 memset_startat(mpt_entry, 0, lkey); in mthca_mr_alloc()
473 mpt_entry->mtt_seg = in mthca_mr_alloc()
482 printk(" %08x", be32_to_cpu(((__be32 *) mpt_entry)[i])); in mthca_mr_alloc()