Searched defs:te_flowq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c631 #define te_flowq _te_transport_state._te_clts_state._te_flowq macro
1223 ASSERT(tep->te_flowq == NULL);
1480 tep->te_flowq = NULL;
1703 if (tep->te_flowq != NULL) {
1704 list_remove(&(tep->te_flowq->te_flowlist), tep);
1705 tep->te_flowq = NULL;
5164 if (tep->te_flowq != NULL) {
5165 list_remove(&tep->te_flowq->te_flowlist, tep);
5168 tep->te_flowq = peer_tep;
5515 ASSERT(elp->te_flowq
[all...]

Completed in 81 milliseconds