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

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

Completed in 286 milliseconds