Searched refs:ibhp (Results 1 – 1 of 1) sorted by relevance
177 ib_header_info_t *ibhp; in mac_ib_header() local187 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() local204 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 …]