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

/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c721 static size_t _marshall8(uint8_t * outbuf, uint8_t num) function
819 offset += _marshall8(buf + offset, node->smalmc);
820 offset += _marshall8(buf + offset, (uint8_t) node->smaenhsp0);
824 offset += _marshall8(buf + offset, (uint8_t) node->type);
825 offset += _marshall8(buf + offset, (uint8_t) node->numports);
839 offset += _marshall8(buf + offset,
846 _marshall8(buf + ports_stored_offset, ports_stored_count);
860 offset += _marshall8(buf + offset, (uint8_t) port->portnum);
861 offset += _marshall8(buf + offset, (uint8_t) port->ext_portnum);
863 offset += _marshall8(bu
[all...]

Completed in 47 milliseconds