Home
last modified time | relevance | path

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

/linux/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()
/linux/fs/smb/client/
H A Dcifssmb.c425 int bytes_returned; in CIFSSMBNegotiate() local
465 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate()
692 int bytes_returned = 0; in CIFSPOSIXDelFile() local
746 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSPOSIXDelFile()
766 int bytes_returned; in CIFSSMBDelFile() local
791 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBDelFile()
810 int bytes_returned; in CIFSSMBRmDir() local
835 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBRmDir()
854 int bytes_returned; in CIFSSMBMkDir() local
879 (struct smb_hdr *) pSMBr, &bytes_returned, in CIFSSMBMkDir()
901 int bytes_returned = 0; CIFSPOSIXCreate() local
1082 int bytes_returned; SMBLegacyOpen() local
1183 int bytes_returned; CIFS_open() local
1566 int bytes_returned, wct; CIFSSMBWrite() local
2003 int bytes_returned; CIFSSMBLock() local
2074 int bytes_returned = 0; CIFSSMBPosixLock() local
2258 int bytes_returned; CIFSSMBRename() local
2325 int bytes_returned = 0; CIFSSMBRenameOpenFile() local
2409 int bytes_returned = 0; CIFSUnixCreateSymLink() local
2496 int bytes_returned = 0; CIFSUnixCreateHardLink() local
2577 int bytes_returned; CIFSCreateHardLink() local
2647 int bytes_returned; CIFSSMBUnixQuerySymLink() local
2987 int bytes_returned; CIFSSMB_set_compression() local
3220 int bytes_returned; cifs_do_get_acl() local
3312 int bytes_returned = 0; cifs_do_set_acl() local
3401 int bytes_returned; CIFSGetExtAttr() local
3663 int bytes_returned = 0; CIFSSMBSetCIFSACL() local
3730 int bytes_returned; SMBQueryInformation() local
3795 int bytes_returned; CIFSSMBQFileInfo() local
3866 int bytes_returned; CIFSSMBQPathInfo() local
3962 int bytes_returned; CIFSSMBUnixQFileInfo() local
4033 int bytes_returned = 0; CIFSSMBUnixQPathInfo() local
4118 int bytes_returned = 0; CIFSFindFirst() local
4270 int bytes_returned; CIFSFindNext() local
4426 int name_len, bytes_returned; CIFSGetSrvInodeNumber() local
4519 int bytes_returned; CIFSGetDFSRefer() local
4634 int bytes_returned = 0; SMBOldQFSInfo() local
4721 int bytes_returned = 0; CIFSSMBQFSInfo() local
4807 int bytes_returned = 0; CIFSSMBQFSAttributeInfo() local
4877 int bytes_returned = 0; CIFSSMBQFSDeviceInfo() local
4948 int bytes_returned = 0; CIFSSMBQFSUnixInfo() local
5017 int bytes_returned = 0; CIFSSMBSetFSUnixInfo() local
5093 int bytes_returned = 0; CIFSSMBQFSPosixInfo() local
5194 int bytes_returned = 0; CIFSSMBSetEOF() local
5360 int bytes_returned; SMBSetInformation() local
5579 int bytes_returned = 0; CIFSSMBSetPathInfo() local
5775 int bytes_returned = 0; CIFSSMBUnixSetPathInfo() local
5862 int bytes_returned; CIFSSMBQAllEAs() local
6047 int bytes_returned = 0; CIFSSMBSetEA() local
[all...]
H A Dcifstransport.c391 int bytes_returned; in send_lock_cancel() local
405 &bytes_returned, 0); in send_lock_cancel()
H A Dcifsproto.h152 int *bytes_returned);
/linux/drivers/pci/controller/
H A Dpci-hyperv-intf.c23 unsigned int block_id, unsigned int *bytes_returned) in hyperv_read_cfg_blk() argument
29 bytes_returned); in hyperv_read_cfg_blk()
/linux/drivers/scsi/
H A Dhptiop.h239 __le32 bytes_returned; member
339 u32 *bytes_returned; member
H A Dhptiop.c823 if (arg->bytes_returned) in hptiop_iop_request_callback_itl()
824 *arg->bytes_returned = arg->outbuf_size; in hptiop_iop_request_callback_itl()
/linux/drivers/platform/olpc/
H A Dolpc-xo175-ec.c29 u8 bytes_returned; member
260 return p->bytes_returned; in olpc_xo175_ec_resp_len()
/linux/include/linux/
H A Dhyperv.h1706 unsigned int block_id, unsigned int *bytes_returned);
1715 unsigned int block_id, unsigned int *bytes_returned);
/linux/sound/pci/asihpi/
H A Dhpi_internal.h808 u32 bytes_returned; /* size of items returned */ member
/linux/sound/hda/codecs/
H A Dca0132.c2284 unsigned int *bytes_returned) in dspio_send_scp_message() argument
2296 if (bytes_returned) in dspio_send_scp_message()
2297 *bytes_returned = 0; in dspio_send_scp_message()
2310 if (!return_buf || return_buf_size < 4 || !bytes_returned) in dspio_send_scp_message()
2344 *bytes_returned = (spec->scp_resp_count + 1) * 4; in dspio_send_scp_message()