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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c632 #define te_flowlist _te_transport_state._te_clts_state._te_flowlist macro
1222 ASSERT(list_head(&tep->te_flowlist) == NULL);
1478 list_create(&tep->te_flowlist, sizeof (tl_endpt_t),
1704 list_remove(&(tep->te_flowq->te_flowlist), tep);
5165 list_remove(&tep->te_flowq->te_flowlist, tep);
5167 list_insert_head(&peer_tep->te_flowlist, tep);
5508 list_t *l = &tep->te_flowlist;

Completed in 55 milliseconds