Home
last modified time | relevance | path

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

/drivers/net/mlx4/
Dmr.c242 static u32 hw_index_to_key(u32 ind) in hw_index_to_key() function
282 mr->key = hw_index_to_key(index); in mlx4_mr_alloc()
542 *lkey = *rkey = fmr->mr.key = hw_index_to_key(key); in mlx4_map_phys_fmr()
/drivers/infiniband/hw/mthca/
Dmthca_mr.c408 static inline u32 hw_index_to_key(struct mthca_dev *dev, u32 ind) in hw_index_to_key() function
448 mr->ibmr.rkey = mr->ibmr.lkey = hw_index_to_key(dev, key); in mthca_mr_alloc()
610 mr->ibmr.rkey = mr->ibmr.lkey = hw_index_to_key(dev, key); in mthca_fmr_alloc()