Searched refs:_marshall8 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | ibnetdisc_cache.c | 721 static size_t _marshall8(uint8_t * outbuf, uint8_t num) in _marshall8() function 819 offset += _marshall8(buf + offset, node->smalmc); in _cache_node() 820 offset += _marshall8(buf + offset, (uint8_t) node->smaenhsp0); in _cache_node() 824 offset += _marshall8(buf + offset, (uint8_t) node->type); in _cache_node() 825 offset += _marshall8(buf + offset, (uint8_t) node->numports); in _cache_node() 839 offset += _marshall8(buf + offset, in _cache_node() 846 _marshall8(buf + ports_stored_offset, ports_stored_count); in _cache_node() 860 offset += _marshall8(buf + offset, (uint8_t) port->portnum); in _cache_port() 861 offset += _marshall8(buf + offset, (uint8_t) port->ext_portnum); in _cache_port() 863 offset += _marshall8(buf + offset, port->lmc); in _cache_port() [all …]
|