Searched refs:_marshall32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c736 static size_t _marshall32(uint8_t * outbuf, uint32_t num) function
775 offset += _marshall32(buf + offset, IBND_FABRIC_CACHE_MAGIC);
776 offset += _marshall32(buf + offset, IBND_FABRIC_CACHE_VERSION);
778 offset += _marshall32(buf + offset, 0);
780 offset += _marshall32(buf + offset, 0);
782 offset += _marshall32(buf + offset, fabric->maxhops_discovered);
796 offset += _marshall32(buf + offset, node_count);
797 offset += _marshall32(buf + offset, port_count);

Completed in 111 milliseconds