Home
last modified time | relevance | path

Searched refs:IBMF_MSG_FLAGS_RECV_RMPP (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_timers.c417 if ((msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) && in ibmf_i_send_timeout()
498 if (msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) { in ibmf_i_send_timeout()
H A Dibmf_rmpp.c407 msgimplp->im_flags |= IBMF_MSG_FLAGS_RECV_RMPP; in ibmf_i_rmpp_sender_switch_flow()
1425 if (((msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) == 0) && in ibmf_i_handle_rmpp()
1512 if (((msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) == 0) && in ibmf_i_handle_rmpp()
1613 if (((msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) == 0) && in ibmf_i_handle_rmpp()
H A Dibmf_msg.c303 if ((msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) && in ibmf_i_find_msg()
H A Dibmf_send.c706 if ((msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) || in ibmf_i_do_send_compl()
H A Dibmf_recv.c558 (msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) && in ibmf_i_do_recv_cb()
925 msgimplp->im_flags |= IBMF_MSG_FLAGS_RECV_RMPP; in ibmf_i_do_recv_cb()
H A Dibmf_wqe.c905 } else if (msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) { in ibmf_i_init_send_wqe()
932 (msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP)) { in ibmf_i_init_send_wqe()
H A Dibmf_impl.c3521 msgimplp->im_flags |= IBMF_MSG_FLAGS_RECV_RMPP; in ibmf_setup_term_ctx()
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h308 #define IBMF_MSG_FLAGS_RECV_RMPP 0x4 macro