Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmr.c269 static u32 hw_index_to_key(u32 ind) in hw_index_to_key() function
428 mr->key = hw_index_to_key(mridx); in mlx4_mr_alloc_reserved()
832 mw->key = hw_index_to_key(index); in mlx4_mw_alloc()
1013 *lkey = *rkey = fmr->mr.key = hw_index_to_key(key); in mlx4_map_phys_fmr()
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_mr.c405 static inline u32 hw_index_to_key(struct mthca_dev *dev, u32 ind) in hw_index_to_key() function
444 mr->ibmr.rkey = mr->ibmr.lkey = hw_index_to_key(dev, key); in mthca_mr_alloc()
594 mr->ibmr.rkey = mr->ibmr.lkey = hw_index_to_key(dev, key); in mthca_fmr_alloc()