Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/hns/
A Dhns_roce_mr.c40 static u32 hw_index_to_key(int ind) in hw_index_to_key() function
65 mr->key = hw_index_to_key(id); /* MR key */ in alloc_mr_key()
544 mw->rkey = hw_index_to_key(id); in hns_roce_alloc_mw()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Dmr.c266 static u32 hw_index_to_key(u32 ind) in hw_index_to_key() function
426 mr->key = hw_index_to_key(mridx); in mlx4_mr_alloc_reserved()
829 mw->key = hw_index_to_key(index); in mlx4_mw_alloc()
/linux-6.3-rc2/drivers/infiniband/hw/mthca/
A Dmthca_mr.c403 static inline u32 hw_index_to_key(struct mthca_dev *dev, u32 ind) in hw_index_to_key() function
442 mr->ibmr.rkey = mr->ibmr.lkey = hw_index_to_key(dev, key); in mthca_mr_alloc()

Completed in 8 milliseconds