Searched refs:repp (Results 1 – 3 of 3) sorted by relevance
1107 okm_print_rep(okm_rep_hdr_t *repp) in okm_print_rep() argument1112 repp->krp_version, repp->krp_transid, repp->krp_status); in okm_print_rep()1113 printf("Sadb_errno=%d Sadb_ver=%d\n", repp->krp_sadb_errno, in okm_print_rep()1114 repp->krp_sadb_version); in okm_print_rep()
85 static void okm_print_rep(okm_rep_hdr_t *repp);
1717 ibt_cm_rep_rcv_t *repp; in ibcma_handle_rep() local1724 repp = &((eventp->cm_event).rep); in ibcma_handle_rep()1725 paramp->srq = (repp->rep_flags & IBT_CM_SRQ_EXISTS) ? 1 : 0; in ibcma_handle_rep()1726 paramp->responder_resources = repp->rep_rdma_ra_in; in ibcma_handle_rep()1727 paramp->initiator_depth = repp->rep_rdma_ra_out; in ibcma_handle_rep()1728 paramp->flow_control = (repp->rep_flags & IBT_CM_FLOW_CONTROL) ? 1 : 0; in ibcma_handle_rep()