Searched refs:req_param (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c859 enum ib_qp_attr_mask req_param[IB_QPT_MAX]; member in struct:__anon16498
866 .req_param = {
919 .req_param = {
968 .req_param = {
1166 enum ib_qp_attr_mask req_param, opt_param; local
1180 req_param = qp_state_table[cur_state][next_state].req_param[type];
1183 if ((mask & req_param) != req_param)
1186 if (mask & ~(req_param | opt_para
[all...]
H A Dib_cma.c1231 const struct ib_cm_req_event_param *req_param = local
1238 req->device = req_param->listen_id->device;
1239 req->port = req_param->port;
1240 memcpy(&req->local_gid, &req_param->primary_path->sgid,
1243 req->service_id = req_param->primary_path->service_id;
1244 req->pkey = be16_to_cpu(req_param->primary_path->pkey);
1245 if (req->pkey != req_param->bth_pkey)
1248 req_param->bth_pkey, req->pkey);
/freebsd-12-stable/sys/netinet/
H A Dsctp_input.c3496 struct sctp_stream_reset_request *req_param; local
3506 req_param = sctp_find_stream_reset(stcb, seq, &chk);
3507 if (req_param != NULL) {
3509 type = ntohs(req_param->ph.param_type);
3510 lparam_len = ntohs(req_param->ph.param_length);
3514 req_out_param = (struct sctp_stream_reset_out_request *)req_param;
3540 req_in_param = (struct sctp_stream_reset_in_request *)req_param;

Completed in 113 milliseconds