| /Linux-v5.15/fs/ksmbd/ |
| D | ksmbd_work.h | 32 void *response_buf; member 95 return work->response_buf + work->next_smb2_rsp_hdr_off; in ksmbd_resp_buf_next()
|
| D | smb2pdu.c | 48 *rsp = work->response_buf; in __wbuf() 133 err_rsp = work->response_buf; in smb2_set_err_rsp() 141 inc_rfc1001_len(work->response_buf, SMB2_ERROR_STRUCTURE_SIZE2); in smb2_set_err_rsp() 177 struct smb2_hdr *hdr = work->response_buf; in is_smb2_rsp() 219 rsp_hdr = work->response_buf; in set_smb2_rsp_status() 240 rsp_hdr = work->response_buf; in init_smb2_neg_rsp() 259 rsp = work->response_buf; in init_smb2_neg_rsp() 386 len = get_rfc1002_len(work->response_buf) - work->next_smb2_rsp_hdr_off; in init_chained_smb2_rsp() 390 inc_rfc1001_len(work->response_buf, ((sizeof(struct smb2_hdr) - 4) in init_chained_smb2_rsp() 452 if ((u64)get_rfc1002_len(work->response_buf) + MAX_CIFS_SMALL_BUFFER_SIZE > in is_chained_smb2_message() [all …]
|
| D | ksmbd_work.c | 38 kvfree(work->response_buf); in ksmbd_free_work_struct()
|
| D | oplock.c | 591 work->response_buf = kzalloc(MAX_CIFS_SMALL_BUFFER_SIZE, GFP_KERNEL); in allocate_oplock_break_buf() 592 if (!work->response_buf) in allocate_oplock_break_buf() 632 rsp_hdr = work->response_buf; in __smb2_oplock_break_noti() 648 rsp = work->response_buf; in __smb2_oplock_break_noti() 739 rsp_hdr = work->response_buf; in __smb2_lease_break_noti() 755 rsp = work->response_buf; in __smb2_lease_break_noti()
|
| D | connection.c | 161 struct smb_hdr *rsp_hdr = work->response_buf; in ksmbd_conn_write()
|
| D | server.c | 97 rsp_hdr = work->response_buf; in check_conn_state()
|
| D | smb_common.c | 436 struct smb_negotiate_rsp *neg_rsp = work->response_buf; in smb_handle_negotiate()
|
| /Linux-v5.15/drivers/gpu/drm/i915/gt/uc/ |
| D | intel_guc.h | 117 u32 *response_buf, u32 response_buf_size) in intel_guc_send_and_receive() argument 120 response_buf, response_buf_size, 0); in intel_guc_send_and_receive() 199 u32 *response_buf, u32 response_buf_size);
|
| D | intel_guc_ct.c | 83 u32 *response_buf; member 660 u32 *response_buf, in ct_send() argument 674 GEM_BUG_ON(!response_buf && response_buf_size); in ct_send() 707 request.response_buf = response_buf; in ct_send() 733 if (response_buf) { in ct_send() 757 u32 *response_buf, u32 response_buf_size, u32 flags) in intel_guc_ct_send() argument 776 ret = ct_send(ct, action, len, response_buf, response_buf_size, &status); in intel_guc_ct_send() 939 memcpy(req->response_buf, data, 4 * datalen); in ct_handle_response()
|
| D | intel_guc.c | 397 u32 *response_buf, u32 response_buf_size) in intel_guc_send_mmio() argument 479 if (response_buf) { in intel_guc_send_mmio() 484 response_buf[0] = header; in intel_guc_send_mmio() 487 response_buf[i] = intel_uncore_read(uncore, in intel_guc_send_mmio()
|
| D | intel_guc_ct.h | 115 u32 *response_buf, u32 response_buf_size, u32 flags);
|
| /Linux-v5.15/drivers/soundwire/ |
| D | cadence_master.h | 122 u32 response_buf[0x80]; member
|
| D | cadence_master.c | 528 if (!(cdns->response_buf[i] & CDNS_MCP_RESP_ACK)) { in cdns_fill_msg_resp() 532 if (cdns->response_buf[i] & CDNS_MCP_RESP_NACK) { in cdns_fill_msg_resp() 550 msg->buf[i + offset] = FIELD_GET(CDNS_MCP_RESP_RDATA, cdns->response_buf[i]); in cdns_fill_msg_resp() 641 if (!(cdns->response_buf[i] & CDNS_MCP_RESP_ACK)) { in cdns_program_scp_addr() 644 if (cdns->response_buf[i] & CDNS_MCP_RESP_NACK) { in cdns_program_scp_addr() 775 cdns->response_buf[i] = cdns_readl(cdns, cmd_base); in cdns_read_response()
|
| /Linux-v5.15/drivers/i2c/busses/ |
| D | i2c-cros-ec-tunnel.c | 35 u8 response_buf[256]; member
|
| /Linux-v5.15/fs/cifs/ |
| D | cifssmb.c | 299 void **request_buf, void **response_buf) in __smb_init() argument 310 if (response_buf) in __smb_init() 311 *response_buf = *request_buf; in __smb_init() 325 void **request_buf, void **response_buf) in smb_init() argument 333 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init() 338 void **request_buf, void **response_buf) in smb_init_no_reconnect() argument 343 return __smb_init(smb_command, wct, tcon, request_buf, response_buf); in smb_init_no_reconnect()
|