Home
last modified time | relevance | path

Searched refs:max_icm_sz (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dprofile.c162 if (total_size > dev_cap->max_icm_sz) { in mlx4_make_profile()
165 (unsigned long long) dev_cap->max_icm_sz); in mlx4_make_profile()
H A Dfw.h124 u64 max_icm_sz; member
H A Dfw.c1059 MLX4_GET(dev_cap->max_icm_sz, outbox, in mlx4_QUERY_DEV_CAP()
1141 (unsigned long long) dev_cap->max_icm_sz >> 20); in mlx4_dev_cap_dump()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h182 u64 max_icm_sz; member
H A Dmthca_profile.c122 mem_avail = dev_lim->hca.arbel.max_icm_sz; in mthca_make_profile()
H A Dmthca_cmd.c1192 MTHCA_GET(dev_lim->hca.arbel.max_icm_sz, outbox, in mthca_QUERY_DEV_LIM()
1205 (unsigned long long) dev_lim->hca.arbel.max_icm_sz >> 20); in mthca_QUERY_DEV_LIM()