Home
last modified time | relevance | path

Searched refs:mpt_entry (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mr.c319 **mpt_entry = mlx4_table_find( in mlx4_mr_hw_get_mpt()
337 if (!(*mpt_entry) || !(**mpt_entry)) { in mlx4_mr_hw_get_mpt()
351 struct mlx4_mpt_entry **mpt_entry) in mlx4_mr_hw_write_mpt() argument
384 struct mlx4_mpt_entry **mpt_entry) in mlx4_mr_hw_put_mpt() argument
417 mpt_entry->flags = cpu_to_be32(flags); in mlx4_mr_hw_change_access()
611 mpt_entry->mtt_addr = 0; in mlx4_mr_rereg_mem_write()
635 struct mlx4_mpt_entry *mpt_entry; in mlx4_mr_enable() local
647 mpt_entry = mailbox->buf; in mlx4_mr_enable()
660 mpt_entry->mtt_addr = 0; in mlx4_mr_enable()
847 struct mlx4_mpt_entry *mpt_entry; in mlx4_mw_enable() local
[all …]
H A Dmlx4_resource_tracker.c2841 struct mlx4_mpt_entry *mpt_entry = mlx4_table_find( in mlx4_QUERY_MPT_wrapper() local
2845 if (NULL == mpt_entry || NULL == outbox->buf) { in mlx4_QUERY_MPT_wrapper()
2850 memcpy(outbox->buf, mpt_entry, sizeof(*mpt_entry)); in mlx4_QUERY_MPT_wrapper()
/freebsd/sys/dev/mthca/
H A Dmthca_mr.c433 struct mthca_mpt_entry *mpt_entry; in mthca_mr_alloc() local
457 mpt_entry = mailbox->buf; in mthca_mr_alloc()
468 mpt_entry->pd = cpu_to_be32(pd); in mthca_mr_alloc()
472 memset(&mpt_entry->lkey, 0, in mthca_mr_alloc()
476 mpt_entry->mtt_seg = in mthca_mr_alloc()
570 struct mthca_mpt_entry *mpt_entry; in mthca_fmr_alloc() local
629 mpt_entry = mailbox->buf; in mthca_fmr_alloc()
639 memset(&mpt_entry->start, 0, in mthca_fmr_alloc()
721 struct mthca_mpt_entry mpt_entry; in mthca_tavor_map_phys_fmr() local
743 mpt_entry.lkey = cpu_to_be32(key); in mthca_tavor_map_phys_fmr()
[all …]
/freebsd/sys/dev/mlx4/
H A Ddevice.h1506 struct mlx4_mpt_entry ***mpt_entry);
1508 struct mlx4_mpt_entry **mpt_entry);
1509 int mlx4_mr_hw_change_pd(struct mlx4_dev *dev, struct mlx4_mpt_entry *mpt_entry,
1512 struct mlx4_mpt_entry *mpt_entry,
1515 struct mlx4_mpt_entry **mpt_entry);
1519 int page_shift, struct mlx4_mpt_entry *mpt_entry);
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mr.c199 struct mlx4_mpt_entry *mpt_entry; in mlx4_ib_rereg_user_mr() local
200 struct mlx4_mpt_entry **pmpt_entry = &mpt_entry; in mlx4_ib_rereg_user_mr()