Home
last modified time | relevance | path

Searched full:resp (Results 1 – 25 of 761) sorted by relevance

12345678910>>...31

/Linux-v5.15/fs/nfsd/
Dnfs3proc.c45 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_getattr() local
50 fh_copy(&resp->fh, &argp->fh); in nfsd3_proc_getattr()
51 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd3_proc_getattr()
53 if (resp->status != nfs_ok) in nfsd3_proc_getattr()
56 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd3_proc_getattr()
68 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfsd3_proc_setattr() local
73 fh_copy(&resp->fh, &argp->fh); in nfsd3_proc_setattr()
74 resp->status = nfsd_setattr(rqstp, &resp->fh, &argp->attrs, in nfsd3_proc_setattr()
86 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfsd3_proc_lookup() local
93 fh_copy(&resp->dirfh, &argp->fh); in nfsd3_proc_lookup()
[all …]
Dnfs2acl.c33 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsacld_proc_getacl() local
40 fh = fh_copy(&resp->fh, &argp->fh); in nfsacld_proc_getacl()
41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getacl()
42 if (resp->status != nfs_ok) in nfsacld_proc_getacl()
48 resp->status = nfserr_inval; in nfsacld_proc_getacl()
51 resp->mask = argp->mask; in nfsacld_proc_getacl()
53 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_getacl()
54 if (resp->status != nfs_ok) in nfsacld_proc_getacl()
57 if (resp->mask & (NFS_ACL|NFS_ACLCNT)) { in nfsacld_proc_getacl()
64 resp->status = nfserrno(PTR_ERR(acl)); in nfsacld_proc_getacl()
[all …]
Dnfsproc.c24 * N.B. After this call resp->fh needs an fh_put
30 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_getattr() local
34 fh_copy(&resp->fh, &argp->fh); in nfsd_proc_getattr()
35 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd_proc_getattr()
37 if (resp->status != nfs_ok) in nfsd_proc_getattr()
39 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_getattr()
46 * N.B. After this call resp->fh needs an fh_put
52 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfsd_proc_setattr() local
60 fhp = fh_copy(&resp->fh, &argp->fh); in nfsd_proc_setattr()
86 resp->status = fh_verify(rqstp, fhp, 0, NFSD_MAY_NOP); in nfsd_proc_setattr()
[all …]
Dnfs3xdr.c842 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_getattrres() local
844 if (!svcxdr_encode_nfsstat3(xdr, resp->status)) in nfs3svc_encode_getattrres()
846 switch (resp->status) { in nfs3svc_encode_getattrres()
848 lease_get_mtime(d_inode(resp->fh.fh_dentry), &resp->stat.mtime); in nfs3svc_encode_getattrres()
849 if (!svcxdr_encode_fattr3(rqstp, xdr, &resp->fh, &resp->stat)) in nfs3svc_encode_getattrres()
862 struct nfsd3_attrstat *resp = rqstp->rq_resp; in nfs3svc_encode_wccstat() local
864 return svcxdr_encode_nfsstat3(xdr, resp->status) && in nfs3svc_encode_wccstat()
865 svcxdr_encode_wcc_data(rqstp, xdr, &resp->fh); in nfs3svc_encode_wccstat()
872 struct nfsd3_diropres *resp = rqstp->rq_resp; in nfs3svc_encode_lookupres() local
874 if (!svcxdr_encode_nfsstat3(xdr, resp->status)) in nfs3svc_encode_lookupres()
[all …]
Dnfs3acl.c31 struct nfsd3_getaclres *resp = rqstp->rq_resp; in nfsd3_proc_getacl() local
36 fh = fh_copy(&resp->fh, &argp->fh); in nfsd3_proc_getacl()
37 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_getacl()
38 if (resp->status != nfs_ok) in nfsd3_proc_getacl()
44 resp->status = nfserr_inval; in nfsd3_proc_getacl()
47 resp->mask = argp->mask; in nfsd3_proc_getacl()
49 if (resp->mask & (NFS_ACL|NFS_ACLCNT)) { in nfsd3_proc_getacl()
56 resp->status = nfserrno(PTR_ERR(acl)); in nfsd3_proc_getacl()
59 resp->acl_access = acl; in nfsd3_proc_getacl()
61 if (resp->mask & (NFS_DFACL|NFS_DFACLCNT)) { in nfsd3_proc_getacl()
[all …]
Dnfsxdr.c438 struct nfsd_stat *resp = rqstp->rq_resp; in nfssvc_encode_statres() local
440 return svcxdr_encode_stat(xdr, resp->status); in nfssvc_encode_statres()
447 struct nfsd_attrstat *resp = rqstp->rq_resp; in nfssvc_encode_attrstatres() local
449 if (!svcxdr_encode_stat(xdr, resp->status)) in nfssvc_encode_attrstatres()
451 switch (resp->status) { in nfssvc_encode_attrstatres()
453 if (!svcxdr_encode_fattr(rqstp, xdr, &resp->fh, &resp->stat)) in nfssvc_encode_attrstatres()
465 struct nfsd_diropres *resp = rqstp->rq_resp; in nfssvc_encode_diropres() local
467 if (!svcxdr_encode_stat(xdr, resp->status)) in nfssvc_encode_diropres()
469 switch (resp->status) { in nfssvc_encode_diropres()
471 if (!svcxdr_encode_fhandle(xdr, &resp->fh)) in nfssvc_encode_diropres()
[all …]
/Linux-v5.15/drivers/mfd/
Dsi476x-cmd.c249 * @resp: buffer to place the expected response from the device
250 * @respn: actual size of @resp
261 u8 resp[], in si476x_core_send_command() argument
322 err = si476x_core_i2c_xfer(core, SI476X_I2C_RECV, resp, respn); in si476x_core_send_command()
330 dev_dbg(&client->dev, "Response:\n %*ph\n", respn, resp); in si476x_core_send_command()
334 if (resp[0] & SI476X_ERR) { in si476x_core_send_command()
341 if (!(resp[0] & SI476X_CTS)) in si476x_core_send_command()
375 uint8_t *resp, size_t respn) in si476x_cmd_tune_seek_freq() argument
381 err = si476x_core_send_command(core, cmd, args, argn, resp, respn, in si476x_cmd_tune_seek_freq()
408 u8 resp[CMD_FUNC_INFO_NRESP]; in si476x_core_cmd_func_info() local
[all …]
/Linux-v5.15/tools/power/x86/intel-speed-select/
Disst-core.c11 unsigned int req, resp; in isst_write_pm_config() local
20 &resp); in isst_write_pm_config()
24 debug_printf("cpu:%d WRITE_PM_CONFIG resp:%x\n", cpu, resp); in isst_write_pm_config()
31 unsigned int resp; in isst_read_pm_config() local
35 &resp); in isst_read_pm_config()
39 debug_printf("cpu:%d READ_PM_CONFIG resp:%x\n", cpu, resp); in isst_read_pm_config()
41 *cp_state = resp & BIT(16); in isst_read_pm_config()
42 *cp_cap = resp & BIT(0) ? 1 : 0; in isst_read_pm_config()
49 unsigned int resp; in isst_get_ctdp_levels() local
53 CONFIG_TDP_GET_LEVELS_INFO, 0, 0, &resp); in isst_get_ctdp_levels()
[all …]
/Linux-v5.15/net/nfc/
Ddigital_technology.c216 struct sk_buff *resp) in digital_in_recv_ats() argument
222 if (IS_ERR(resp)) { in digital_in_recv_ats()
223 rc = PTR_ERR(resp); in digital_in_recv_ats()
224 resp = NULL; in digital_in_recv_ats()
228 if (resp->len < 2) { in digital_in_recv_ats()
233 fsdi = DIGITAL_ATS_FSCI(resp->data[1]); in digital_in_recv_ats()
244 dev_kfree_skb(resp); in digital_in_recv_ats()
273 struct sk_buff *resp) in digital_in_recv_sel_res() argument
280 if (IS_ERR(resp)) { in digital_in_recv_sel_res()
281 rc = PTR_ERR(resp); in digital_in_recv_sel_res()
[all …]
Ddigital_dep.c107 struct sk_buff *resp);
109 struct sk_buff *resp);
232 struct sk_buff *resp, in digital_recv_dep_data_gather() argument
252 if (resp->len > skb_tailroom(ddev->chaining_skb)) { in digital_recv_dep_data_gather()
267 skb_put_data(ddev->chaining_skb, resp->data, resp->len); in digital_recv_dep_data_gather()
269 kfree_skb(resp); in digital_recv_dep_data_gather()
270 resp = NULL; in digital_recv_dep_data_gather()
280 resp = ddev->chaining_skb; in digital_recv_dep_data_gather()
284 return resp; in digital_recv_dep_data_gather()
287 kfree_skb(resp); in digital_recv_dep_data_gather()
[all …]
/Linux-v5.15/drivers/infiniband/hw/efa/
Defa_com_cmd.c68 struct efa_admin_modify_qp_resp resp; in efa_com_modify_qp() local
84 (struct efa_admin_acq_entry *)&resp, in efa_com_modify_qp()
85 sizeof(resp)); in efa_com_modify_qp()
103 struct efa_admin_query_qp_resp resp; in efa_com_query_qp() local
112 (struct efa_admin_acq_entry *)&resp, in efa_com_query_qp()
113 sizeof(resp)); in efa_com_query_qp()
121 result->qp_state = resp.qp_state; in efa_com_query_qp()
122 result->qkey = resp.qkey; in efa_com_query_qp()
123 result->sq_draining = resp.sq_draining; in efa_com_query_qp()
124 result->sq_psn = resp.sq_psn; in efa_com_query_qp()
[all …]
/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_resp.c92 rxe_run_task(&qp->resp.task, must_sched); in rxe_resp_queue_pkt()
100 if (qp->resp.state == QP_STATE_ERROR) { in get_req()
117 return (qp->resp.res) ? RESPST_READ_REPLY : RESPST_CHK_PSN; in get_req()
123 int diff = psn_compare(pkt->psn, qp->resp.psn); in check_psn()
129 if (qp->resp.sent_psn_nak) in check_psn()
132 qp->resp.sent_psn_nak = 1; in check_psn()
141 if (qp->resp.sent_psn_nak) in check_psn()
142 qp->resp.sent_psn_nak = 0; in check_psn()
147 if (qp->resp.drop_msg || diff != 0) { in check_psn()
149 qp->resp.drop_msg = 0; in check_psn()
[all …]
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
Dsta_cmdresp.c45 struct host_cmd_ds_command *resp) in mwifiex_process_cmdresp_error() argument
52 resp->command, resp->result); in mwifiex_process_cmdresp_error()
57 switch (le16_to_cpu(resp->command)) { in mwifiex_process_cmdresp_error()
59 pm = &resp->params.psmode_enh; in mwifiex_process_cmdresp_error()
62 resp->result, le16_to_cpu(pm->action)); in mwifiex_process_cmdresp_error()
108 struct host_cmd_ds_command *resp) in mwifiex_ret_802_11_rssi_info() argument
111 &resp->params.rssi_info_rsp; in mwifiex_ret_802_11_rssi_info()
168 struct host_cmd_ds_command *resp, in mwifiex_ret_802_11_snmp_mib() argument
171 struct host_cmd_ds_802_11_snmp_mib *smib = &resp->params.smib; in mwifiex_ret_802_11_snmp_mib()
220 struct host_cmd_ds_command *resp, in mwifiex_ret_get_log() argument
[all …]
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dqmi.c117 struct wlfw_msa_info_resp_msg_v01 resp = {}; in ath10k_qmi_msa_mem_info_send_sync_msg() local
129 wlfw_msa_info_resp_msg_v01_ei, &resp); in ath10k_qmi_msa_mem_info_send_sync_msg()
147 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in ath10k_qmi_msa_mem_info_send_sync_msg()
148 ath10k_err(ar, "msa info req rejected: %d\n", resp.resp.error); in ath10k_qmi_msa_mem_info_send_sync_msg()
153 if (resp.mem_region_info_len > QMI_WLFW_MAX_MEM_REG_V01) { in ath10k_qmi_msa_mem_info_send_sync_msg()
155 resp.mem_region_info_len); in ath10k_qmi_msa_mem_info_send_sync_msg()
161 qmi->nr_mem_region = resp.mem_region_info_len; in ath10k_qmi_msa_mem_info_send_sync_msg()
162 for (i = 0; i < resp.mem_region_info_len; i++) { in ath10k_qmi_msa_mem_info_send_sync_msg()
163 if (resp.mem_region_info[i].size > ar->msa.mem_size || in ath10k_qmi_msa_mem_info_send_sync_msg()
164 resp.mem_region_info[i].region_addr > max_mapped_addr || in ath10k_qmi_msa_mem_info_send_sync_msg()
[all …]
/Linux-v5.15/drivers/infiniband/core/
Duverbs_cmd.c51 * Copy a response to userspace. If the provided 'resp' is larger than the
58 static int uverbs_response(struct uverbs_attr_bundle *attrs, const void *resp, in uverbs_response() argument
65 attrs, UVERBS_ATTR_CORE_OUT, resp, resp_len); in uverbs_response()
67 if (copy_to_user(attrs->ucore.outbuf, resp, in uverbs_response()
278 struct ib_uverbs_get_context_resp resp; in ib_uverbs_get_context() local
298 resp = (struct ib_uverbs_get_context_resp){ in ib_uverbs_get_context()
302 ret = uverbs_response(attrs, &resp, sizeof(resp)); in ib_uverbs_get_context()
325 struct ib_uverbs_query_device_resp *resp, in copy_query_dev_fields() argument
330 resp->fw_ver = attr->fw_ver; in copy_query_dev_fields()
331 resp->node_guid = ib_dev->node_guid; in copy_query_dev_fields()
[all …]
Ducma.c116 struct rdma_ucm_event_resp resp; member
271 uevent->resp.uid = uevent->mc->uid; in ucma_create_uevent()
272 uevent->resp.id = uevent->mc->id; in ucma_create_uevent()
275 uevent->resp.uid = ctx->uid; in ucma_create_uevent()
276 uevent->resp.id = ctx->id; in ucma_create_uevent()
279 uevent->resp.event = event->event; in ucma_create_uevent()
280 uevent->resp.status = event->status; in ucma_create_uevent()
282 ucma_copy_ud_event(ctx->cm_id->device, &uevent->resp.param.ud, in ucma_create_uevent()
285 ucma_copy_conn_event(&uevent->resp.param.conn, in ucma_create_uevent()
288 uevent->resp.ece.vendor_id = event->ece.vendor_id; in ucma_create_uevent()
[all …]
Duverbs_std_types_device.c140 struct ib_uverbs_query_port_resp *resp, in copy_port_attr_to_resp() argument
143 resp->state = attr->state; in copy_port_attr_to_resp()
144 resp->max_mtu = attr->max_mtu; in copy_port_attr_to_resp()
145 resp->active_mtu = attr->active_mtu; in copy_port_attr_to_resp()
146 resp->gid_tbl_len = attr->gid_tbl_len; in copy_port_attr_to_resp()
147 resp->port_cap_flags = make_port_cap_flags(attr); in copy_port_attr_to_resp()
148 resp->max_msg_sz = attr->max_msg_sz; in copy_port_attr_to_resp()
149 resp->bad_pkey_cntr = attr->bad_pkey_cntr; in copy_port_attr_to_resp()
150 resp->qkey_viol_cntr = attr->qkey_viol_cntr; in copy_port_attr_to_resp()
151 resp->pkey_tbl_len = attr->pkey_tbl_len; in copy_port_attr_to_resp()
[all …]
/Linux-v5.15/fs/ksmbd/mgmt/
Duser_config.c14 struct ksmbd_login_response *resp; in ksmbd_login_user() local
17 resp = ksmbd_ipc_login_request(account); in ksmbd_login_user()
18 if (!resp) in ksmbd_login_user()
21 if (!(resp->status & KSMBD_USER_FLAG_OK)) in ksmbd_login_user()
24 user = ksmbd_alloc_user(resp); in ksmbd_login_user()
26 kvfree(resp); in ksmbd_login_user()
30 struct ksmbd_user *ksmbd_alloc_user(struct ksmbd_login_response *resp) in ksmbd_alloc_user() argument
38 user->name = kstrdup(resp->account, GFP_KERNEL); in ksmbd_alloc_user()
39 user->flags = resp->status; in ksmbd_alloc_user()
40 user->gid = resp->gid; in ksmbd_alloc_user()
[all …]
/Linux-v5.15/drivers/nfc/
Dport100.c95 struct sk_buff *resp);
474 struct sk_buff *resp; member
817 struct sk_buff *resp = cmd->resp; in port100_send_async_complete() local
826 dev_kfree_skb(resp); in port100_send_async_complete()
830 skb_put(resp, port100_rx_frame_size(resp->data)); in port100_send_async_complete()
831 skb_pull(resp, PORT100_FRAME_HEADER_LEN); in port100_send_async_complete()
832 skb_trim(resp, resp->len - PORT100_FRAME_TAIL_LEN); in port100_send_async_complete()
834 cmd->complete_cb(dev, cmd->complete_cb_context, resp); in port100_send_async_complete()
846 struct sk_buff *resp; in port100_send_cmd_async() local
858 resp = alloc_skb(resp_len, GFP_KERNEL); in port100_send_cmd_async()
[all …]
/Linux-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera_hw.c513 struct prestera_msg_common_resp resp; in prestera_cmd() local
515 return prestera_cmd_ret(sw, type, cmd, clen, &resp.ret, sizeof(resp)); in prestera_cmd()
644 struct prestera_msg_port_info_resp resp; in prestera_hw_port_info_get() local
648 &req.cmd, sizeof(req), &resp.ret, sizeof(resp)); in prestera_hw_port_info_get()
652 *dev_id = resp.dev_id; in prestera_hw_port_info_get()
653 *hw_id = resp.hw_id; in prestera_hw_port_info_get()
654 *fp_id = resp.fp_id; in prestera_hw_port_info_get()
673 struct prestera_msg_switch_init_resp resp; in prestera_hw_switch_init() local
681 &resp.ret, sizeof(resp), in prestera_hw_switch_init()
688 sw->port_count = resp.port_count; in prestera_hw_switch_init()
[all …]
/Linux-v5.15/fs/lockd/
Dsvc4proc.c85 __nlm4svc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_test() argument
93 resp->cookie = argp->cookie; in __nlm4svc_proc_test()
96 if ((resp->status = nlm4svc_retrieve_args(rqstp, argp, &host, &file))) in __nlm4svc_proc_test()
97 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in __nlm4svc_proc_test()
100 resp->status = nlmsvc_testlock(rqstp, file, host, &argp->lock, &resp->lock, &resp->cookie); in __nlm4svc_proc_test()
101 if (resp->status == nlm_drop_reply) in __nlm4svc_proc_test()
104 dprintk("lockd: TEST4 status %d\n", ntohl(resp->status)); in __nlm4svc_proc_test()
119 __nlm4svc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_lock() argument
128 resp->cookie = argp->cookie; in __nlm4svc_proc_lock()
131 if ((resp->status = nlm4svc_retrieve_args(rqstp, argp, &host, &file))) in __nlm4svc_proc_lock()
[all …]
Dsvcproc.c114 __nlmsvc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_test() argument
122 resp->cookie = argp->cookie; in __nlmsvc_proc_test()
125 if ((resp->status = nlmsvc_retrieve_args(rqstp, argp, &host, &file))) in __nlmsvc_proc_test()
126 return resp->status == nlm_drop_reply ? rpc_drop_reply :rpc_success; in __nlmsvc_proc_test()
129resp->status = cast_status(nlmsvc_testlock(rqstp, file, host, &argp->lock, &resp->lock, &resp->coo… in __nlmsvc_proc_test()
130 if (resp->status == nlm_drop_reply) in __nlmsvc_proc_test()
134 ntohl(resp->status), rqstp->rq_vers); in __nlmsvc_proc_test()
149 __nlmsvc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_lock() argument
158 resp->cookie = argp->cookie; in __nlmsvc_proc_lock()
161 if ((resp->status = nlmsvc_retrieve_args(rqstp, argp, &host, &file))) in __nlmsvc_proc_lock()
[all …]
/Linux-v5.15/drivers/scsi/isci/
Dtask.h92 } resp; member
104 "tmf->resp.d2h_fis.status = %x\n" in isci_print_tmf()
105 "tmf->resp.d2h_fis.error = %x\n", in isci_print_tmf()
108 tmf->resp.d2h_fis.status, in isci_print_tmf()
109 tmf->resp.d2h_fis.error); in isci_print_tmf()
113 "tmf->resp.resp_iu.data_present = %x\n" in isci_print_tmf()
114 "tmf->resp.resp_iu.status = %x\n" in isci_print_tmf()
115 "tmf->resp.resp_iu.data_length = %x\n" in isci_print_tmf()
116 "tmf->resp.resp_iu.data[0] = %x\n" in isci_print_tmf()
117 "tmf->resp.resp_iu.data[1] = %x\n" in isci_print_tmf()
[all …]
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_trans_resv.c815 struct xfs_trans_resv *resp) in xfs_trans_resv_calc() argument
821 resp->tr_write.tr_logres = xfs_calc_write_reservation(mp); in xfs_trans_resv_calc()
823 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK; in xfs_trans_resv_calc()
825 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_trans_resv_calc()
826 resp->tr_write.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
828 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp); in xfs_trans_resv_calc()
830 resp->tr_itruncate.tr_logcount = in xfs_trans_resv_calc()
833 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc()
834 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
836 resp->tr_rename.tr_logres = xfs_calc_rename_reservation(mp); in xfs_trans_resv_calc()
[all …]
/Linux-v5.15/drivers/net/ethernet/microsoft/mana/
Dgdma_main.c34 struct gdma_query_max_resources_resp resp = {}; in mana_gd_query_max_resources() local
39 sizeof(req), sizeof(resp)); in mana_gd_query_max_resources()
41 err = mana_gd_send_request(gc, sizeof(req), &req, sizeof(resp), &resp); in mana_gd_query_max_resources()
42 if (err || resp.hdr.status) { in mana_gd_query_max_resources()
44 err, resp.hdr.status); in mana_gd_query_max_resources()
48 if (gc->num_msix_usable > resp.max_msix) in mana_gd_query_max_resources()
49 gc->num_msix_usable = resp.max_msix; in mana_gd_query_max_resources()
58 if (gc->max_num_queues > resp.max_eq) in mana_gd_query_max_resources()
59 gc->max_num_queues = resp.max_eq; in mana_gd_query_max_resources()
61 if (gc->max_num_queues > resp.max_cq) in mana_gd_query_max_resources()
[all …]

12345678910>>...31