Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Dsysfs.c642 be16_to_cpu(((__be16 *) &attr.sys_image_guid)[0]), in show_sys_image_guid()
643 be16_to_cpu(((__be16 *) &attr.sys_image_guid)[1]), in show_sys_image_guid()
644 be16_to_cpu(((__be16 *) &attr.sys_image_guid)[2]), in show_sys_image_guid()
645 be16_to_cpu(((__be16 *) &attr.sys_image_guid)[3])); in show_sys_image_guid()
688 static DEVICE_ATTR(sys_image_guid, S_IRUGO, show_sys_image_guid, NULL);
Duverbs_cmd.c404 resp.sys_image_guid = attr.sys_image_guid; in ib_uverbs_query_device()
/drivers/infiniband/hw/ipath/
Dipath_verbs.c163 static __be64 sys_image_guid; variable
1515 props->sys_image_guid = dev->sys_image_guid; in ipath_query_device()
1657 to_idev(device)->sys_image_guid = in ipath_modify_device()
1658 cpu_to_be64(device_modify->sys_image_guid); in ipath_modify_device()
2096 if (!sys_image_guid) in ipath_register_ib_device()
2097 sys_image_guid = dd->ipath_guid; in ipath_register_ib_device()
2098 idev->sys_image_guid = sys_image_guid; in ipath_register_ib_device()
Dipath_verbs.h558 __be64 sys_image_guid; /* in network order */ member
Dipath_mad.c105 nip->sys_guid = to_idev(ibdev)->sys_image_guid; in recv_subn_get_nodeinfo()
/drivers/infiniband/hw/amso1100/
Dc2_rnic.c163 memcpy(&props->sys_image_guid, c2dev->netdev->dev_addr, 6); in c2_rnic_query()
/drivers/infiniband/hw/usnic/
Dusnic_ib_verbs.c266 memcpy(&props->sys_image_guid, &gid.global.interface_id, in usnic_ib_query_device()
/drivers/infiniband/hw/cxgb4/
Dprovider.c313 memcpy(&props->sys_image_guid, dev->rdev.lldi.ports[0]->dev_addr, 6); in c4iw_query_device()
/drivers/infiniband/hw/qib/
Dqib_verbs.c1570 props->sys_image_guid = ib_qib_sys_image_guid; in qib_query_device()
1678 cpu_to_be64(device_modify->sys_image_guid); in qib_modify_device()
/drivers/infiniband/hw/mthca/
Dmthca_provider.c90 memcpy(&props->sys_image_guid, out_mad->data + 4, 8); in mthca_query_device()
/drivers/infiniband/hw/mlx5/
Dmain.c215 memcpy(&props->sys_image_guid, out_mad->data + 4, 8); in mlx5_ib_query_device()
/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1157 memcpy(&props->sys_image_guid, dev->rdev.t3cdev_p->lldev->dev_addr, 6); in iwch_query_device()
/drivers/infiniband/hw/mlx4/
Dmain.c203 memcpy(&props->sys_image_guid, out_mad->data + 4, 8); in mlx4_ib_query_device()
/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c71 ocrdma_get_guid(dev, (u8 *)&attr->sys_image_guid); in ocrdma_query_device()
/drivers/infiniband/hw/nes/
Dnes_verbs.c522 memcpy(&props->sys_image_guid, nesvnic->netdev->dev_addr, 6); in nes_query_device()