Searched refs:guids (Results 1 – 5 of 5) sorted by relevance
91 u32 *guids; member265 feature->table.guids[i]); in guids_show()269 static struct kobj_attribute guids_attribute = __ATTR_RO(guids);383 u32 *guids; in pmt_feature_get_feature_table() local437 guids = devm_kmalloc(priv->dev, PMT_GUID_SIZE(header->num_guids), GFP_KERNEL); in pmt_feature_get_feature_table()438 if (!guids) in pmt_feature_get_feature_table()443 memcpy_fromio(guids, feat_offset, PMT_GUID_SIZE(header->num_guids)); in pmt_feature_get_feature_table()445 feat_tbl->guids = guids; in pmt_feature_get_feature_table()592 if (f->table.guids[i] != entry->guid) in pmt_get_features()
752 u64 guids[HFI1_GUIDS_PER_PORT]; member2002 return cpu_to_be64(ppd->guids[index]); in get_sguid()2584 cpu_to_be64(ppd->guids[HFI1_PORT_GUID_INDEX]); in hfi1_make_ext_grh()
168 cpu_to_be64(ppd->guids[HFI1_PORT_GUID_INDEX]); in ud_loopback()
1393 ppd->guids[HFI1_PORT_GUID_INDEX + 1] = in __subn_set_opa_portinfo()
9850 guid = ppd->guids[HFI1_PORT_GUID_INDEX]; in bringup_serdes()9854 ppd->guids[HFI1_PORT_GUID_INDEX] = guid; in bringup_serdes()
Completed in 60 milliseconds