Home
last modified time | relevance | path

Searched refs:ipib_rhdr (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c190 ibhp->ipib_rhdr.ipoib_type = htons(sap); in mac_ib_header()
191 ibhp->ipib_rhdr.ipoib_mbz = 0; in mac_ib_header()
224 sap = ntohs(ibhp->ipib_rhdr.ipoib_type); in mac_ib_header_info()
/titanic_44/usr/src/uts/common/sys/
H A Dmac_ib.h65 ipoib_hdr_t ipib_rhdr; member
/titanic_44/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c245 ibha->ipib_rhdr.ipoib_type = htons(sap); in ibd_async_rc_process_too_big()
246 ibha->ipib_rhdr.ipoib_mbz = 0; in ibd_async_rc_process_too_big()
H A Dibd.c7111 if (ntohs(ipibp->ipib_rhdr.ipoib_type) == ETHERTYPE_IPV6) { in ibd_send()