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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_fcp.h118 static inline uint32_t fc_be24toh(uint32_t x) { return (ocs_be32toh(x) >> 8); } function
120 static inline uint32_t fc_be24toh(uint32_t x) { } function

Completed in 93 milliseconds