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

/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c52 struct ib_port_attr *tprops = NULL; local
55 tprops = kmalloc(sizeof *tprops, GFP_KERNEL);
56 if (!tprops)
59 ret = ib_query_port(&dev->ib_dev, port_num, tprops);
67 dev->rate[port_num - 1] = tprops->active_speed *
68 ib_width_enum_to_int(tprops->active_width);
71 kfree(tprops);
/linux-master/drivers/infiniband/core/
H A Dcache.c1438 u32 port, struct ib_port_attr *tprops)
1450 for (i = 0; i < tprops->gid_tbl_len; ++i) {
1472 tprops->subnet_prefix =
1485 struct ib_port_attr *tprops = NULL; local
1494 tprops = kmalloc(sizeof *tprops, GFP_KERNEL);
1495 if (!tprops)
1498 ret = ib_query_port(device, port, tprops);
1506 tprops);
1511 update_pkeys &= !!tprops
1437 config_non_roce_gid_cache(struct ib_device *device, u32 port, struct ib_port_attr *tprops) argument
[all...]

Completed in 120 milliseconds