Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c402 static inline u32 hw_index_to_key(struct mthca_dev *dev, u32 ind) in hw_index_to_key() function
441 mr->ibmr.rkey = mr->ibmr.lkey = hw_index_to_key(dev, key); in mthca_mr_alloc()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c43 static u32 hw_index_to_key(int ind) in hw_index_to_key() function
68 mr->key = hw_index_to_key(id); /* MR key */ in alloc_mr_key()