Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Dmr.c1049 if (max_maps > dev->caps.max_fmr_maps) in mlx4_fmr_alloc()
Dmain.c2348 dev->caps.max_fmr_maps = (1 << (32 - ilog2(dev->caps.num_mpts))) - 1; in mlx4_init_hca()
/Linux-v5.4/include/linux/mlx4/
Ddevice.h576 int max_fmr_maps; member
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dmain.c545 props->max_map_per_fmr = dev->dev->caps.max_fmr_maps; in mlx4_ib_query_device()