tprops 1392 drivers/infiniband/core/cache.c struct ib_port_attr *tprops = NULL; tprops 1400 drivers/infiniband/core/cache.c tprops = kmalloc(sizeof *tprops, GFP_KERNEL); tprops 1401 drivers/infiniband/core/cache.c if (!tprops) tprops 1404 drivers/infiniband/core/cache.c ret = ib_query_port(device, port, tprops); tprops 1412 drivers/infiniband/core/cache.c tprops->gid_tbl_len); tprops 1418 drivers/infiniband/core/cache.c tprops->pkey_tbl_len), tprops 1425 drivers/infiniband/core/cache.c pkey_cache->table_len = tprops->pkey_tbl_len; tprops 1442 drivers/infiniband/core/cache.c device->port_data[port].cache.lmc = tprops->lmc; tprops 1443 drivers/infiniband/core/cache.c device->port_data[port].cache.port_state = tprops->state; tprops 1445 drivers/infiniband/core/cache.c device->port_data[port].cache.subnet_prefix = tprops->subnet_prefix; tprops 1451 drivers/infiniband/core/cache.c tprops->subnet_prefix); tprops 1454 drivers/infiniband/core/cache.c kfree(tprops); tprops 1459 drivers/infiniband/core/cache.c kfree(tprops); tprops 52 drivers/infiniband/hw/mthca/mthca_mad.c struct ib_port_attr *tprops = NULL; tprops 55 drivers/infiniband/hw/mthca/mthca_mad.c tprops = kmalloc(sizeof *tprops, GFP_KERNEL); tprops 56 drivers/infiniband/hw/mthca/mthca_mad.c if (!tprops) tprops 59 drivers/infiniband/hw/mthca/mthca_mad.c ret = ib_query_port(&dev->ib_dev, port_num, tprops); tprops 67 drivers/infiniband/hw/mthca/mthca_mad.c dev->rate[port_num - 1] = tprops->active_speed * tprops 68 drivers/infiniband/hw/mthca/mthca_mad.c ib_width_enum_to_int(tprops->active_width); tprops 71 drivers/infiniband/hw/mthca/mthca_mad.c kfree(tprops);