Searched refs:_unmarshall_buf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | ibnetdisc_cache.c | 215 static size_t _unmarshall_buf(const void *inbuf, void *outbuf, unsigned int len) in _unmarshall_buf() function 343 offset += _unmarshall_buf(buf + offset, node->switchinfo, in _load_node() 350 offset += _unmarshall_buf(buf + offset, node->info, IB_SMP_DATA_SIZE); in _load_node() 351 offset += _unmarshall_buf(buf + offset, node->nodedesc, in _load_node() 447 offset += _unmarshall_buf(buf + offset, port->info, IB_SMP_DATA_SIZE); in _load_port()
|