Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtl.c634 bufcall_id_t te_bufcid; /* outstanding bufcall id */ member
1225 ASSERT(tep->te_bufcid == 0); in tl_free()
1580 if (tep->te_bufcid) { in tl_close()
1581 qunbufcall(rq, tep->te_bufcid); in tl_close()
1582 tep->te_bufcid = 0; in tl_close()
6177 tep->te_bufcid = 0; in tl_buffer()
6203 if (tep->te_bufcid || tep->te_timoutid) { in tl_memrecover()
6209 if (!(tep->te_bufcid = qbufcall(wq, size, BPRI_MED, tl_buffer, wq))) { in tl_memrecover()