Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifssmb.c596 int bytes_returned; in CIFSSMBNegotiate() local
634 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate()
856 int bytes_returned = 0; in CIFSPOSIXDelFile() local
907 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSPOSIXDelFile()
927 int bytes_returned; in CIFSSMBDelFile() local
952 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBDelFile()
971 int bytes_returned; in CIFSSMBRmDir() local
996 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBRmDir()
1015 int bytes_returned; in CIFSSMBMkDir() local
1040 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBMkDir()
[all …]
H A Dtransport.c1417 int bytes_returned; in send_lock_cancel() local
1431 &bytes_returned, 0); in send_lock_cancel()
H A Dcifsproto.h133 int *bytes_returned);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A 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()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A 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()
H A Dpci-hyperv.c892 unsigned int bytes_returned; member
918 comp->bytes_returned = min(comp->len, data_len); in hv_pci_read_config_compl()
919 memcpy(comp->buf, read_resp->bytes, comp->bytes_returned); in hv_pci_read_config_compl()
921 comp->bytes_returned = 0; in hv_pci_read_config_compl()
942 unsigned int *bytes_returned) in hv_read_config_block() argument
983 comp_pkt.bytes_returned == 0) { in hv_read_config_block()
987 comp_pkt.bytes_returned); in hv_read_config_block()
991 *bytes_returned = comp_pkt.bytes_returned; in hv_read_config_block()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhptiop.h239 __le32 bytes_returned; member
339 u32 *bytes_returned; member
H A 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()
/OK3568_Linux_fs/kernel/drivers/platform/olpc/
H A Dolpc-xo175-ec.c29 u8 bytes_returned; member
260 return p->bytes_returned; in olpc_xo175_ec_resp_len()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhyperv.h1662 unsigned int block_id, unsigned int *bytes_returned);
1671 unsigned int block_id, unsigned int *bytes_returned);
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpi_internal.h808 u32 bytes_returned; /* size of items returned */ member
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_ca0132.c2140 unsigned int *bytes_returned) in dspio_send_scp_message() argument
2152 if (bytes_returned) in dspio_send_scp_message()
2153 *bytes_returned = 0; in dspio_send_scp_message()
2166 if (!return_buf || return_buf_size < 4 || !bytes_returned) in dspio_send_scp_message()
2200 *bytes_returned = (spec->scp_resp_count + 1) * 4; in dspio_send_scp_message()