Searched defs:ibhp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c179 ib_header_info_t *ibhp; local
189 ibhp = (void *)mp->b_rptr;
190 ibhp->ipib_rhdr.ipoib_type = htons(sap);
191 ibhp->ipib_rhdr.ipoib_mbz = 0;
192 bcopy(daddr, &ibhp->ib_dst, IPOIB_ADDRL);
200 ib_header_info_t *ibhp; local
206 ibhp = (void *)mp->b_rptr;
209 hdr_info->mhi_daddr = (const uint8_t *)&(ibhp->ib_dst);
210 if (ibhp->ib_grh.ipoib_vertcflow != 0)
211 hdr_info->mhi_saddr = (const uint8_t *)&(ibhp
[all...]

Completed in 55 milliseconds