Home
last modified time | relevance | path

Searched refs:num_cmds (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/media/pci/pt3/
H A Dpt3_i2c.c49 if ((cbuf->num_cmds % 2) == 0) in cmdbuf_add()
53 buf_idx = cbuf->num_cmds / 2; in cmdbuf_add()
57 cbuf->num_cmds++; in cmdbuf_add()
63 if (cbuf->num_cmds % 2) in put_end()
109 cbuf->num_cmds = 0; in translate()
212 cbuf->data, cbuf->num_cmds); in pt3_i2c_master_xfer()
H A Dpt3.h52 u32 num_cmds; member
/linux/fs/smb/client/
H A Dsmb2inode.c178 int *cmds, int num_cmds, struct cifsFileInfo *cfile, in smb2_compound_op() argument
277 if (num_cmds > 0 && cmds[0] == SMB2_OP_OPEN_QUERY) in smb2_compound_op()
280 for (; i < num_cmds; i++) { in smb2_compound_op()
670 if (rc == 0 && num_cmds > 0 && cmds[0] == SMB2_OP_OPEN_QUERY) { in smb2_compound_op()
692 for (i = 0; i < num_cmds; i++) { in smb2_compound_op()
857 num_cmds += 2; in smb2_compound_op()
859 memcpy(out_iov, rsp_iov, num_cmds * sizeof(*out_iov)); in smb2_compound_op()
861 num_cmds * sizeof(*out_buftype)); in smb2_compound_op()
863 for (i = 0; i < num_cmds; i++) in smb2_compound_op()
866 num_cmds -= 2; /* correct num_cmds as there could be a retry */ in smb2_compound_op()
[all …]
H A Dtransport.c70 if (atomic_read(&server->num_cmds[smb_cmd]) == 0) { in __release_mid()
79 cifs_stats_inc(&server->num_cmds[smb_cmd]); in __release_mid()
H A Dcifs_debug.c786 atomic_set(&server->num_cmds[i], 0); in cifs_stats_proc_write()
861 atomic_read(&server->num_cmds[j]), in cifs_stats_proc_show()
H A Dcifsglob.h773 atomic_t num_cmds[NUMBER_OF_SMB2_COMMANDS]; /* total requests by cmd */ member
/linux/drivers/gpu/host1x/
H A Djob.c116 struct host1x_job_gather *gather = &job->cmds[job->num_cmds].gather; in host1x_job_add_gather()
122 job->num_cmds++; in host1x_job_add_gather()
129 struct host1x_job_cmd *cmd = &job->cmds[job->num_cmds]; in host1x_job_add_wait()
137 job->num_cmds++; in host1x_job_add_wait()
212 for (i = 0; i < job->num_cmds; i++) { in pin_job()
538 for (i = 0; i < job->num_cmds; i++) { in copy_gathers()
566 for (i = 0; i < job->num_cmds; i++) { in copy_gathers()
616 for (i = 0; i < job->num_cmds; i++) { in host1x_job_pin()
631 for (j = i + 1; j < job->num_cmds; j++) { in host1x_job_pin()
/linux/drivers/soc/qcom/
H A Drpmh.c32 .num_cmds = 0, \
179 for (i = 0; i < rpm_msg->msg.num_cmds; i++) { in __rpmh_write()
206 req->msg.num_cmds = n; in __fill_rpmh_msg()
415 rpm_msg.msg.num_cmds = 1; in send_single()
/linux/drivers/vdpa/mlx5/core/
H A Dresources.c368 int num_cmds) in mlx5_vdpa_exec_async_cmds() argument
374 for (int i = 0; i < num_cmds; i++) in mlx5_vdpa_exec_async_cmds()
377 while (issued < num_cmds) { in mlx5_vdpa_exec_async_cmds()
382 issued, num_cmds, err); in mlx5_vdpa_exec_async_cmds()
H A Dmlx5_vdpa.h168 int num_cmds);
/linux/drivers/gpu/drm/panel/
H A Dpanel-truly-nt35597.c358 u32 num_cmds; in truly_nt35597_prepare() local
369 num_cmds = config->num_on_cmds; in truly_nt35597_prepare()
371 for (i = 0; i < num_cmds; i++) { in truly_nt35597_prepare()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov.h28 u8 num_cmds; member
36 u8 num_cmds;
H A Dqlcnic_83xx_hw.c3907 mbx->num_cmds--; in qlcnic_83xx_flush_mbx_queue()
3950 mbx->num_cmds--; in qlcnic_83xx_dequeue_mbx_cmd()
4020 mbx->num_cmds++; in qlcnic_83xx_enqueue_mbx_cmd()
4021 cmd->total_cmds = mbx->num_cmds; in qlcnic_83xx_enqueue_mbx_cmd()
H A Dqlcnic.h1096 u32 num_cmds; member
H A Dqlcnic_sriov_common.c808 hdr[i].num_cmds = 1; in qlcnic_sriov_prepare_bc_hdr()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_ccb.h30 u32 num_cmds; member
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.h45 unsigned int num_cmds; member
/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c405 cmds = alloc_copy_user_array(u64_to_user_ptr(args->cmds_ptr), args->num_cmds, in submit_create_job()
412 job = host1x_job_alloc(context->channel, args->num_cmds, 0, true); in submit_create_job()
427 for (i = 0; i < args->num_cmds; i++) { in submit_create_job()
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c708 int r, ret, num_cmds, req_pos = 0; in zd_mac_config_beacon() local
724 num_cmds = 1 + zd_chip_is_zd1211b(&mac->chip) + full_len; in zd_mac_config_beacon()
725 ioreqs = kmalloc_array(num_cmds, sizeof(struct zd_ioreq32), in zd_mac_config_beacon()
784 BUG_ON(req_pos != num_cmds); in zd_mac_config_beacon()
786 r = zd_iowrite32a_locked(&mac->chip, ioreqs, num_cmds); in zd_mac_config_beacon()
/linux/include/uapi/drm/
H A Dtegra_drm.h939 __u32 num_cmds; member
/linux/include/linux/
H A Dhost1x.h282 unsigned int num_cmds; member
/linux/drivers/bluetooth/
H A Dbtintel.h131 __u8 num_cmds; member
/linux/drivers/target/
H A Dtarget_core_stat.c357 CONFIGFS_ATTR_RO(target_stat_lu_, num_cmds);
1096 CONFIGFS_ATTR_RO(target_stat_auth_, num_cmds);
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h7320 uint32_t num_cmds, in dmub_rb_get_rptr_with_offset() argument
7326 *next_rptr = rb->rptr + DMUB_RB_CMD_SIZE * num_cmds; in dmub_rb_get_rptr_with_offset()
/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c1731 u32 num_cmds = DIV_ROUND_UP(updates[j].qwords, in __xe_migrate_update_pgtables() local
1735 batch_size += 4 * num_cmds + updates[j].qwords * 2; in __xe_migrate_update_pgtables()

12