Searched refs:SET_NET_USHORT (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | gldutil.c | 402 SET_NET_USHORT(*(uint16_t *)nmp->b_rptr, typelen); in gld_unitdata_ether() 405 SET_NET_USHORT(*(uint16_t *)nmp->b_rptr, vptag); in gld_unitdata_ether() 408 SET_NET_USHORT(*(uint16_t *)nmp->b_rptr, vptag); in gld_unitdata_ether() 469 SET_NET_USHORT(evhp->ether_tci, vtag); in gld_insert_vtag_ether() 471 SET_NET_USHORT(evhp->ether_tpid, vtag); in gld_insert_vtag_ether() 529 SET_NET_USHORT(*(uint16_t *)nmp->b_rptr, typelen); in gld_fastpath_ether() 537 SET_NET_USHORT(*(uint16_t *)nmp->b_rptr, vptag); in gld_fastpath_ether() 540 SET_NET_USHORT(*(uint16_t *)nmp->b_rptr, vptag); in gld_fastpath_ether() 933 SET_NET_USHORT(gldp->ipoib_rhdr.ipoib_type, type); in gld_unitdata_ib() 1199 SET_NET_USHORT(snap->type, type); in gld_unitdata_fddi() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | gldpriv.h | 458 #define SET_NET_USHORT(lvalue, val) ((lvalue) = htons(val)) macro 466 #define SET_NET_USHORT(lvalue, val) { \ macro
|