Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c193 ib_header_info_t *ibha; /* ib header for pmtu_pkt */ in ibd_async_rc_process_too_big() local
236 ibha = (ib_header_info_t *)pmtu_mp->b_rptr; in ibd_async_rc_process_too_big()
239 bcopy(&state->id_macaddr, &ibha->ib_dst, IPOIB_ADDRL); in ibd_async_rc_process_too_big()
244 ibha->ib_grh.ipoib_vertcflow = 0; in ibd_async_rc_process_too_big()
245 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()
249 ipha = (ipha_t *)&ibha[1]; in ibd_async_rc_process_too_big()