Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c1878 roce_set_field(mpt_entry->mpt_byte_4, MPT_BYTE_4_KEY_STATE_M, in hns_roce_v1_write_mtpt()
1880 roce_set_field(mpt_entry->mpt_byte_4, MPT_BYTE_4_KEY_M, in hns_roce_v1_write_mtpt()
1882 roce_set_field(mpt_entry->mpt_byte_4, MPT_BYTE_4_PAGE_SIZE_M, in hns_roce_v1_write_mtpt()
1884 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_MW_TYPE_S, 0); in hns_roce_v1_write_mtpt()
1885 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_MW_BIND_ENABLE_S, in hns_roce_v1_write_mtpt()
1887 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_OWN_S, 0); in hns_roce_v1_write_mtpt()
1888 roce_set_field(mpt_entry->mpt_byte_4, MPT_BYTE_4_MEMORY_LOCATION_TYPE_M, in hns_roce_v1_write_mtpt()
1890 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_REMOTE_ATOMIC_S, 0); in hns_roce_v1_write_mtpt()
1891 roce_set_bit(mpt_entry->mpt_byte_4, MPT_BYTE_4_LOCAL_WRITE_S, in hns_roce_v1_write_mtpt()
1893 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.h311 __le32 mpt_byte_4; member