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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c193 ib_header_info_t *ibha; /* ib header for pmtu_pkt */ local
236 ibha = (ib_header_info_t *)pmtu_mp->b_rptr;
239 bcopy(&state->id_macaddr, &ibha->ib_dst, IPOIB_ADDRL);
244 ibha->ib_grh.ipoib_vertcflow = 0;
245 ibha->ipib_rhdr.ipoib_type = htons(sap);
246 ibha->ipib_rhdr.ipoib_mbz = 0;
249 ipha = (ipha_t *)&ibha[1];

Completed in 50 milliseconds