Home
last modified time | relevance | path

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

/drivers/crypto/bcm/
Dutil.c353 ssize_t ret, out_offset, out_count; in spu_debugfs_read() local
361 out_count = 2048; in spu_debugfs_read()
363 buf = kmalloc(out_count, GFP_KERNEL); in spu_debugfs_read()
369 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
372 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
375 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
378 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
381 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
389 out_count - out_offset, in spu_debugfs_read()
395 out_offset += snprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read()
[all …]
/drivers/staging/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
/drivers/ntb/
Dntb_transport.c470 ssize_t ret, out_offset, out_count; in debugfs_read() local
477 out_count = 1000; in debugfs_read()
479 buf = kmalloc(out_count, GFP_KERNEL); in debugfs_read()
484 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
486 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
488 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
490 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
492 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
494 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
496 out_offset += snprintf(buf + out_offset, out_count - out_offset, in debugfs_read()
[all …]
/drivers/mailbox/
Dbcm-pdc-mailbox.c429 ssize_t ret, out_offset, out_count; in pdc_debugfs_read() local
431 out_count = 512; in pdc_debugfs_read()
433 buf = kmalloc(out_count, GFP_KERNEL); in pdc_debugfs_read()
439 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
441 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
444 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
447 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
450 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
453 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
456 out_offset += snprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read()
[all …]
/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()
/drivers/char/
Dvirtio_console.c663 size_t out_count, bool to_user) in fill_readbuf() argument
668 if (!out_count || !port_has_data(port)) in fill_readbuf()
672 out_count = min(out_count, buf->len - buf->offset); in fill_readbuf()
677 ret = copy_to_user(out_buf, buf->buf + buf->offset, out_count); in fill_readbuf()
682 out_count); in fill_readbuf()
685 buf->offset += out_count; in fill_readbuf()
701 return out_count; in fill_readbuf()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3242 attr->split_count = attr->out_count; in parse_tc_fdb_actions()
3264 if (attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) { in parse_tc_fdb_actions()
3268 attr->out_count); in parse_tc_fdb_actions()
3275 parse_attr->mirred_ifindex[attr->out_count] = in parse_tc_fdb_actions()
3277 parse_attr->tun_info[attr->out_count] = dup_tun_info(info); in parse_tc_fdb_actions()
3278 if (!parse_attr->tun_info[attr->out_count]) in parse_tc_fdb_actions()
3281 attr->dests[attr->out_count].flags |= in parse_tc_fdb_actions()
3283 attr->out_count++; in parse_tc_fdb_actions()
3326 attr->dests[attr->out_count].rep = rpriv->rep; in parse_tc_fdb_actions()
3327 attr->dests[attr->out_count].mdev = out_priv->mdev; in parse_tc_fdb_actions()
[all …]
Deswitch.h378 int out_count; member
Deswitch_offloads.c183 for (j = attr->split_count; j < attr->out_count; j++) { in mlx5_eswitch_add_offloaded_rule()
/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()
/drivers/infiniband/hw/mlx5/
Dmain.c1863 goto out_count; in mlx5_ib_alloc_ucontext()
1985 out_count: in mlx5_ib_alloc_ucontext()