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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c635 bufcall_id_t te_bufcid; /* outstanding bufcall id */ member in struct:tl_endpt
1226 ASSERT(tep->te_bufcid == 0);
1581 if (tep->te_bufcid) {
1582 qunbufcall(rq, tep->te_bufcid);
1583 tep->te_bufcid = 0;
6228 tep->te_bufcid = 0;
6254 if (tep->te_bufcid || tep->te_timoutid) {
6260 if (!(tep->te_bufcid = qbufcall(wq, size, BPRI_MED, tl_buffer, wq))) {

Completed in 69 milliseconds