Searched defs:ibnd_msg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c4108 vnet_ibnd_desc_t ibnd_msg; local
4183 ibnd_msg.hdr.tag.vio_msgtype = VIO_TYPE_DATA;
4184 ibnd_msg.hdr.tag.vio_subtype = VIO_SUBTYPE_INFO;
4185 ibnd_msg.hdr.tag.vio_subtype_env = VIO_DESC_DATA;
4186 ibnd_msg.hdr.tag.vio_sid = ldcp->local_session;
4194 bcopy(&priv_desc->memcookie[i], &ibnd_msg.memcookie[i],
4198 ibnd_msg.hdr.desc_handle = idx;
4199 ibnd_msg.ncookies = priv_desc->ncookies;
4200 ibnd_msg.nbytes = size;
4205 (void) vsw_send_msg(ldcp, (void *)&ibnd_msg,
[all...]

Completed in 68 milliseconds