Home
last modified time | relevance | path

Searched refs:IBMF_MSG_TRANS_FLAG_SEQ (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_msg.c337 IBMF_MSG_TRANS_FLAG_SEQ))) { in ibmf_i_find_msg()
351 if (msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_SEQ) { in ibmf_i_find_msg()
388 IBMF_MSG_TRANS_FLAG_SEQ)) { in ibmf_i_find_msg()
458 if ((msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_SEQ) && in ibmf_i_find_msg()
H A Dibmf_dr.c229 if (msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_SEQ) in ibmf_i_dr_loopback_filter()
H A Dibmf_saa_impl.c1487 if (!(transport_flags & IBMF_MSG_TRANS_FLAG_SEQ)) in ibmf_saa_impl_send_request()
1831 transport_flags = IBMF_MSG_TRANS_FLAG_SEQ; in ibmf_saa_impl_init_msg()
1838 transport_flags = IBMF_MSG_TRANS_FLAG_SEQ; in ibmf_saa_impl_init_msg()
1842 transport_flags = IBMF_MSG_TRANS_FLAG_SEQ | in ibmf_saa_impl_init_msg()
H A Dibmf_impl.c2109 (msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_SEQ)) { in ibmf_i_msg_transport()
2121 if (msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_SEQ) in ibmf_i_msg_transport()
2131 (msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_SEQ)) { in ibmf_i_msg_transport()
2240 if (msgimplp->im_transp_op_flags & IBMF_MSG_TRANS_FLAG_SEQ) in ibmf_i_msg_transport()
/titanic_44/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf.h765 #define IBMF_MSG_TRANS_FLAG_SEQ 0x2 macro
/titanic_44/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c2007 flags = IBMF_MSG_TRANS_FLAG_SEQ; in umad_write()
2054 need_callback = (flags & IBMF_MSG_TRANS_FLAG_SEQ) != 0; in umad_write()