Searched refs:tprops (Results 1 – 2 of 2) sorted by relevance
52 struct ib_port_attr *tprops = NULL; in mthca_update_rate() local55 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()66 dev->rate[port_num - 1] = tprops->active_speed * in mthca_update_rate()67 ib_width_enum_to_int(tprops->active_width); in mthca_update_rate()70 kfree(tprops); in mthca_update_rate()
1289 struct ib_port_attr *tprops = NULL; in ib_cache_update() local1297 tprops = kmalloc(sizeof *tprops, GFP_KERNEL); in ib_cache_update()1298 if (!tprops) in ib_cache_update()1301 ret = ib_query_port(device, port, tprops); in ib_cache_update()1310 tprops->gid_tbl_len); in ib_cache_update()1316 tprops->pkey_tbl_len), in ib_cache_update()1321 pkey_cache->table_len = tprops->pkey_tbl_len; in ib_cache_update()1338 device->cache.ports[port - rdma_start_port(device)].lmc = tprops->lmc; in ib_cache_update()1340 tprops->state; in ib_cache_update()1343 tprops->subnet_prefix; in ib_cache_update()[all …]