Searched refs:bytes_returned (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | hv.c | 12 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 D | cifssmb.c | 417 int bytes_returned; in CIFSSMBNegotiate() local 454 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate() 680 int bytes_returned = 0; in CIFSPOSIXDelFile() local 734 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSPOSIXDelFile() 754 int bytes_returned; in CIFSSMBDelFile() local 779 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBDelFile() 798 int bytes_returned; in CIFSSMBRmDir() local 823 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBRmDir() 842 int bytes_returned; in CIFSSMBMkDir() local 867 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBMkDir() [all …]
|
H A D | cifsproto.h | 134 int *bytes_returned);
|
/linux/drivers/pci/controller/ |
H A D | pci-hyperv-intf.c | 22 unsigned int block_id, unsigned int *bytes_returned) in hyperv_read_cfg_blk() argument 28 bytes_returned); in hyperv_read_cfg_blk()
|
/linux/drivers/scsi/ |
H A D | hptiop.h | 239 __le32 bytes_returned; member 339 u32 *bytes_returned; member
|
H A D | hptiop.c | 823 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 D | olpc-xo175-ec.c | 29 u8 bytes_returned; member 260 return p->bytes_returned; in olpc_xo175_ec_resp_len()
|
/linux/include/linux/ |
H A D | hyperv.h | 1760 unsigned int block_id, unsigned int *bytes_returned); 1769 unsigned int block_id, unsigned int *bytes_returned);
|
/linux/sound/pci/asihpi/ |
H A D | hpi_internal.h | 808 u32 bytes_returned; /* size of items returned */ member
|
/linux/sound/pci/hda/ |
H A D | patch_ca0132.c | 2284 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()
|