Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mthca/
A Dmthca_mad.c52 struct ib_port_attr *tprops = NULL; in mthca_update_rate() local
55 tprops = kmalloc(sizeof *tprops, GFP_KERNEL); in mthca_update_rate()
56 if (!tprops) in mthca_update_rate()
59 ret = ib_query_port(&dev->ib_dev, port_num, tprops); in mthca_update_rate()
67 dev->rate[port_num - 1] = tprops->active_speed * in mthca_update_rate()
68 ib_width_enum_to_int(tprops->active_width); in mthca_update_rate()
71 kfree(tprops); in mthca_update_rate()
/linux/drivers/infiniband/core/
A Dcache.c1455 tprops->subnet_prefix = in config_non_roce_gid_cache()
1468 struct ib_port_attr *tprops = NULL; in ib_cache_update() local
1477 tprops = kmalloc(sizeof *tprops, GFP_KERNEL); in ib_cache_update()
1478 if (!tprops) in ib_cache_update()
1481 ret = ib_query_port(device, port, tprops); in ib_cache_update()
1489 tprops); in ib_cache_update()
1494 update_pkeys &= !!tprops->pkey_tbl_len; in ib_cache_update()
1498 tprops->pkey_tbl_len), in ib_cache_update()
1534 tprops->subnet_prefix); in ib_cache_update()
1537 kfree(tprops); in ib_cache_update()
[all …]

Completed in 8 milliseconds