Searched refs:req_param (Results 1 – 3 of 3) sorted by relevance
859 enum ib_qp_attr_mask req_param[IB_QPT_MAX]; member866 .req_param = {919 .req_param = {968 .req_param = {1166 enum ib_qp_attr_mask req_param, opt_param; in ib_modify_qp_is_ok() local1180 req_param = qp_state_table[cur_state][next_state].req_param[type]; in ib_modify_qp_is_ok()1183 if ((mask & req_param) != req_param) in ib_modify_qp_is_ok()1186 if (mask & ~(req_param | opt_param | IB_QP_STATE)) in ib_modify_qp_is_ok()
1231 const struct ib_cm_req_event_param *req_param = in cma_save_req_info() local1238 req->device = req_param->listen_id->device; in cma_save_req_info()1239 req->port = req_param->port; in cma_save_req_info()1240 memcpy(&req->local_gid, &req_param->primary_path->sgid, in cma_save_req_info()1243 req->service_id = req_param->primary_path->service_id; in cma_save_req_info()1244 req->pkey = be16_to_cpu(req_param->primary_path->pkey); in cma_save_req_info()1245 if (req->pkey != req_param->bth_pkey) in cma_save_req_info()1248 req_param->bth_pkey, req->pkey); in cma_save_req_info()
3676 struct sctp_stream_reset_request *req_param; in sctp_handle_stream_reset_response() local3686 req_param = sctp_find_stream_reset(stcb, seq, &chk); in sctp_handle_stream_reset_response()3687 if (req_param != NULL) { in sctp_handle_stream_reset_response()3689 type = ntohs(req_param->ph.param_type); in sctp_handle_stream_reset_response()3690 lparam_len = ntohs(req_param->ph.param_length); in sctp_handle_stream_reset_response()3694 req_out_param = (struct sctp_stream_reset_out_request *)req_param; in sctp_handle_stream_reset_response()3720 req_in_param = (struct sctp_stream_reset_in_request *)req_param; in sctp_handle_stream_reset_response()