Searched refs:idt_inbufv (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_xfer.c299 if (!list_is_empty(&idt->idt_inbufv)) {
300 buf = idm_buf_find(&idt->idt_inbufv, 0);
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h259 list_t idt_inbufv; /* chunks of IN buffers */ member in struct:idm_task_s
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm.c734 * idt_inbufv will never get cleaned up, so just return
1098 idm_listbuf_insert(&idt->idt_inbufv, buf);
1144 list_remove(&idt->idt_inbufv, buf);
1269 ASSERT(list_is_empty(&idt->idt_inbufv));
1358 * It's possible for items to still be in the idt_inbufv list if
1365 list_create(&idt->idt_inbufv, sizeof (idm_buf_t),
H A Didm_impl.c1027 list_create(&idt->idt_inbufv, sizeof (idm_buf_t),
1057 list_destroy(&idt->idt_inbufv);
H A Didm_so.c1328 * the ic_tx_list. We'll do this by walking the idt_inbufv list, but
1351 for (idb = list_head(&idt->idt_inbufv); idb != NULL; idb = next_idb) {
1352 next_idb = list_next(&idt->idt_inbufv, idb);
1355 * but knowing it's in the idt_inbufv list is not a guarantee
1917 &task->idt_inbufv : &task->idt_outbufv;
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c2263 list_addr = addr + offsetof(idm_task_t, idt_inbufv);

Completed in 88 milliseconds