Searched refs:ib_grh (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_ib.h70 #define ib_grh ipib_prefix.ipib_grh macro
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c435 ib_grh_t *ib_grh; local
477 ib_grh = (ib_grh_t *)recv_wqep->recv_mem;
478 gid.gid_prefix = b2h64(ib_grh->SGID.gid_prefix);
479 gid.gid_guid = b2h64(ib_grh->SGID.gid_guid);
881 ib_grh = (ib_grh_t *)recv_wqep->recv_mem;
883 b2h64(ib_grh->SGID.gid_prefix);
885 b2h64(ib_grh->SGID.gid_guid);
887 b2h64(ib_grh->DGID.gid_prefix);
889 b2h64(ib_grh->DGID.gid_guid);
894 tmp32 = b2h32(ib_grh
[all...]
/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c210 if (ibhp->ib_grh.ipoib_vertcflow != 0)
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c7980 phdr->ib_grh.ipoib_sqpn = htonl(wc->wc_qpn);
7984 if (bcmp(&phdr->ib_grh.ipoib_sqpn,
7991 if (bcmp(&phdr->ib_grh.ipoib_sqpn, &state->id_macaddr,
7998 ovbcopy(&phdr->ib_grh.ipoib_sqpn, &phdr->ib_src,
8000 if (*(uint8_t *)(phdr->ib_grh.ipoib_dgid_pref) == 0xFF) {
8011 phdr->ib_grh.ipoib_vertcflow = 0;
H A Dibd_cm.c244 ibha->ib_grh.ipoib_vertcflow = 0;
1555 phdr->ib_grh.ipoib_vertcflow = 0;

Completed in 99 milliseconds