Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_agents.c541 ib_mad_hdr_t *rmadhdrp = msgp->im_msgbufs_recv.im_bufs_mad_hdr; in tavor_agent_mad_resp_handling() local
556 if (TAVOR_MAD_IS_DR(rmadhdrp)) { in tavor_agent_mad_resp_handling()
558 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*((sm_dr_mad_hdr_t *)rmadhdrp))) in tavor_agent_mad_resp_handling()
565 TAVOR_DRMAD_SET_DIRECTION(rmadhdrp); in tavor_agent_mad_resp_handling()
568 hop_count = TAVOR_DRMAD_GET_HOPCOUNT(rmadhdrp); in tavor_agent_mad_resp_handling()
569 hop_point = TAVOR_DRMAD_GET_HOPPOINTER(rmadhdrp); in tavor_agent_mad_resp_handling()
/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; in hermon_agent_mad_resp_handling() local
804 if (HERMON_MAD_IS_DR(rmadhdrp)) { in hermon_agent_mad_resp_handling()
806 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*((sm_dr_mad_hdr_t *)rmadhdrp))) in hermon_agent_mad_resp_handling()
813 HERMON_DRMAD_SET_DIRECTION(rmadhdrp); in hermon_agent_mad_resp_handling()
816 hop_count = HERMON_DRMAD_GET_HOPCOUNT(rmadhdrp); in hermon_agent_mad_resp_handling()
817 hop_point = HERMON_DRMAD_GET_HOPPOINTER(rmadhdrp); in hermon_agent_mad_resp_handling()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c1462 ib_mad_hdr_t *smadhdrp, *rmadhdrp; in ibmf_send_busy() local
1636 rmadhdrp = (ib_mad_hdr_t *)((uintptr_t)recv_wqep->recv_mem + in ibmf_send_busy()
1640 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*rmadhdrp)) in ibmf_send_busy()
1644 smadhdrp->BaseVersion = rmadhdrp->BaseVersion; in ibmf_send_busy()
1645 smadhdrp->MgmtClass = rmadhdrp->MgmtClass; in ibmf_send_busy()
1646 smadhdrp->ClassVersion = rmadhdrp->ClassVersion; in ibmf_send_busy()
1649 smadhdrp->TransactionID = rmadhdrp->TransactionID; in ibmf_send_busy()
1650 smadhdrp->AttributeID = rmadhdrp->AttributeID; in ibmf_send_busy()
1651 smadhdrp->AttributeModifier = rmadhdrp->AttributeModifier; in ibmf_send_busy()