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 | 431 int bytes_returned; in CIFSSMBNegotiate() local 472 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBNegotiate() 846 int bytes_returned = 0; in CIFSPOSIXDelFile() local 898 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSPOSIXDelFile() 919 int bytes_returned; in CIFSSMBDelFile() local 945 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBDelFile() 965 int bytes_returned; in CIFSSMBRmDir() local 991 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBRmDir() 1011 int bytes_returned; in CIFSSMBMkDir() local 1037 (struct smb_hdr *) pSMBr, &bytes_returned, 0); in CIFSSMBMkDir() [all …]
|
| /linux/drivers/pci/controller/ |
| H A D | pci-hyperv-intf.c | 23 unsigned int block_id, unsigned int *bytes_returned) in hyperv_read_cfg_blk() argument 29 bytes_returned); in hyperv_read_cfg_blk()
|
| H A D | pci-hyperv.c | 1435 unsigned int bytes_returned; member 1461 comp->bytes_returned = min(comp->len, data_len); in hv_pci_read_config_compl() 1462 memcpy(comp->buf, read_resp->bytes, comp->bytes_returned); in hv_pci_read_config_compl() 1464 comp->bytes_returned = 0; in hv_pci_read_config_compl() 1485 unsigned int *bytes_returned) in hv_read_config_block() argument 1526 comp_pkt.bytes_returned == 0) { in hv_read_config_block() 1530 comp_pkt.bytes_returned); in hv_read_config_block() 1534 *bytes_returned = comp_pkt.bytes_returned; in hv_read_config_block()
|
| /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 | 1732 unsigned int block_id, unsigned int *bytes_returned); 1741 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/hda/codecs/ |
| H A D | ca0132.c | 2259 unsigned int *bytes_returned) in dspio_send_scp_message() argument 2271 if (bytes_returned) in dspio_send_scp_message() 2272 *bytes_returned = 0; in dspio_send_scp_message() 2285 if (!return_buf || return_buf_size < 4 || !bytes_returned) in dspio_send_scp_message() 2319 *bytes_returned = (spec->scp_resp_count + 1) * 4; in dspio_send_scp_message()
|