Searched defs:ntoh24 (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/include/scsi/ | ||
D | fc_frame.h | 38 static inline u32 ntoh24(const u8 *p) in ntoh24() function |
D | iscsi_proto.h | 68 #define ntoh24(p) (((p)[0] << 16) | ((p)[1] << 8) | ((p)[2])) macro |