Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_xfer.c311 if (!list_is_empty(&idt->idt_outbufv)) { in iser_xfer_ctrlpdu()
312 buf = idm_buf_find(&idt->idt_outbufv, 0); in iser_xfer_ctrlpdu()
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm.c1126 idm_listbuf_insert(&idt->idt_outbufv, buf); in idm_buf_bind_out_locked()
1162 list_remove(&idt->idt_outbufv, buf); in idm_buf_unbind_out_locked()
1274 ASSERT(list_is_empty(&idt->idt_outbufv)); in idm_task_alloc()
1371 list_create(&idt->idt_outbufv, sizeof (idm_buf_t), in idm_task_free()
H A Didm_impl.c1029 list_create(&idt->idt_outbufv, sizeof (idm_buf_t), in idm_task_constructor()
1058 list_destroy(&idt->idt_outbufv); in idm_task_destructor()
H A Didm_so.c1438 for (idb = list_head(&idt->idt_outbufv); idb != NULL; idb = next_idb) { in idm_so_free_task_rsrc()
1439 next_idb = list_next(&idt->idt_outbufv, idb); in idm_so_free_task_rsrc()
1894 idb = idm_buf_find(&idt->idt_outbufv, data_offset); in idm_so_rx_rtt()
2046 &task->idt_inbufv : &task->idt_outbufv; in idm_sorecv_scsidata()
2333 idb = idm_buf_find(&idt->idt_outbufv, 0); in idm_i_so_tx()
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h260 list_t idt_outbufv; /* chunks of OUT buffers */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c2276 list_addr = addr + offsetof(idm_task_t, idt_outbufv); in iscsi_i_task_impl()