Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c177 ib_header_info_t *ibhp; in mac_ib_header() local
187 ibhp = (void *)mp->b_rptr; in mac_ib_header()
188 ibhp->ipib_rhdr.ipoib_type = htons(sap); in mac_ib_header()
189 ibhp->ipib_rhdr.ipoib_mbz = 0; in mac_ib_header()
190 bcopy(daddr, &ibhp->ib_dst, IPOIB_ADDRL); in mac_ib_header()
198 ib_header_info_t *ibhp; in mac_ib_header_info() local
204 ibhp = (void *)mp->b_rptr; in mac_ib_header_info()
207 hdr_info->mhi_daddr = (const uint8_t *)&(ibhp->ib_dst); in mac_ib_header_info()
208 if (ibhp->ib_grh.ipoib_vertcflow != 0) in mac_ib_header_info()
209 hdr_info->mhi_saddr = (const uint8_t *)&(ibhp->ib_src); in mac_ib_header_info()
[all …]