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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_agents.c631 ib_mad_hdr_t *rmadhdrp = msgp->im_msgbufs_recv.im_bufs_mad_hdr; local
646 if (TAVOR_MAD_IS_DR(rmadhdrp)) {
648 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*((sm_dr_mad_hdr_t *)rmadhdrp)))
655 TAVOR_DRMAD_SET_DIRECTION(rmadhdrp);
658 hop_count = TAVOR_DRMAD_GET_HOPCOUNT(rmadhdrp);
659 hop_point = TAVOR_DRMAD_GET_HOPPOINTER(rmadhdrp);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c789 ib_mad_hdr_t *rmadhdrp = msgp->im_msgbufs_recv.im_bufs_mad_hdr; local
804 if (HERMON_MAD_IS_DR(rmadhdrp)) {
806 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*((sm_dr_mad_hdr_t *)rmadhdrp)))
813 HERMON_DRMAD_SET_DIRECTION(rmadhdrp);
816 hop_count = HERMON_DRMAD_GET_HOPCOUNT(rmadhdrp);
817 hop_point = HERMON_DRMAD_GET_HOPPOINTER(rmadhdrp);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c1462 ib_mad_hdr_t *smadhdrp, *rmadhdrp; local
1636 rmadhdrp = (ib_mad_hdr_t *)((uintptr_t)recv_wqep->recv_mem +
1640 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*rmadhdrp))
1644 smadhdrp->BaseVersion = rmadhdrp->BaseVersion;
1645 smadhdrp->MgmtClass = rmadhdrp->MgmtClass;
1646 smadhdrp->ClassVersion = rmadhdrp->ClassVersion;
1649 smadhdrp->TransactionID = rmadhdrp->TransactionID;
1650 smadhdrp->AttributeID = rmadhdrp->AttributeID;
1651 smadhdrp->AttributeModifier = rmadhdrp->AttributeModifier;

Completed in 80 milliseconds