Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dgldpriv.h133 #define GLD_RAW 0x0001 /* lower stream is in RAW mode */ macro
/titanic_41/usr/src/uts/common/io/
H A Dgld.c1720 if ((gld->gld_flags & (GLD_RAW | GLD_FAST)) == 0 || in gld_wput()
1766 upri = (gld->gld_flags & GLD_RAW) ? gld->gld_upri : in gld_wput()
1891 upri = (gld->gld_flags & GLD_RAW) ? gld->gld_upri : in gld_wsrv()
2095 if (gld->gld_flags & GLD_RAW) { in gld_start()
3108 if (gld->gld_flags & GLD_RAW) { in gld_passon()
3177 !pktinfo->isBroadcast) || (gld->gld_flags & GLD_RAW)) { in gld_passon()
3383 gld->gld_flags |= GLD_RAW; in gld_ioctl()