Searched refs:get_sguid (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | ruc.c | 52 guid = get_sguid(ibp, grh->sgid_index); in hfi1_ruc_check_hdr() 89 guid = get_sguid(ibp, grh->sgid_index); in hfi1_ruc_check_hdr() 141 get_sguid(ibp, grh->sgid_index) : in hfi1_make_grh() 142 get_sguid(ibp, HFI1_PORT_GUID_INDEX); in hfi1_make_grh()
|
| H A D | verbs.c | 1464 *guid = get_sguid(ibp, guid_index); in hfi1_get_guid_be() 1774 ibdev->node_guid = get_sguid(ibp, HFI1_PORT_GUID_INDEX); in hfi1_register_ib_device()
|
| H A D | mad.c | 574 get_sguid(to_iport(ibdev, port), HFI1_PORT_GUID_INDEX) == 0) { in __subn_get_opa_nodeinfo() 579 ni->port_guid = get_sguid(to_iport(ibdev, port), HFI1_PORT_GUID_INDEX); in __subn_get_opa_nodeinfo() 611 get_sguid(to_iport(ibdev, port), HFI1_PORT_GUID_INDEX) == 0) { in subn_get_nodeinfo() 616 nip->port_guid = get_sguid(to_iport(ibdev, port), HFI1_PORT_GUID_INDEX); in subn_get_nodeinfo()
|
| H A D | hfi.h | 1997 static inline __be64 get_sguid(struct hfi1_ibport *ibp, unsigned int index) in get_sguid() function
|