Searched refs:bytes_returned (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ | 
| 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-v5.10/fs/cifs/ | 
| D | cifssmb.c | 596 	int bytes_returned;  in CIFSSMBNegotiate()  local 634 			 (struct smb_hdr *) pSMBr, &bytes_returned, 0);  in CIFSSMBNegotiate() 856 	int bytes_returned = 0;  in CIFSPOSIXDelFile()  local 907 			 (struct smb_hdr *) pSMBr, &bytes_returned, 0);  in CIFSPOSIXDelFile() 927 	int bytes_returned;  in CIFSSMBDelFile()  local 952 			 (struct smb_hdr *) pSMBr, &bytes_returned, 0);  in CIFSSMBDelFile() 971 	int bytes_returned;  in CIFSSMBRmDir()  local 996 			 (struct smb_hdr *) pSMBr, &bytes_returned, 0);  in CIFSSMBRmDir() 1015 	int bytes_returned;  in CIFSSMBMkDir()  local 1040 			 (struct smb_hdr *) pSMBr, &bytes_returned, 0);  in CIFSSMBMkDir() [all …] 
 | 
| D | transport.c | 1404 	int bytes_returned;  in send_lock_cancel()  local 1418 			&bytes_returned, 0);  in send_lock_cancel()
  | 
| D | cifsproto.h | 133 			int *bytes_returned);
  | 
| /Linux-v5.10/drivers/pci/controller/ | 
| 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()
  | 
| D | pci-hyperv.c | 893 	unsigned int bytes_returned;  member 919 		comp->bytes_returned = min(comp->len, data_len);  in hv_pci_read_config_compl() 920 		memcpy(comp->buf, read_resp->bytes, comp->bytes_returned);  in hv_pci_read_config_compl() 922 		comp->bytes_returned = 0;  in hv_pci_read_config_compl() 943 				unsigned int *bytes_returned)  in hv_read_config_block()  argument 984 	    comp_pkt.bytes_returned == 0) {  in hv_read_config_block() 988 			comp_pkt.bytes_returned);  in hv_read_config_block() 992 	*bytes_returned = comp_pkt.bytes_returned;  in hv_read_config_block()
  | 
| /Linux-v5.10/drivers/scsi/ | 
| D | hptiop.h | 239 	__le32 bytes_returned;  member 339 	u32    *bytes_returned;  member
  | 
| D | hptiop.c | 824 		if (arg->bytes_returned)  in hptiop_iop_request_callback_itl() 825 			*arg->bytes_returned = arg->outbuf_size;  in hptiop_iop_request_callback_itl()
  | 
| /Linux-v5.10/drivers/platform/olpc/ | 
| D | olpc-xo175-ec.c | 29 	u8 bytes_returned;  member 260 			return p->bytes_returned;  in olpc_xo175_ec_resp_len()
  | 
| /Linux-v5.10/include/linux/ | 
| D | hyperv.h | 1662 			unsigned int block_id, unsigned int *bytes_returned); 1671 			  unsigned int block_id, unsigned int *bytes_returned);
  | 
| /Linux-v5.10/sound/pci/asihpi/ | 
| D | hpi_internal.h | 808 		u32 bytes_returned;	/* size of items returned */  member
  | 
| /Linux-v5.10/sound/pci/hda/ | 
| D | patch_ca0132.c | 2138 				  unsigned int *bytes_returned)  in dspio_send_scp_message()  argument 2150 	if (bytes_returned)  in dspio_send_scp_message() 2151 		*bytes_returned = 0;  in dspio_send_scp_message() 2164 		if (!return_buf || return_buf_size < 4 || !bytes_returned)  in dspio_send_scp_message() 2198 			*bytes_returned = (spec->scp_resp_count + 1) * 4;  in dspio_send_scp_message()
  |