/Linux-v6.6/drivers/crypto/bcm/ |
D | util.c | 355 ssize_t ret, out_offset, out_count; in spu_debugfs_read() local 363 out_count = 2048; in spu_debugfs_read() 365 buf = kmalloc(out_count, GFP_KERNEL); in spu_debugfs_read() 371 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 374 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 377 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 380 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 383 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 391 out_count - out_offset, in spu_debugfs_read() 397 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() [all …]
|
/Linux-v6.6/drivers/usb/misc/ |
D | brcmstb-usb-pinmap.c | 37 int out_count; member 85 for (x = 0; x < pdata->out_count; x++) { in brcmstb_usb_pinmap_ovr_isr() 113 int *out_count) in get_pin_counts() argument 119 *out_count = 0; in get_pin_counts() 127 *out_count = out; in get_pin_counts() 172 for (x = 0, index = 0; x < pdata->out_count; x++) { in parse_pins() 231 for (x = 0; x < pdata->out_count; x++) { in sync_all_pins() 255 int out_count; in brcmstb_usb_pinmap_probe() local 261 get_pin_counts(dn, &in_count, &out_count); in brcmstb_usb_pinmap_probe() 262 if ((in_count + out_count) == 0) in brcmstb_usb_pinmap_probe() [all …]
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | mirred.c | 147 if (esw_attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) { in tc_act_can_offload_mirred() 152 esw_attr->out_count); in tc_act_can_offload_mirred() 184 parse_attr->mirred_ifindex[esw_attr->out_count] = out_dev->ifindex; in parse_mirred_encap() 185 parse_attr->tun_info[esw_attr->out_count] = in parse_mirred_encap() 188 if (!parse_attr->tun_info[esw_attr->out_count]) in parse_mirred_encap() 194 memcpy(&parse_attr->mpls_info[esw_attr->out_count], in parse_mirred_encap() 198 esw_attr->dests[esw_attr->out_count].flags |= MLX5_ESW_DEST_ENCAP; in parse_mirred_encap() 199 esw_attr->out_count++; in parse_mirred_encap() 273 esw_attr->dests[esw_attr->out_count].rep = rpriv->rep; in parse_mirred() 274 esw_attr->dests[esw_attr->out_count].mdev = out_priv->mdev; in parse_mirred() [all …]
|
D | redirect_ingress.c | 42 if (esw_attr->out_count) { in tc_act_can_offload_redirect_ingress() 65 &attr->action, esw_attr->out_count); in tc_act_parse_redirect_ingress() 70 esw_attr->out_count++; in tc_act_parse_redirect_ingress()
|
D | ct.c | 21 attr->esw_attr->split_count = attr->esw_attr->out_count; in tc_act_parse_ct()
|
D | vlan_mangle.c | 69 attr->esw_attr->split_count = attr->esw_attr->out_count; in tc_act_parse_vlan_mangle()
|
D | pedit.c | 102 esw_attr->split_count = esw_attr->out_count; in tc_act_parse_pedit()
|
D | vlan.c | 168 esw_attr->split_count = esw_attr->out_count; in tc_act_parse_vlan()
|
/Linux-v6.6/drivers/staging/qlge/ |
D | qlge_mpi.c | 129 for (i = 0; i < mbcp->out_count; i++) { in qlge_get_mb_sts() 211 mbcp->out_count = 4; in qlge_idc_req_aen() 236 mbcp->out_count = 4; in qlge_idc_cmplt_aen() 255 mbcp->out_count = 2; in qlge_link_up() 303 mbcp->out_count = 3; in qlge_link_down() 316 mbcp->out_count = 5; in qlge_sfp_in() 331 mbcp->out_count = 1; in qlge_sfp_out() 346 mbcp->out_count = 6; in qlge_aen_lost() 355 for (i = 0; i < mbcp->out_count; i++) in qlge_aen_lost() 367 mbcp->out_count = 2; in qlge_init_fw_done() [all …]
|
D | qlge.h | 992 int out_count; member
|
/Linux-v6.6/drivers/ntb/ |
D | ntb_transport.c | 468 ssize_t ret, out_offset, out_count; in debugfs_read() local 475 out_count = 1000; in debugfs_read() 477 buf = kmalloc(out_count, GFP_KERNEL); in debugfs_read() 482 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read() 484 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read() 486 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read() 488 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read() 490 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read() 492 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read() 494 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in debugfs_read() [all …]
|
/Linux-v6.6/drivers/mailbox/ |
D | bcm-pdc-mailbox.c | 429 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 += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read() 441 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read() 444 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read() 447 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read() 450 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read() 453 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read() 456 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in pdc_debugfs_read() [all …]
|
/Linux-v6.6/drivers/usb/image/ |
D | mdc800.c | 156 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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | ipsec_fs.c | 284 if (esw_attr->out_count - esw_attr->split_count > 1) in mlx5_esw_ipsec_modify_flow_dests() 288 esw_attr->out_count - 1); in mlx5_esw_ipsec_modify_flow_dests()
|
/Linux-v6.6/drivers/char/ |
D | virtio_console.c | 657 size_t out_count, bool to_user) in fill_readbuf() argument 662 if (!out_count || !port_has_data(port)) in fill_readbuf() 666 out_count = min(out_count, buf->len - buf->offset); in fill_readbuf() 671 ret = copy_to_user(out_buf, buf->buf + buf->offset, out_count); in fill_readbuf() 676 out_count); in fill_readbuf() 679 buf->offset += out_count; in fill_readbuf() 695 return out_count; in fill_readbuf()
|
/Linux-v6.6/sound/usb/line6/ |
D | driver.c | 565 unsigned int out_count; in line6_hwdep_read() local 590 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count); in line6_hwdep_read() 592 rv = out_count; in line6_hwdep_read()
|
/Linux-v6.6/fs/smb/server/ |
D | vfs.h | 131 unsigned int in_count, unsigned int *out_count);
|
D | vfs.c | 996 unsigned int in_count, unsigned int *out_count) in ksmbd_vfs_fqar_lseek() argument 1019 *out_count = 0; in ksmbd_vfs_fqar_lseek() 1021 while (start < end && *out_count < in_count) { in ksmbd_vfs_fqar_lseek() 1041 ranges[*out_count].file_offset = cpu_to_le64(extent_start); in ksmbd_vfs_fqar_lseek() 1042 ranges[(*out_count)++].length = in ksmbd_vfs_fqar_lseek()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads_termtbl.c | 235 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in mlx5_eswitch_termtbl_required()
|
D | eswitch_offloads.c | 301 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in esw_is_chain_src_port_rewrite() 324 if (esw_attr->out_count - esw_attr->split_count > 1) in esw_setup_chain_src_port_rewrite() 345 esw_put_dest_tables_loop(esw, attr, esw_attr->split_count, esw_attr->out_count); in esw_cleanup_chain_src_port_rewrite() 360 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) { in esw_is_indir_table() 386 for (j = esw_attr->split_count; j < esw_attr->out_count; j++, (*i)++) { in esw_setup_indir_table() 415 esw_put_dest_tables_loop(esw, attr, esw_attr->split_count, esw_attr->out_count); in esw_cleanup_indir_table() 458 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in esw_flow_dests_fwd_ipsec_check() 460 (esw_attr->out_count - esw_attr->split_count > 1)) in esw_flow_dests_fwd_ipsec_check() 525 for (j = esw_attr->split_count; j < esw_attr->out_count; j++, i++) in esw_setup_vport_dests()
|
D | eswitch.h | 520 int out_count; member
|
/Linux-v6.6/drivers/hwmon/ |
D | hp-wmi-sensors.c | 1632 u8 *out_icount, u8 *out_count, in init_numeric_sensors() argument 1715 *out_count = count; in init_numeric_sensors()
|
/Linux-v6.6/sound/soc/ |
D | soc-pcm.c | 171 ssize_t out_count = PAGE_SIZE, offset = 0, ret = 0; in dpcm_state_read_file() local 181 buf = kmalloc(out_count, GFP_KERNEL); in dpcm_state_read_file() 190 out_count - offset); in dpcm_state_read_file()
|
/Linux-v6.6/drivers/scsi/qla4xxx/ |
D | ql4_mbx.c | 30 void qla4xxx_process_mbox_intr(struct scsi_qla_host *ha, int out_count) in qla4xxx_process_mbox_intr() argument 41 ha->mbox_status_count = out_count; in qla4xxx_process_mbox_intr()
|
D | ql4_nx.c | 3917 void qla4_82xx_process_mbox_intr(struct scsi_qla_host *ha, int out_count) in qla4_82xx_process_mbox_intr() argument 3923 ha->mbox_status_count = out_count; in qla4_82xx_process_mbox_intr()
|