Searched refs:gid_raw (Results 1 – 1 of 1) sorted by relevance
506 static inline void smc_gid_be16_convert(__u8 *buf, u8 *gid_raw) in smc_gid_be16_convert() argument509 be16_to_cpu(((__be16 *)gid_raw)[0]), in smc_gid_be16_convert()510 be16_to_cpu(((__be16 *)gid_raw)[1]), in smc_gid_be16_convert()511 be16_to_cpu(((__be16 *)gid_raw)[2]), in smc_gid_be16_convert()512 be16_to_cpu(((__be16 *)gid_raw)[3]), in smc_gid_be16_convert()513 be16_to_cpu(((__be16 *)gid_raw)[4]), in smc_gid_be16_convert()514 be16_to_cpu(((__be16 *)gid_raw)[5]), in smc_gid_be16_convert()515 be16_to_cpu(((__be16 *)gid_raw)[6]), in smc_gid_be16_convert()516 be16_to_cpu(((__be16 *)gid_raw)[7])); in smc_gid_be16_convert()