Searched refs:_marshall_buf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | ibnetdisc_cache.c | 760 static size_t _marshall_buf(void *outbuf, const void *inbuf, unsigned int len) in _marshall_buf() function 821 offset += _marshall_buf(buf + offset, node->switchinfo, in _cache_node() 826 offset += _marshall_buf(buf + offset, node->info, IB_SMP_DATA_SIZE); in _cache_node() 827 offset += _marshall_buf(buf + offset, node->nodedesc, IB_SMP_DATA_SIZE); in _cache_node() 864 offset += _marshall_buf(buf + offset, port->info, IB_SMP_DATA_SIZE); in _cache_port()
|