Searched refs:guid_index (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/ |
| H A D | uuid.c | 21 const u8 guid_index[16] = {3,2,1,0,5,4,7,6,8,9,10,11,12,13,14,15}; variable 125 return __uuid_parse(uuid, u->b, guid_index); in guid_parse()
|
| H A D | vsprintf.c | 1747 index = guid_index; in uuid_string()
|
| /linux/include/linux/ |
| H A D | uuid.h | 104 extern const u8 guid_index[16];
|
| /linux/include/rdma/ |
| H A D | rdma_vt.h | 307 int guid_index, __be64 *guid);
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | verbs.c | 1457 int guid_index, __be64 *guid) in hfi1_get_guid_be() argument 1461 if (guid_index >= HFI1_GUIDS_PER_PORT) in hfi1_get_guid_be() 1464 *guid = get_sguid(ibp, guid_index); in hfi1_get_guid_be()
|