Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2inode.c177 int i, int num_cmds, in set_next_compound() argument
182 if (i + 1 < num_cmds + k) in set_next_compound()
203 int *cmds, int num_cmds, struct cifsFileInfo *cfile, in smb2_compound_op() argument
302 if (num_cmds > 0 && cmds[0] == SMB2_OP_OPEN_QUERY) in smb2_compound_op()
305 for (; i < num_cmds; i++) { in smb2_compound_op()
321 set_next_compound(tcon, cfile, i, num_cmds, rqst, &num_rqst); in smb2_compound_op()
340 set_next_compound(tcon, cfile, i, num_cmds, rqst, &num_rqst); in smb2_compound_op()
366 set_next_compound(tcon, cfile, i, num_cmds, rqst, &num_rqst); in smb2_compound_op()
384 set_next_compound(tcon, cfile, i, num_cmds, rqst, &num_rqst); in smb2_compound_op()
401 set_next_compound(tcon, cfile, i, num_cmds, rqst, &num_rqst); in smb2_compound_op()
[all …]
H A Dtransport.c69 if (atomic_read(&server->num_cmds[smb_cmd]) == 0) { in __release_mid()
78 cifs_stats_inc(&server->num_cmds[smb_cmd]); in __release_mid()
H A Dcifsglob.h773 atomic_t num_cmds[NUMBER_OF_SMB2_COMMANDS]; /* total requests by cmd */ member
/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/drivers/vdpa/mlx5/core/
H A Dresources.c377 int num_cmds) in mlx5_vdpa_exec_async_cmds() argument
383 for (int i = 0; i < num_cmds; i++) in mlx5_vdpa_exec_async_cmds()
386 while (issued < num_cmds) { in mlx5_vdpa_exec_async_cmds()
391 issued, num_cmds, err); in mlx5_vdpa_exec_async_cmds()
H A Dmlx5_vdpa.h170 int num_cmds);
/linux/drivers/gpu/drm/imagination/
H A Dpvr_ccb.h30 u32 num_cmds; member
/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_sriov_common.c807 hdr[i].num_cmds = 1; in qlcnic_sriov_prepare_bc_hdr()
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.h45 unsigned int num_cmds; member
/linux/drivers/input/keyboard/
H A Dlm8323.c445 int num_cmds = 0; in lm8323_pwm_work() local
485 pwm_cmds[num_cmds++] = PWM_RAMP(div512, perstep, s, up); in lm8323_pwm_work()
489 lm8323_write_pwm(pwm, kill, num_cmds, pwm_cmds); in lm8323_pwm_work()
/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_objs(struct zd_ioreq32, num_cmds); in zd_mac_config_beacon()
783 BUG_ON(req_pos != num_cmds); in zd_mac_config_beacon()
785 r = zd_iowrite32a_locked(&mac->chip, ioreqs, num_cmds); in zd_mac_config_beacon()
/linux/drivers/bluetooth/
H A Dbtintel.h146 __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);