Home
last modified time | relevance | path

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

/linux-3.3/include/scsi/
Dfc_frame.h38 static inline u32 ntoh24(const u8 *p) in ntoh24() function
Discsi_proto.h68 #define ntoh24(p) (((p)[0] << 16) | ((p)[1] << 8) | ((p)[2])) macro