Searched refs:rep_param (Results 1 – 1 of 1) sorted by relevance
2220 } *rep_param = NULL; in srpt_cm_req_recv() local2245 rep_param = kzalloc(sizeof(*rep_param), GFP_KERNEL); in srpt_cm_req_recv()2246 if (!rsp || !rej || !rep_param) in srpt_cm_req_recv()2484 rep_param->rdma_cm.rnr_retry_count = 7; in srpt_cm_req_recv()2485 rep_param->rdma_cm.flow_control = 1; in srpt_cm_req_recv()2487 rep_param->rdma_cm.initiator_depth = 4; in srpt_cm_req_recv()2492 rep_param->ib_cm.rnr_retry_count = 7; in srpt_cm_req_recv()2493 rep_param->ib_cm.flow_control = 1; in srpt_cm_req_recv()2495 rep_param->ib_cm.srq = 1; in srpt_cm_req_recv()2497 rep_param->ib_cm.initiator_depth = 4; in srpt_cm_req_recv()[all …]