Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mthca/
H 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()