Searched refs:req_param (Results 1 – 3 of 3) sorted by relevance
867 enum ib_qp_attr_mask req_param[IB_QPT_MAX]; member874 .req_param = {927 .req_param = {976 .req_param = {1175 enum ib_qp_attr_mask req_param, opt_param; in ib_modify_qp_is_ok() local1185 req_param = qp_state_table[cur_state][next_state].req_param[type]; in ib_modify_qp_is_ok()1188 if ((mask & req_param) != req_param) in ib_modify_qp_is_ok()1191 if (mask & ~(req_param | opt_param | IB_QP_STATE)) in ib_modify_qp_is_ok()
1330 const struct ib_cm_req_event_param *req_param = in cma_save_req_info() local1337 req->device = req_param->listen_id->device; in cma_save_req_info()1338 req->port = req_param->port; in cma_save_req_info()1339 memcpy(&req->local_gid, &req_param->primary_path->sgid, in cma_save_req_info()1342 req->service_id = req_param->primary_path->service_id; in cma_save_req_info()1343 req->pkey = be16_to_cpu(req_param->primary_path->pkey); in cma_save_req_info()1344 if (req->pkey != req_param->bth_pkey) in cma_save_req_info()1347 req_param->bth_pkey, req->pkey); in cma_save_req_info()
3438 struct sctp_stream_reset_request *req_param; in sctp_handle_stream_reset_response() local3448 req_param = sctp_find_stream_reset(stcb, seq, &chk); in sctp_handle_stream_reset_response()3449 if (req_param != NULL) { in sctp_handle_stream_reset_response()3451 type = ntohs(req_param->ph.param_type); in sctp_handle_stream_reset_response()3452 lparam_len = ntohs(req_param->ph.param_length); in sctp_handle_stream_reset_response()3456 req_out_param = (struct sctp_stream_reset_out_request *)req_param; in sctp_handle_stream_reset_response()3482 req_in_param = (struct sctp_stream_reset_in_request *)req_param; in sctp_handle_stream_reset_response()