Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dgldutil.c354 REF_HOST_USHORT(gldp->glda_sap) != 0) in gld_unitdata_ether()
355 typelen = REF_HOST_USHORT(gldp->glda_sap); in gld_unitdata_ether()
492 REF_HOST_USHORT(gldp->glda_sap) != 0) in gld_fastpath_ether()
493 typelen = REF_HOST_USHORT(gldp->glda_sap); in gld_fastpath_ether()
903 REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type) != 0) in gld_unitdata_ib()
904 type = REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type); in gld_unitdata_ib()
955 REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type) != 0) in gld_fastpath_ib()
956 type = REF_HOST_USHORT(gldp->ipoib_rhdr.ipoib_type); in gld_fastpath_ib()
1157 REF_HOST_USHORT(gldp->glda_sap) != 0) in gld_unitdata_fddi()
1158 type = REF_HOST_USHORT(gldp->glda_sap); in gld_unitdata_fddi()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dgldpriv.h456 #define REF_HOST_USHORT(lvalue) (lvalue) macro
473 #define REF_HOST_USHORT(lvalue) \ macro
479 #define REF_HOST_USHORT(lvalue) \ macro