Home
last modified time | relevance | path

Searched refs:GLD_MAX_802_SAP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c1086 if (type > GLD_MAX_802_SAP) in gld_unitdata_fddi()
1110 if (type > GLD_MAX_802_SAP) { in gld_unitdata_fddi()
1161 if (type > GLD_MAX_802_SAP) in gld_fastpath_fddi()
1171 if (type > GLD_MAX_802_SAP) { in gld_fastpath_fddi()
1493 if (type > GLD_MAX_802_SAP) in gld_unitdata_tr()
1506 if (type <= GLD_MAX_802_SAP) { in gld_unitdata_tr()
1542 if (type > GLD_MAX_802_SAP) { in gld_unitdata_tr()
1638 if (type > GLD_MAX_802_SAP) in gld_fastpath_tr()
1648 if (type > GLD_MAX_802_SAP) { in gld_fastpath_tr()
H A Dgld.c3943 gld->gld_ethertype = (sap > GLD_MAX_802_SAP); in gld_bind()
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h371 #define GLD_MAX_802_SAP 0xff macro