Searched refs:__constant_be16_to_cpu (Results 1 – 3 of 3) sorted by relevance
29 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
29 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x)) macro
2026 idev->sm_lid = __constant_be16_to_cpu(IB_LID_PERMISSIVE); in ipath_register_ib_device()