| /linux/fs/smb/client/ |
| H A D | smb2inode.c | 177 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 D | transport.c | 69 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 D | cifsglob.h | 773 atomic_t num_cmds[NUMBER_OF_SMB2_COMMANDS]; /* total requests by cmd */ member
|
| /linux/drivers/media/pci/pt3/ |
| H A D | pt3_i2c.c | 49 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 D | pt3.h | 52 u32 num_cmds; member
|
| /linux/drivers/vdpa/mlx5/core/ |
| H A D | resources.c | 377 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 D | mlx5_vdpa.h | 170 int num_cmds);
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_ccb.h | 30 u32 num_cmds; member
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_sriov.h | 28 u8 num_cmds; member 36 u8 num_cmds;
|
| H A D | qlcnic_83xx_hw.c | 3907 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 D | qlcnic_sriov_common.c | 807 hdr[i].num_cmds = 1; in qlcnic_sriov_prepare_bc_hdr()
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_dl.h | 45 unsigned int num_cmds; member
|
| /linux/drivers/input/keyboard/ |
| H A D | lm8323.c | 445 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 D | zd_mac.c | 708 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 D | btintel.h | 146 __u8 num_cmds; member
|
| /linux/drivers/target/ |
| H A D | target_core_stat.c | 357 CONFIGFS_ATTR_RO(target_stat_lu_, num_cmds); 1096 CONFIGFS_ATTR_RO(target_stat_auth_, num_cmds);
|