Home
last modified time | relevance | path

Searched refs:mpt_byte_4 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c1857 roce_set_field(mpt_entry->mpt_byte_4, MPT_BYTE_4_KEY_STATE_M, in hns_roce_v1_write_mtpt()
1859 roce_set_field(mpt_entry->mpt_byte_4, MPT_BYTE_4_KEY_M, in hns_roce_v1_write_mtpt()
1861 roce_set_field(mpt_entry->mpt_byte_4, MPT_BYTE_4_PAGE_SIZE_M, in hns_roce_v1_write_mtpt()
1863 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_MW_TYPE_S, 0); in hns_roce_v1_write_mtpt()
1864 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_MW_BIND_ENABLE_S, in hns_roce_v1_write_mtpt()
1866 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_OWN_S, 0); in hns_roce_v1_write_mtpt()
1867 roce_set_field(mpt_entry->mpt_byte_4, MPT_BYTE_4_MEMORY_LOCATION_TYPE_M, in hns_roce_v1_write_mtpt()
1869 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_REMOTE_ATOMIC_S, 0); in hns_roce_v1_write_mtpt()
1870 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_LOCAL_WRITE_S, in hns_roce_v1_write_mtpt()
1872 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_REMOTE_WRITE_S, in hns_roce_v1_write_mtpt()
[all …]
Dhns_roce_hw_v1.h348 __le32 mpt_byte_4; member