Lines Matching refs:mthca_mpt_entry
50 struct mthca_mpt_entry { struct
433 struct mthca_mpt_entry *mpt_entry; in mthca_mr_alloc()
473 sizeof *mpt_entry - offsetof(struct mthca_mpt_entry, lkey)); in mthca_mr_alloc()
482 for (i = 0; i < sizeof (struct mthca_mpt_entry) / 4; ++i) { in mthca_mr_alloc()
570 struct mthca_mpt_entry *mpt_entry; in mthca_fmr_alloc()
640 sizeof *mpt_entry - offsetof(struct mthca_mpt_entry, start)); in mthca_fmr_alloc()
645 for (i = 0; i < sizeof (struct mthca_mpt_entry) / 4; ++i) { in mthca_fmr_alloc()
721 struct mthca_mpt_entry mpt_entry; in mthca_tavor_map_phys_fmr()
749 offsetof(struct mthca_mpt_entry, window_count) - in mthca_tavor_map_phys_fmr()
750 offsetof(struct mthca_mpt_entry, start)); in mthca_tavor_map_phys_fmr()
876 ioremap(addr, mpts * sizeof(struct mthca_mpt_entry)); in mthca_init_mr_table()