Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_ruc.c59 static __be64 get_sguid(struct qib_ibport *ibp, unsigned index) in get_sguid() function
100 guid = get_sguid(ibp, grh->sgid_index); in qib_ruc_check_hdr()
139 guid = get_sguid(ibp, grh->sgid_index); in qib_ruc_check_hdr()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Druc.c52 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 Dverbs.c1464 *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 Dmad.c574 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 Dhfi.h1997 static inline __be64 get_sguid(struct hfi1_ibport *ibp, unsigned int index) in get_sguid() function