/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | util.c | 353 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 += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 372 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 375 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 378 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 381 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 389 out_count - out_offset, in spu_debugfs_read() 395 out_offset += scnprintf(buf + out_offset, out_count in spu_debugfs_read() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A 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 in spu_debugfs_read() [all...] |
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A 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() 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) in brcmstb_usb_pinmap_probe() 112 get_pin_counts(struct device_node *dn, int *in_count, int *out_count) get_pin_counts() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A 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].vport_valid = true; in parse_mirred() 274 esw_attr->dests[esw_attr->out_count] in parse_mirred() [all...] |
H A 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()
|
H A D | ct.c | 21 attr->esw_attr->split_count = attr->esw_attr->out_count; in tc_act_parse_ct()
|
H A D | vlan_mangle.c | 69 attr->esw_attr->split_count = attr->esw_attr->out_count; in tc_act_parse_vlan_mangle()
|
H A D | pedit.c | 102 esw_attr->split_count = esw_attr->out_count; in tc_act_parse_pedit()
|
H A D | vlan.c | 168 esw_attr->split_count = esw_attr->out_count; in tc_act_parse_vlan()
|
/kernel/linux/linux-5.10/drivers/staging/qlge/ |
H A D | qlge_mpi.c | 129 for (i = 0; i < mbcp->out_count; i++) { in ql_get_mb_sts() 211 mbcp->out_count = 4; in ql_idc_req_aen() 236 mbcp->out_count = 4; in ql_idc_cmplt_aen() 255 mbcp->out_count = 2; in ql_link_up() 303 mbcp->out_count = 3; in ql_link_down() 316 mbcp->out_count = 5; in ql_sfp_in() 331 mbcp->out_count = 1; in ql_sfp_out() 346 mbcp->out_count = 6; in ql_aen_lost() 355 for (i = 0; i < mbcp->out_count; i++) in ql_aen_lost() 367 mbcp->out_count in ql_init_fw_done() [all...] |
/kernel/linux/linux-6.6/drivers/staging/qlge/ |
H A 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 in qlge_init_fw_done() [all...] |
/kernel/linux/linux-5.10/drivers/ntb/ |
H A D | ntb_transport.c | 470 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 += 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() 496 out_offset += scnprintf(buf + out_offset, out_count in debugfs_read() [all...] |
/kernel/linux/linux-6.6/drivers/ntb/ |
H A 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 in debugfs_read() [all...] |
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A 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 in pdc_debugfs_read() [all...] |
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A 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 in pdc_debugfs_read() [all...] |
/kernel/linux/linux-5.10/drivers/usb/image/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/usb/image/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | ipsec_fs.c | 132 if (esw_attr->out_count - esw_attr->split_count > 1) in mlx5_esw_ipsec_modify_flow_dests() 136 esw_attr->out_count - 1); in mlx5_esw_ipsec_modify_flow_dests()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | virtio_console.c | 663 size_t out_count, bool to_user) in fill_readbuf() 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() 662 fill_readbuf(struct port *port, char __user *out_buf, size_t out_count, bool to_user) fill_readbuf() argument
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | virtio_console.c | 657 size_t out_count, bool to_user) in fill_readbuf() 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() 656 fill_readbuf(struct port *port, char __user *out_buf, size_t out_count, bool to_user) fill_readbuf() argument
|
/kernel/linux/linux-5.10/sound/usb/line6/ |
H A 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()
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | vfs.h | 133 unsigned int in_count, unsigned int *out_count);
|
H A D | vfs.c | 991 unsigned int in_count, unsigned int *out_count) in ksmbd_vfs_fqar_lseek() 1014 *out_count = 0; in ksmbd_vfs_fqar_lseek() 1016 while (start < end && *out_count < in_count) { in ksmbd_vfs_fqar_lseek() 1036 ranges[*out_count].file_offset = cpu_to_le64(extent_start); in ksmbd_vfs_fqar_lseek() 1037 ranges[(*out_count)++].length = in ksmbd_vfs_fqar_lseek() 989 ksmbd_vfs_fqar_lseek(struct ksmbd_file *fp, loff_t start, loff_t length, struct file_allocated_range_buffer *ranges, unsigned int in_count, unsigned int *out_count) ksmbd_vfs_fqar_lseek() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 4295 esw_attr->split_count = esw_attr->out_count; in parse_tc_fdb_actions() 4332 if (esw_attr->out_count >= MLX5_MAX_FLOW_FWD_VPORTS) { in parse_tc_fdb_actions() 4337 esw_attr->out_count); in parse_tc_fdb_actions() 4344 parse_attr->mirred_ifindex[esw_attr->out_count] = in parse_tc_fdb_actions() 4346 parse_attr->tun_info[esw_attr->out_count] = dup_tun_info(info); in parse_tc_fdb_actions() 4347 if (!parse_attr->tun_info[esw_attr->out_count]) in parse_tc_fdb_actions() 4350 esw_attr->dests[esw_attr->out_count].flags |= in parse_tc_fdb_actions() 4352 esw_attr->out_count++; in parse_tc_fdb_actions() 4401 esw_attr->dests[esw_attr->out_count].rep = rpriv->rep; in parse_tc_fdb_actions() 4402 esw_attr->dests[esw_attr->out_count] in parse_tc_fdb_actions() [all...] |