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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dmr.c307 struct mlx4_mpt_entry *mpt_entry; local
319 mpt_entry = mailbox->buf;
321 memset(mpt_entry, 0, sizeof *mpt_entry);
323 mpt_entry->flags = cpu_to_be32(MLX4_MPT_FLAG_SW_OWNS |
328 mpt_entry->key = cpu_to_be32(key_to_hw_index(mr->key));
329 mpt_entry->pd = cpu_to_be32(mr->pd);
330 mpt_entry->start = cpu_to_be64(mr->iova);
331 mpt_entry->length = cpu_to_be64(mr->size);
332 mpt_entry
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c428 struct mthca_mpt_entry *mpt_entry; local
453 mpt_entry = mailbox->buf;
455 mpt_entry->flags = cpu_to_be32(MTHCA_MPT_FLAG_SW_OWNS |
460 mpt_entry->flags |= cpu_to_be32(MTHCA_MPT_FLAG_PHYSICAL);
462 mpt_entry->page_size = cpu_to_be32(buffer_size_shift - 12);
463 mpt_entry->key = cpu_to_be32(key);
464 mpt_entry->pd = cpu_to_be32(pd);
465 mpt_entry->start = cpu_to_be64(iova);
466 mpt_entry->length = cpu_to_be64(total_size);
468 memset(&mpt_entry
577 struct mthca_mpt_entry *mpt_entry; local
733 struct mthca_mpt_entry mpt_entry; local
[all...]

Completed in 44 milliseconds