Home
last modified time | relevance | path

Searched refs:rtt_buf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c2603 idm_buf_t *rtt_buf; in idm_so_send_rtt_data() local
2613 rtt_buf = idm_buf_alloc(ic, (uint8_t *)idb->idb_buf + offset, length); in idm_so_send_rtt_data()
2614 if (rtt_buf == NULL) { in idm_so_send_rtt_data()
2633 rtt_buf->idb_buf_cb = NULL; in idm_so_send_rtt_data()
2634 rtt_buf->idb_cb_arg = NULL; in idm_so_send_rtt_data()
2635 rtt_buf->idb_bufoffset = offset; in idm_so_send_rtt_data()
2636 rtt_buf->idb_xfer_len = length; in idm_so_send_rtt_data()
2637 rtt_buf->idb_ic = idt->idt_ic; in idm_so_send_rtt_data()
2638 rtt_buf->idb_task_binding = idt; in idm_so_send_rtt_data()
2654 idm_buf_free(rtt_buf); in idm_so_send_rtt_data()
[all …]