Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dfc_frame.h26 static inline u32 ntoh24(const u8 *p) in ntoh24() function
H A Discsi_proto.h57 #define ntoh24(p) (((p)[0] << 16) | ((p)[1] << 8) | ((p)[2])) macro
/linux/net/smc/
H A Dsmc.h390 static inline u32 ntoh24(u8 *net) in ntoh24() function