Searched refs:gid_raw (Results 1 – 1 of 1) sorted by relevance
499 static inline void smc_gid_be16_convert(__u8 *buf, u8 *gid_raw) in smc_gid_be16_convert() argument502 be16_to_cpu(((__be16 *)gid_raw)[0]), in smc_gid_be16_convert()503 be16_to_cpu(((__be16 *)gid_raw)[1]), in smc_gid_be16_convert()504 be16_to_cpu(((__be16 *)gid_raw)[2]), in smc_gid_be16_convert()505 be16_to_cpu(((__be16 *)gid_raw)[3]), in smc_gid_be16_convert()506 be16_to_cpu(((__be16 *)gid_raw)[4]), in smc_gid_be16_convert()507 be16_to_cpu(((__be16 *)gid_raw)[5]), in smc_gid_be16_convert()508 be16_to_cpu(((__be16 *)gid_raw)[6]), in smc_gid_be16_convert()509 be16_to_cpu(((__be16 *)gid_raw)[7])); in smc_gid_be16_convert()