Searched refs:__be32_to_cpu (Results 1 – 3 of 3) sorted by relevance
54 #define __be32_to_cpu(x) ((__force __u32) (__be32) (x)) macro
54 #define __be32_to_cpu(x) __swab32((__force __u32) (__be32) (x)) macro
146 #define FC_TLV_DESC_SZ_FROM_LENGTH(tlv) (__be32_to_cpu((tlv)->desc_len) + FC_TLV_DESC_HDR_SZ)