Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/fs/smb/client/
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 …]
Dtransport.c1471 int bytes_returned; in send_lock_cancel() local
1485 &bytes_returned, 0); in send_lock_cancel()
Dcifsproto.h134 int *bytes_returned);
/linux-6.6.21/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.c1374 unsigned int bytes_returned; member
1400 comp->bytes_returned = min(comp->len, data_len); in hv_pci_read_config_compl()
1401 memcpy(comp->buf, read_resp->bytes, comp->bytes_returned); in hv_pci_read_config_compl()
1403 comp->bytes_returned = 0; in hv_pci_read_config_compl()
1424 unsigned int *bytes_returned) in hv_read_config_block() argument
1465 comp_pkt.bytes_returned == 0) { in hv_read_config_block()
1469 comp_pkt.bytes_returned); in hv_read_config_block()
1473 *bytes_returned = comp_pkt.bytes_returned; in hv_read_config_block()
/linux-6.6.21/drivers/scsi/
Dhptiop.h239 __le32 bytes_returned; member
339 u32 *bytes_returned; member
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-6.6.21/drivers/platform/olpc/
Dolpc-xo175-ec.c29 u8 bytes_returned; member
260 return p->bytes_returned; in olpc_xo175_ec_resp_len()
/linux-6.6.21/include/linux/
Dhyperv.h1749 unsigned int block_id, unsigned int *bytes_returned);
1758 unsigned int block_id, unsigned int *bytes_returned);
/linux-6.6.21/sound/pci/asihpi/
Dhpi_internal.h808 u32 bytes_returned; /* size of items returned */ member
/linux-6.6.21/sound/pci/hda/
Dpatch_ca0132.c2272 unsigned int *bytes_returned) in dspio_send_scp_message() argument
2284 if (bytes_returned) in dspio_send_scp_message()
2285 *bytes_returned = 0; in dspio_send_scp_message()
2298 if (!return_buf || return_buf_size < 4 || !bytes_returned) in dspio_send_scp_message()
2332 *bytes_returned = (spec->scp_resp_count + 1) * 4; in dspio_send_scp_message()