Searched refs:IBMF_MSG_FLAGS_RECV_RMPP (Results 1 – 8 of 8) sorted by relevance
417 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()
407 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()
303 if ((msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) && in ibmf_i_find_msg()
706 if ((msgimplp->im_flags & IBMF_MSG_FLAGS_RECV_RMPP) || in ibmf_i_do_send_compl()
558 (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()
905 } 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()
3521 msgimplp->im_flags |= IBMF_MSG_FLAGS_RECV_RMPP; in ibmf_setup_term_ctx()
308 #define IBMF_MSG_FLAGS_RECV_RMPP 0x4 macro