Home
last modified time | relevance | path

Searched refs:ntoh24 (Results 1 – 2 of 2) sorted by relevance

/include/scsi/
Dfc_frame.h26 static inline u32 ntoh24(const u8 *p) in ntoh24() function
170 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()
Discsi_proto.h57 #define ntoh24(p) (((p)[0] << 16) | ((p)[1] << 8) | ((p)[2])) macro