Home
last modified time | relevance | path

Searched refs:retbuf (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/misc/cxl/
Dhcalls.c53 #define _CXL_LOOP_HCALL(call, rc, retbuf, fn, ...) \ argument
58 memset(retbuf, 0, sizeof(retbuf)); \
60 rc = call(fn, retbuf, __VA_ARGS__, token); \
61 token = retbuf[0]; \
139 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; in cxl_h_attach_process() local
142 CXL_H_WAIT_UNTIL_DONE(rc, retbuf, H_ATTACH_CA_PROCESS, unit_address, virt_to_phys(element)); in cxl_h_attach_process()
145 trace_cxl_hcall_attach(unit_address, virt_to_phys(element), retbuf[0], retbuf[1], retbuf[2], rc); in cxl_h_attach_process()
148 retbuf[0], retbuf[1], retbuf[2]); in cxl_h_attach_process()
153 *process_token = retbuf[0]; in cxl_h_attach_process()
155 *mmio_addr = retbuf[1]; in cxl_h_attach_process()
[all …]
/linux-4.19.296/fs/cifs/
Dsmb2ops.c1144 struct copychunk_ioctl_rsp *retbuf = NULL; in smb2_copychunk_range() local
1187 kfree(retbuf); in smb2_copychunk_range()
1188 retbuf = NULL; in smb2_copychunk_range()
1192 sizeof(struct copychunk_ioctl), (char **)&retbuf, in smb2_copychunk_range()
1201 if (retbuf->TotalBytesWritten == 0) { in smb2_copychunk_range()
1209 if (le32_to_cpu(retbuf->TotalBytesWritten) > in smb2_copychunk_range()
1215 if (le32_to_cpu(retbuf->ChunksWritten) != 1) { in smb2_copychunk_range()
1222 bytes_written = le32_to_cpu(retbuf->TotalBytesWritten); in smb2_copychunk_range()
1229 le32_to_cpu(retbuf->ChunksWritten), in smb2_copychunk_range()
1230 le32_to_cpu(retbuf->ChunkBytesWritten), in smb2_copychunk_range()
[all …]
/linux-4.19.296/drivers/misc/
Dibmvmc.c97 unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; in h_request_vmc() local
104 rc = plpar_hcall(H_REQUEST_VMC, retbuf); in h_request_vmc()
106 *vmc_index = retbuf[0]; in h_request_vmc()