Searched refs:gid_raw (Results 1 – 1 of 1) sorted by relevance
456 static inline void smc_gid_be16_convert(__u8 *buf, u8 *gid_raw) in smc_gid_be16_convert() argument459 be16_to_cpu(((__be16 *)gid_raw)[0]), in smc_gid_be16_convert()460 be16_to_cpu(((__be16 *)gid_raw)[1]), in smc_gid_be16_convert()461 be16_to_cpu(((__be16 *)gid_raw)[2]), in smc_gid_be16_convert()462 be16_to_cpu(((__be16 *)gid_raw)[3]), in smc_gid_be16_convert()463 be16_to_cpu(((__be16 *)gid_raw)[4]), in smc_gid_be16_convert()464 be16_to_cpu(((__be16 *)gid_raw)[5]), in smc_gid_be16_convert()465 be16_to_cpu(((__be16 *)gid_raw)[6]), in smc_gid_be16_convert()466 be16_to_cpu(((__be16 *)gid_raw)[7])); in smc_gid_be16_convert()