Home
last modified time | relevance | path

Searched refs:mlx4_table_find (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dicm.h84 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, dma_addr_t *dma_handle);
H A Dmlx4_mr.c319 **mpt_entry = mlx4_table_find( in mlx4_mr_hw_get_mpt()
705 mtts = mlx4_table_find(&priv->mr_table.mtt_table, mtt->offset + in mlx4_write_mtt_chunk()
1075 fmr->mtts = mlx4_table_find(&priv->mr_table.mtt_table, in mlx4_fmr_alloc()
1101 fmr->mpt = mlx4_table_find(&priv->mr_table.dmpt_table, in mlx4_fmr_enable()
H A Dmlx4_icm.c307 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find() function
H A Dmlx4_resource_tracker.c2841 struct mlx4_mpt_entry *mpt_entry = mlx4_table_find( in mlx4_QUERY_MPT_wrapper()