Searched refs:rmadhdrp (Results 1 – 3 of 3) sorted by relevance
631 ib_mad_hdr_t *rmadhdrp = msgp->im_msgbufs_recv.im_bufs_mad_hdr; in tavor_agent_mad_resp_handling() local646 if (TAVOR_MAD_IS_DR(rmadhdrp)) { in tavor_agent_mad_resp_handling()648 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*((sm_dr_mad_hdr_t *)rmadhdrp))) in tavor_agent_mad_resp_handling()655 TAVOR_DRMAD_SET_DIRECTION(rmadhdrp); in tavor_agent_mad_resp_handling()658 hop_count = TAVOR_DRMAD_GET_HOPCOUNT(rmadhdrp); in tavor_agent_mad_resp_handling()659 hop_point = TAVOR_DRMAD_GET_HOPPOINTER(rmadhdrp); in tavor_agent_mad_resp_handling()
789 ib_mad_hdr_t *rmadhdrp = msgp->im_msgbufs_recv.im_bufs_mad_hdr; in hermon_agent_mad_resp_handling() local804 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()
1462 ib_mad_hdr_t *smadhdrp, *rmadhdrp; in ibmf_send_busy() local1636 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()