Searched refs:gid_raw (Results 1 – 1 of 1) sorted by relevance
468 static inline void smc_gid_be16_convert(__u8 *buf, u8 *gid_raw) in smc_gid_be16_convert() argument471 be16_to_cpu(((__be16 *)gid_raw)[0]), in smc_gid_be16_convert()472 be16_to_cpu(((__be16 *)gid_raw)[1]), in smc_gid_be16_convert()473 be16_to_cpu(((__be16 *)gid_raw)[2]), in smc_gid_be16_convert()474 be16_to_cpu(((__be16 *)gid_raw)[3]), in smc_gid_be16_convert()475 be16_to_cpu(((__be16 *)gid_raw)[4]), in smc_gid_be16_convert()476 be16_to_cpu(((__be16 *)gid_raw)[5]), in smc_gid_be16_convert()477 be16_to_cpu(((__be16 *)gid_raw)[6]), in smc_gid_be16_convert()478 be16_to_cpu(((__be16 *)gid_raw)[7])); in smc_gid_be16_convert()
Completed in 6 milliseconds