Home
last modified time | relevance | path

Searched refs:out_count (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/crypto/bcm/
Dutil.c405 ssize_t ret, out_offset, out_count; in spu_debugfs_read() local
413 out_count = 2048; in spu_debugfs_read()
415 buf = kmalloc(out_count, GFP_KERNEL); in spu_debugfs_read()
421 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
424 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
427 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
430 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
433 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
441 out_count - out_offset, in spu_debugfs_read()
447 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
[all …]
/Linux-v4.19/drivers/net/ethernet/qlogic/qlge/
Dqlge_mpi.c134 for (i = 0; i < mbcp->out_count; i++) { in ql_get_mb_sts()
216 mbcp->out_count = 4; in ql_idc_req_aen()
240 mbcp->out_count = 4; in ql_idc_cmplt_aen()
258 mbcp->out_count = 2; in ql_link_up()
306 mbcp->out_count = 3; in ql_link_down()
319 mbcp->out_count = 5; in ql_sfp_in()
334 mbcp->out_count = 1; in ql_sfp_out()
349 mbcp->out_count = 6; in ql_aen_lost()
357 for (i = 0; i < mbcp->out_count; i++) in ql_aen_lost()
370 mbcp->out_count = 2; in ql_init_fw_done()
[all …]
Dqlge.h985 int out_count; member
/Linux-v4.19/drivers/ntb/
Dntb_transport.c451 ssize_t ret, out_offset, out_count; in debugfs_read() local
458 out_count = 1000; in debugfs_read()
460 buf = kmalloc(out_count, GFP_KERNEL); in debugfs_read()
465 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
467 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
469 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
471 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
473 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
475 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
477 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
[all …]
/Linux-v4.19/drivers/mailbox/
Dbcm-pdc-mailbox.c442 ssize_t ret, out_offset, out_count; in pdc_debugfs_read() local
444 out_count = 512; in pdc_debugfs_read()
446 buf = kmalloc(out_count, GFP_KERNEL); in pdc_debugfs_read()
452 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
454 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
457 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
460 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
463 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
466 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
469 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
[all …]
/Linux-v4.19/drivers/usb/image/
Dmdc800.c156 int out_count; // Bytes in the buffer member
389 mdc800->out_count=64; in mdc800_usb_download_notify()
625 mdc800->out_count=0; in mdc800_device_open()
714 sts=left > (mdc800->out_count-mdc800->out_ptr)?mdc800->out_count-mdc800->out_ptr:left; in mdc800_device_read()
721 mdc800->out_count=0; in mdc800_device_read()
816 mdc800->out_count=0; in mdc800_device_write()
911 mdc800->out_count=16; in mdc800_device_write()
/Linux-v4.19/drivers/char/
Dvirtio_console.c676 size_t out_count, bool to_user) in fill_readbuf() argument
681 if (!out_count || !port_has_data(port)) in fill_readbuf()
685 out_count = min(out_count, buf->len - buf->offset); in fill_readbuf()
690 ret = copy_to_user(out_buf, buf->buf + buf->offset, out_count); in fill_readbuf()
695 out_count); in fill_readbuf()
698 buf->offset += out_count; in fill_readbuf()
714 return out_count; in fill_readbuf()
/Linux-v4.19/sound/usb/line6/
Ddriver.c579 unsigned int out_count; in line6_hwdep_read() local
601 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count); in line6_hwdep_read()
603 rv = out_count; in line6_hwdep_read()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c849 attr->out_rep[attr->out_count] = rpriv->rep; in mlx5e_tc_add_fdb_flow()
850 attr->out_mdev[attr->out_count++] = out_priv->mdev; in mlx5e_tc_add_fdb_flow()
2694 attr->mirror_count = attr->out_count; in parse_tc_fdb_actions()
2712 if (attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) { in parse_tc_fdb_actions()
2714 attr->out_count); in parse_tc_fdb_actions()
2725 attr->out_rep[attr->out_count] = rpriv->rep; in parse_tc_fdb_actions()
2726 attr->out_mdev[attr->out_count++] = out_priv->mdev; in parse_tc_fdb_actions()
2749 attr->mirror_count = attr->out_count; in parse_tc_fdb_actions()
2759 attr->mirror_count = attr->out_count; in parse_tc_fdb_actions()
2775 if (attr->out_count > 1 && !mlx5_esw_has_fwd_fdb(priv->mdev)) { in parse_tc_fdb_actions()
Deswitch.h257 int out_count; member
Deswitch_offloads.c84 for (j = attr->mirror_count; j < attr->out_count; j++) { in mlx5_eswitch_add_offloaded_rule()
/Linux-v4.19/sound/soc/
Dsoc-pcm.c3369 ssize_t out_count = PAGE_SIZE, offset = 0, ret = 0; in dpcm_state_read_file() local
3372 buf = kmalloc(out_count, GFP_KERNEL); in dpcm_state_read_file()
3378 buf + offset, out_count - offset); in dpcm_state_read_file()
3382 buf + offset, out_count - offset); in dpcm_state_read_file()
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_mbx.c31 void qla4xxx_process_mbox_intr(struct scsi_qla_host *ha, int out_count) in qla4xxx_process_mbox_intr() argument
42 ha->mbox_status_count = out_count; in qla4xxx_process_mbox_intr()
Dql4_nx.c3939 void qla4_82xx_process_mbox_intr(struct scsi_qla_host *ha, int out_count) in qla4_82xx_process_mbox_intr() argument
3945 ha->mbox_status_count = out_count; in qla4_82xx_process_mbox_intr()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c1719 goto out_count; in mlx5_ib_alloc_ucontext()
1843 out_count: in mlx5_ib_alloc_ucontext()