Searched refs:gid_raw (Results 1 – 1 of 1) sorted by relevance
531 static inline void smc_gid_be16_convert(__u8 *buf, u8 *gid_raw) in smc_gid_be16_convert() argument534 be16_to_cpu(((__be16 *)gid_raw)[0]), in smc_gid_be16_convert()535 be16_to_cpu(((__be16 *)gid_raw)[1]), in smc_gid_be16_convert()536 be16_to_cpu(((__be16 *)gid_raw)[2]), in smc_gid_be16_convert()537 be16_to_cpu(((__be16 *)gid_raw)[3]), in smc_gid_be16_convert()538 be16_to_cpu(((__be16 *)gid_raw)[4]), in smc_gid_be16_convert()539 be16_to_cpu(((__be16 *)gid_raw)[5]), in smc_gid_be16_convert()540 be16_to_cpu(((__be16 *)gid_raw)[6]), in smc_gid_be16_convert()541 be16_to_cpu(((__be16 *)gid_raw)[7])); in smc_gid_be16_convert()