Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c1462 ib_mad_hdr_t *smadhdrp, *rmadhdrp; in ibmf_send_busy() local
1638 smadhdrp = (ib_mad_hdr_t *)send_wqep->send_mem; in ibmf_send_busy()
1641 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*smadhdrp)) 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()
1647 smadhdrp->R_Method = MAD_METHOD_GET_RESPONSE; in ibmf_send_busy()
1648 smadhdrp->Status = MAD_STATUS_BUSY; in ibmf_send_busy()
1649 smadhdrp->TransactionID = rmadhdrp->TransactionID; in ibmf_send_busy()
1650 smadhdrp->AttributeID = rmadhdrp->AttributeID; in ibmf_send_busy()
[all …]
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_agents.c632 ib_mad_hdr_t *smadhdrp = msgp->im_msgbufs_send.im_bufs_mad_hdr; in tavor_agent_mad_resp_handling() local
649 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*((sm_dr_mad_hdr_t *)smadhdrp))) in tavor_agent_mad_resp_handling()
670 TAVOR_DRMAD_SET_HOPPOINTER(smadhdrp, hop_point); in tavor_agent_mad_resp_handling()
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c790 ib_mad_hdr_t *smadhdrp = msgp->im_msgbufs_send.im_bufs_mad_hdr; in hermon_agent_mad_resp_handling() local
807 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*((sm_dr_mad_hdr_t *)smadhdrp))) in hermon_agent_mad_resp_handling()
828 HERMON_DRMAD_SET_HOPPOINTER(smadhdrp, (uint8_t)hop_point); in hermon_agent_mad_resp_handling()