Home
last modified time | relevance | path

Searched refs:mtt_entry_sz (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.h120 int mtt_entry_sz; member
H A Dprofile.c120 profile[MLX4_RES_MTT].size = dev_cap->mtt_entry_sz; in mlx4_make_profile()
H A Dmain.c530 dev->caps.mtt_entry_sz = dev_cap->mtt_entry_sz; in mlx4_dev_cap()
1722 ALIGN(dev->caps.reserved_mtts * dev->caps.mtt_entry_sz, in mlx4_init_icm()
1723 dma_get_cache_alignment()) / dev->caps.mtt_entry_sz; in mlx4_init_icm()
1727 dev->caps.mtt_entry_sz, in mlx4_init_icm()
H A Dresource_tracker.c2765 int mtt_base = mr_get_mtt_addr(inbox->buf) / dev->caps.mtt_entry_sz; in mlx4_SW2HW_MPT_wrapper()
2963 int mtt_base = qp_get_mtt_addr(qpc) / dev->caps.mtt_entry_sz; in mlx4_RST2INIT_QP_wrapper()
3103 int mtt_base = eq_get_mtt_addr(eqc) / dev->caps.mtt_entry_sz; in mlx4_SW2HW_EQ_wrapper()
3443 int mtt_base = cq_get_mtt_addr(cqc) / dev->caps.mtt_entry_sz; in mlx4_SW2HW_CQ_wrapper()
3532 int mtt_base = cq_get_mtt_addr(cqc) / dev->caps.mtt_entry_sz; in handle_resize()
3621 int mtt_base = srq_get_mtt_addr(srqc) / dev->caps.mtt_entry_sz; in mlx4_SW2HW_SRQ_wrapper()
H A Dmr.c262 return (u64) mtt->offset * dev->caps.mtt_entry_sz; in mlx4_mtt_addr()
H A Dfw.c999 dev_cap->mtt_entry_sz = size; in mlx4_QUERY_DEV_CAP()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h754 u32 mtt_entry_sz; member
H A Dhns_roce_hw_v2.c2039 calc_pg_sz(caps->num_srqwqe_segs, caps->mtt_entry_sz, in set_hem_page_size()
2061 caps->mtt_entry_sz = HNS_ROCE_V2_MTT_ENTRY_SZ; in apply_func_caps()
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h592 int mtt_entry_sz; member