Home
last modified time | relevance | path

Searched refs:bytes_returned (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dhv.c12 int bytes_returned; in mlx5_hv_config_common() local
23 &bytes_returned) : in mlx5_hv_config_common()
28 if (read && !rc && len != bytes_returned) in mlx5_hv_config_common()
/Linux-v5.4/fs/cifs/
Dcifssmb.c671 int bytes_returned; in CIFSSMBNegotiate() local
709 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate()
929 int bytes_returned = 0; in CIFSPOSIXDelFile() local
980 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSPOSIXDelFile()
1000 int bytes_returned; in CIFSSMBDelFile() local
1025 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBDelFile()
1044 int bytes_returned; in CIFSSMBRmDir() local
1069 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBRmDir()
1088 int bytes_returned; in CIFSSMBMkDir() local
1113 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBMkDir()
[all …]
Dtransport.c1362 int bytes_returned; in send_lock_cancel() local
1376 &bytes_returned, 0); in send_lock_cancel()
Dcifsproto.h128 int *bytes_returned);
/Linux-v5.4/drivers/pci/controller/
Dpci-hyperv-intf.c22 unsigned int block_id, unsigned int *bytes_returned) in hyperv_read_cfg_blk() argument
28 bytes_returned); in hyperv_read_cfg_blk()
Dpci-hyperv.c885 unsigned int bytes_returned; member
911 comp->bytes_returned = min(comp->len, data_len); in hv_pci_read_config_compl()
912 memcpy(comp->buf, read_resp->bytes, comp->bytes_returned); in hv_pci_read_config_compl()
914 comp->bytes_returned = 0; in hv_pci_read_config_compl()
934 unsigned int block_id, unsigned int *bytes_returned) in hv_read_config_block() argument
975 comp_pkt.bytes_returned == 0) { in hv_read_config_block()
979 comp_pkt.bytes_returned); in hv_read_config_block()
983 *bytes_returned = comp_pkt.bytes_returned; in hv_read_config_block()
/Linux-v5.4/drivers/scsi/
Dhptiop.h239 __le32 bytes_returned; member
339 u32 *bytes_returned; member
Dhptiop.c824 if (arg->bytes_returned) in hptiop_iop_request_callback_itl()
825 *arg->bytes_returned = arg->outbuf_size; in hptiop_iop_request_callback_itl()
/Linux-v5.4/drivers/platform/olpc/
Dolpc-xo175-ec.c29 u8 bytes_returned; member
260 return p->bytes_returned; in olpc_xo175_ec_resp_len()
/Linux-v5.4/include/linux/
Dhyperv.h1605 unsigned int block_id, unsigned int *bytes_returned);
1614 unsigned int block_id, unsigned int *bytes_returned);
/Linux-v5.4/sound/pci/asihpi/
Dhpi_internal.h808 u32 bytes_returned; /* size of items returned */ member
/Linux-v5.4/sound/pci/hda/
Dpatch_ca0132.c1850 unsigned int *bytes_returned) in dspio_send_scp_message() argument
1862 if (bytes_returned) in dspio_send_scp_message()
1863 *bytes_returned = 0; in dspio_send_scp_message()
1876 if (!return_buf || return_buf_size < 4 || !bytes_returned) in dspio_send_scp_message()
1910 *bytes_returned = (spec->scp_resp_count + 1) * 4; in dspio_send_scp_message()