Searched refs:ntoh24 (Results 1 – 2 of 2) sorted by relevance
26 static inline u32 ntoh24(const u8 *p) in ntoh24() function170 return ntoh24(__fc_frame_header_get(fp)->fh_s_id); in fc_frame_sid()178 return ntoh24(__fc_frame_header_get(fp)->fh_d_id); in fc_frame_did()
57 #define ntoh24(p) (((p)[0] << 16) | ((p)[1] << 8) | ((p)[2])) macro