Searched refs:mpt_entry (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c436 struct mthca_mpt_entry *mpt_entry; local
461 mpt_entry = mailbox->buf;
463 mpt_entry->flags = cpu_to_be32(MTHCA_MPT_FLAG_SW_OWNS |
468 mpt_entry->flags |= cpu_to_be32(MTHCA_MPT_FLAG_PHYSICAL);
470 mpt_entry->page_size = cpu_to_be32(buffer_size_shift - 12);
471 mpt_entry->key = cpu_to_be32(key);
472 mpt_entry->pd = cpu_to_be32(pd);
473 mpt_entry->start = cpu_to_be64(iova);
474 mpt_entry->length = cpu_to_be64(total_size);
476 memset(&mpt_entry
585 struct mthca_mpt_entry *mpt_entry; local
745 struct mthca_mpt_entry mpt_entry; local
[all...]
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dmr.c355 struct mlx4_mpt_entry *mpt_entry; local
367 mpt_entry = mailbox->buf;
369 memset(mpt_entry, 0, sizeof *mpt_entry);
371 mpt_entry->flags = cpu_to_be32(MLX4_MPT_FLAG_MIO |
375 mpt_entry->key = cpu_to_be32(key_to_hw_index(mr->key));
376 mpt_entry->pd_flags = cpu_to_be32(mr->pd | MLX4_MPT_PD_FLAG_EN_INV);
377 mpt_entry->start = cpu_to_be64(mr->iova);
378 mpt_entry->length = cpu_to_be64(mr->size);
379 mpt_entry
[all...]

Completed in 26 milliseconds