Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/net/
H A Dtrill.h124 uint16_t tni_dtrootcount; member
153 #define TNI_VLANFILTERSPTR(v) (TNI_DTROOTNICKSPTR(v)+(v)->tni_dtrootcount)
159 (sizeof (uint16_t) * (v)->tni_dtrootcount) + \
/titanic_50/usr/src/uts/common/io/
H A Dtrill.c520 for (idx = 0; idx < source->tn_ni->tni_dtrootcount; idx++) { in trill_recv()
526 if (idx >= source->tn_ni->tni_dtrootcount) { in trill_recv()
533 if (source->tn_ni->tni_dtrootcount != 0 || in trill_recv()
820 if (self->tn_ni->tni_dtrootcount > 0) { in trill_encap_pkt_cb()