Home
last modified time | relevance | path

Searched refs:IBMF_MSG_TRANS_FLAG_RMPP (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_msg.c335 IBMF_MSG_TRANS_FLAG_RMPP)) && in ibmf_i_find_msg()
374 if (msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_RMPP) { in ibmf_i_find_msg()
460 IBMF_MSG_TRANS_FLAG_RMPP)) { in ibmf_i_find_msg()
H A Dibmf_impl.c2053 if ((msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_RMPP) == 0) { in ibmf_i_msg_transport()
2124 if (msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_RMPP) in ibmf_i_msg_transport()
2196 if ((msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_RMPP) == 0) { in ibmf_i_msg_transport()
2211 } else if (msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_RMPP) { in ibmf_i_msg_transport()
H A Dibmf_saa_impl.c1843 IBMF_MSG_TRANS_FLAG_RMPP; in ibmf_saa_impl_init_msg()
1887 if (((transport_flags & IBMF_MSG_TRANS_FLAG_RMPP) == 0) && in ibmf_saa_impl_init_msg()
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf.h764 #define IBMF_MSG_TRANS_FLAG_RMPP 0x1 macro
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c2025 flags |= IBMF_MSG_TRANS_FLAG_RMPP; in umad_write()