Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c507 if ((ld->llc_flags & (LLC_RAW | LLC_FAST)) == 0 || in llc1_uwput()
1174 lld->llc_flags |= LLC_SNAP; in llc1_bind()
1184 lld->llc_flags |= LLC1_AUTO_XID; in llc1_bind()
1186 lld->llc_flags |= LLC1_AUTO_TEST; in llc1_bind()
1224 lld->llc_flags &= ~(LLC_SNAP|LLC_SNAP_OID); /* just in case */ in llc1_unbind()
1385 if (lld->llc_flags & LLC_SNAP) { in llc1_unitdata()
1429 if (lld->llc_flags & LLC_SNAP) { in llc1_unitdata()
1572 } else if (lld->llc_flags & LLC_PROM) in llc1_recv()
1576 if ((lld->llc_flags & LLC_PROM) || in llc1_recv()
1583 (lld->llc_flags & (LLC_SNAP|LLC_PROM)) == in llc1_recv()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dllc1.h129 long llc_flags; /* flags used for controlling things */ member