Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/fs/smb/client/
H A Dcifssmb.c409 int bytes_returned; in CIFSSMBNegotiate() local
446 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate()
672 int bytes_returned = 0; in CIFSPOSIXDelFile() local
726 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSPOSIXDelFile()
746 int bytes_returned; in CIFSSMBDelFile() local
771 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBDelFile()
790 int bytes_returned; in CIFSSMBRmDir() local
815 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBRmDir()
834 int bytes_returned; in CIFSSMBMkDir() local
859 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBMkDir()
[all …]
H A Dtransport.c1476 int bytes_returned; in send_lock_cancel() local
1490 &bytes_returned, 0); in send_lock_cancel()
H A Dcifsproto.h134 int *bytes_returned);
/openbmc/linux/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.c1375 unsigned int bytes_returned; member
1401 comp->bytes_returned = min(comp->len, data_len); in hv_pci_read_config_compl()
1402 memcpy(comp->buf, read_resp->bytes, comp->bytes_returned); in hv_pci_read_config_compl()
1404 comp->bytes_returned = 0; in hv_pci_read_config_compl()
1425 unsigned int *bytes_returned) in hv_read_config_block() argument
1466 comp_pkt.bytes_returned == 0) { in hv_read_config_block()
1470 comp_pkt.bytes_returned); in hv_read_config_block()
1474 *bytes_returned = comp_pkt.bytes_returned; in hv_read_config_block()
/openbmc/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()
/openbmc/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()
/openbmc/linux/include/linux/
H A Dhyperv.h1771 unsigned int block_id, unsigned int *bytes_returned);
1780 unsigned int block_id, unsigned int *bytes_returned);
/openbmc/linux/sound/pci/asihpi/
H A Dhpi_internal.h808 u32 bytes_returned; /* size of items returned */ member
/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.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()