/kernel/linux/linux-6.6/include/linux/surface_aggregator/ |
H A D | controller.h | 146 struct ssam_request_sync **rqst, 149 void ssam_request_sync_free(struct ssam_request_sync *rqst); 151 int ssam_request_sync_init(struct ssam_request_sync *rqst, 156 * @rqst: The request. 163 static inline void ssam_request_sync_set_data(struct ssam_request_sync *rqst, in ssam_request_sync_set_data() argument 166 ssh_request_set_data(&rqst->base, ptr, len); in ssam_request_sync_set_data() 171 * @rqst: The request. 178 static inline void ssam_request_sync_set_resp(struct ssam_request_sync *rqst, in ssam_request_sync_set_resp() argument 181 rqst->resp = resp; in ssam_request_sync_set_resp() 185 struct ssam_request_sync *rqst); 204 ssam_request_sync_wait(struct ssam_request_sync *rqst) ssam_request_sync_wait() argument [all...] |
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | backchannel.c | 60 static int rpcrdma_bc_marshal_reply(struct rpc_rqst *rqst) in rpcrdma_bc_marshal_reply() argument 62 struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(rqst->rq_xprt); in rpcrdma_bc_marshal_reply() 63 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in rpcrdma_bc_marshal_reply() 68 rdmab_data(req->rl_rdmabuf), rqst); in rpcrdma_bc_marshal_reply() 73 *p++ = rqst->rq_xid; in rpcrdma_bc_marshal_reply() 82 &rqst->rq_snd_buf, rpcrdma_noch_pullup)) in rpcrdma_bc_marshal_reply() 85 trace_xprtrdma_cb_reply(rqst); in rpcrdma_bc_marshal_reply() 91 * @rqst: RPC rqst with a backchannel RPC reply in rq_snd_buf 101 int xprt_rdma_bc_send_reply(struct rpc_rqst *rqst) in xprt_rdma_bc_send_reply() argument 137 struct rpc_rqst *rqst, *tmp; xprt_rdma_bc_destroy() local 155 xprt_rdma_bc_free_rqst(struct rpc_rqst *rqst) xprt_rdma_bc_free_rqst() argument 173 struct rpc_rqst *rqst; rpcrdma_bc_rqst_get() local 227 struct rpc_rqst *rqst; rpcrdma_bc_receive_call() local [all...] |
H A D | svc_rdma_backchannel.c | 76 struct rpc_rqst *rqst, in svc_rdma_bc_sendto() 81 ret = svc_rdma_map_reply_msg(rdma, ctxt, NULL, &rqst->rq_snd_buf); in svc_rdma_bc_sendto() 88 get_page(virt_to_page(rqst->rq_buffer)); in svc_rdma_bc_sendto() 100 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_bc_allocate() local 101 size_t size = rqst->rq_callsize; in xprt_rdma_bc_allocate() 113 rqst->rq_buffer = page_address(page); in xprt_rdma_bc_allocate() 115 rqst->rq_rbuffer = kmalloc(rqst->rq_rcvsize, RPCRDMA_DEF_GFP); in xprt_rdma_bc_allocate() 116 if (!rqst->rq_rbuffer) { in xprt_rdma_bc_allocate() 126 struct rpc_rqst *rqst in xprt_rdma_bc_free() local 75 svc_rdma_bc_sendto(struct svcxprt_rdma *rdma, struct rpc_rqst *rqst, struct svc_rdma_send_ctxt *ctxt) svc_rdma_bc_sendto() argument 133 rpcrdma_bc_send_request(struct svcxprt_rdma *rdma, struct rpc_rqst *rqst) rpcrdma_bc_send_request() argument 177 xprt_rdma_bc_send_request(struct rpc_rqst *rqst) xprt_rdma_bc_send_request() argument [all...] |
H A D | transport.c | 529 * @rqst: rpc_rqst to release 533 xprt_rdma_free_slot(struct rpc_xprt *xprt, struct rpc_rqst *rqst) in xprt_rdma_free_slot() argument 538 rpcrdma_reply_put(&r_xprt->rx_buf, rpcr_to_rdmar(rqst)); in xprt_rdma_free_slot() 539 if (!xprt_wake_up_backlog(xprt, rqst)) { in xprt_rdma_free_slot() 540 memset(rqst, 0, sizeof(*rqst)); in xprt_rdma_free_slot() 541 rpcrdma_buffer_put(&r_xprt->rx_buf, rpcr_to_rdmar(rqst)); in xprt_rdma_free_slot() 569 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_allocate() local 570 struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(rqst->rq_xprt); in xprt_rdma_allocate() 571 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in xprt_rdma_allocate() 604 struct rpc_rqst *rqst = task->tk_rqstp; xprt_rdma_free() local 635 xprt_rdma_send_request(struct rpc_rqst *rqst) xprt_rdma_send_request() argument [all...] |
H A D | rpc_rdma.c | 131 struct rpc_rqst *rqst) in rpcrdma_args_inline() 133 struct xdr_buf *xdr = &rqst->rq_snd_buf; in rpcrdma_args_inline() 163 struct rpc_rqst *rqst) in rpcrdma_results_inline() 165 return rqst->rq_rcv_buf.buflen <= r_xprt->rx_ep->re_max_inline_recv; in rpcrdma_results_inline() 174 const struct rpc_rqst *rqst) in rpcrdma_nonpayload_inline() 176 const struct xdr_buf *buf = &rqst->rq_rcv_buf; in rpcrdma_nonpayload_inline() 364 struct rpc_rqst *rqst, in rpcrdma_encode_read_list() 376 pos = rqst->rq_snd_buf.head[0].iov_len; in rpcrdma_encode_read_list() 380 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_snd_buf, pos, in rpcrdma_encode_read_list() 393 trace_xprtrdma_chunk_read(rqst in rpcrdma_encode_read_list() 130 rpcrdma_args_inline(struct rpcrdma_xprt *r_xprt, struct rpc_rqst *rqst) rpcrdma_args_inline() argument 162 rpcrdma_results_inline(struct rpcrdma_xprt *r_xprt, struct rpc_rqst *rqst) rpcrdma_results_inline() argument 173 rpcrdma_nonpayload_inline(const struct rpcrdma_xprt *r_xprt, const struct rpc_rqst *rqst) rpcrdma_nonpayload_inline() argument 362 rpcrdma_encode_read_list(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype rtype) rpcrdma_encode_read_list() argument 419 rpcrdma_encode_write_list(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype wtype) rpcrdma_encode_write_list() argument 484 rpcrdma_encode_reply_chunk(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype wtype) rpcrdma_encode_reply_chunk() argument 876 rpcrdma_marshal_req(struct rpcrdma_xprt *r_xprt, struct rpc_rqst *rqst) rpcrdma_marshal_req() argument 1056 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad) rpcrdma_inline_fixup() argument 1282 rpcrdma_decode_msg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, struct rpc_rqst *rqst) rpcrdma_decode_msg() argument 1337 rpcrdma_decode_error(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, struct rpc_rqst *rqst) rpcrdma_decode_error() argument 1379 struct rpc_rqst *rqst = rep->rr_rqst; rpcrdma_complete_rqst() local 1434 struct rpc_rqst *rqst; rpcrdma_reply_handler() local [all...] |
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | backchannel.c | 56 static int rpcrdma_bc_marshal_reply(struct rpc_rqst *rqst) in rpcrdma_bc_marshal_reply() argument 58 struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(rqst->rq_xprt); in rpcrdma_bc_marshal_reply() 59 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in rpcrdma_bc_marshal_reply() 64 rdmab_data(req->rl_rdmabuf), rqst); in rpcrdma_bc_marshal_reply() 69 *p++ = rqst->rq_xid; in rpcrdma_bc_marshal_reply() 78 &rqst->rq_snd_buf, rpcrdma_noch_pullup)) in rpcrdma_bc_marshal_reply() 81 trace_xprtrdma_cb_reply(r_xprt, rqst); in rpcrdma_bc_marshal_reply() 87 * @rqst: RPC rqst with a backchannel RPC reply in rq_snd_buf 97 int xprt_rdma_bc_send_reply(struct rpc_rqst *rqst) in xprt_rdma_bc_send_reply() argument 133 struct rpc_rqst *rqst, *tmp; xprt_rdma_bc_destroy() local 151 xprt_rdma_bc_free_rqst(struct rpc_rqst *rqst) xprt_rdma_bc_free_rqst() argument 171 struct rpc_rqst *rqst; rpcrdma_bc_rqst_get() local 225 struct rpc_rqst *rqst; rpcrdma_bc_receive_call() local [all...] |
H A D | svc_rdma_backchannel.c | 76 struct rpc_rqst *rqst, in svc_rdma_bc_sendto() 86 ret = svc_rdma_map_reply_msg(rdma, sctxt, rctxt, &rqst->rq_snd_buf); in svc_rdma_bc_sendto() 94 get_page(virt_to_page(rqst->rq_buffer)); in svc_rdma_bc_sendto() 106 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_bc_allocate() local 107 size_t size = rqst->rq_callsize; in xprt_rdma_bc_allocate() 119 rqst->rq_buffer = page_address(page); in xprt_rdma_bc_allocate() 121 rqst->rq_rbuffer = kmalloc(rqst->rq_rcvsize, GFP_NOIO | __GFP_NOWARN); in xprt_rdma_bc_allocate() 122 if (!rqst->rq_rbuffer) { in xprt_rdma_bc_allocate() 132 struct rpc_rqst *rqst in xprt_rdma_bc_free() local 75 svc_rdma_bc_sendto(struct svcxprt_rdma *rdma, struct rpc_rqst *rqst, struct svc_rdma_send_ctxt *sctxt) svc_rdma_bc_sendto() argument 139 rpcrdma_bc_send_request(struct svcxprt_rdma *rdma, struct rpc_rqst *rqst) rpcrdma_bc_send_request() argument 183 xprt_rdma_bc_send_request(struct rpc_rqst *rqst) xprt_rdma_bc_send_request() argument [all...] |
H A D | rpc_rdma.c | 127 struct rpc_rqst *rqst) in rpcrdma_args_inline() 129 struct xdr_buf *xdr = &rqst->rq_snd_buf; in rpcrdma_args_inline() 159 struct rpc_rqst *rqst) in rpcrdma_results_inline() 161 return rqst->rq_rcv_buf.buflen <= r_xprt->rx_ep->re_max_inline_recv; in rpcrdma_results_inline() 170 const struct rpc_rqst *rqst) in rpcrdma_nonpayload_inline() 172 const struct xdr_buf *buf = &rqst->rq_rcv_buf; in rpcrdma_nonpayload_inline() 335 struct rpc_rqst *rqst, in rpcrdma_encode_read_list() 347 pos = rqst->rq_snd_buf.head[0].iov_len; in rpcrdma_encode_read_list() 351 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_snd_buf, pos, in rpcrdma_encode_read_list() 364 trace_xprtrdma_chunk_read(rqst in rpcrdma_encode_read_list() 126 rpcrdma_args_inline(struct rpcrdma_xprt *r_xprt, struct rpc_rqst *rqst) rpcrdma_args_inline() argument 158 rpcrdma_results_inline(struct rpcrdma_xprt *r_xprt, struct rpc_rqst *rqst) rpcrdma_results_inline() argument 169 rpcrdma_nonpayload_inline(const struct rpcrdma_xprt *r_xprt, const struct rpc_rqst *rqst) rpcrdma_nonpayload_inline() argument 333 rpcrdma_encode_read_list(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype rtype) rpcrdma_encode_read_list() argument 390 rpcrdma_encode_write_list(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype wtype) rpcrdma_encode_write_list() argument 468 rpcrdma_encode_reply_chunk(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpc_rqst *rqst, enum rpcrdma_chunktype wtype) rpcrdma_encode_reply_chunk() argument 860 rpcrdma_marshal_req(struct rpcrdma_xprt *r_xprt, struct rpc_rqst *rqst) rpcrdma_marshal_req() argument 1040 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad) rpcrdma_inline_fixup() argument 1262 rpcrdma_decode_msg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, struct rpc_rqst *rqst) rpcrdma_decode_msg() argument 1317 rpcrdma_decode_error(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, struct rpc_rqst *rqst) rpcrdma_decode_error() argument 1355 struct rpc_rqst *rqst = rep->rr_rqst; rpcrdma_unpin_rqst() local 1378 struct rpc_rqst *rqst = rep->rr_rqst; rpcrdma_complete_rqst() local 1433 struct rpc_rqst *rqst; rpcrdma_reply_handler() local [all...] |
H A D | transport.c | 521 * @rqst: rpc_rqst to release 525 xprt_rdma_free_slot(struct rpc_xprt *xprt, struct rpc_rqst *rqst) in xprt_rdma_free_slot() argument 530 rpcrdma_reply_put(&r_xprt->rx_buf, rpcr_to_rdmar(rqst)); in xprt_rdma_free_slot() 531 if (!xprt_wake_up_backlog(xprt, rqst)) { in xprt_rdma_free_slot() 532 memset(rqst, 0, sizeof(*rqst)); in xprt_rdma_free_slot() 533 rpcrdma_buffer_put(&r_xprt->rx_buf, rpcr_to_rdmar(rqst)); in xprt_rdma_free_slot() 561 struct rpc_rqst *rqst = task->tk_rqstp; in xprt_rdma_allocate() local 562 struct rpcrdma_xprt *r_xprt = rpcx_to_rdmax(rqst->rq_xprt); in xprt_rdma_allocate() 563 struct rpcrdma_req *req = rpcr_to_rdmar(rqst); in xprt_rdma_allocate() 590 struct rpc_rqst *rqst = task->tk_rqstp; xprt_rdma_free() local 622 xprt_rdma_send_request(struct rpc_rqst *rqst) xprt_rdma_send_request() argument [all...] |
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
H A D | ssh_request_layer.c | 86 static u16 ssh_request_get_rqid(struct ssh_request *rqst) in ssh_request_get_rqid() argument 88 return get_unaligned_le16(rqst->packet.data.ptr in ssh_request_get_rqid() 92 static u32 ssh_request_get_rqid_safe(struct ssh_request *rqst) in ssh_request_get_rqid_safe() argument 94 if (!rqst->packet.data.ptr) in ssh_request_get_rqid_safe() 97 return ssh_request_get_rqid(rqst); in ssh_request_get_rqid_safe() 100 static void ssh_rtl_queue_remove(struct ssh_request *rqst) in ssh_rtl_queue_remove() argument 102 struct ssh_rtl *rtl = ssh_request_rtl(rqst); in ssh_rtl_queue_remove() 106 if (!test_and_clear_bit(SSH_REQUEST_SF_QUEUED_BIT, &rqst->state)) { in ssh_rtl_queue_remove() 111 list_del(&rqst->node); in ssh_rtl_queue_remove() 114 ssh_request_put(rqst); in ssh_rtl_queue_remove() 128 ssh_rtl_pending_remove(struct ssh_request *rqst) ssh_rtl_pending_remove() argument 147 ssh_rtl_tx_pending_push(struct ssh_request *rqst) ssh_rtl_tx_pending_push() argument 170 ssh_rtl_complete_with_status(struct ssh_request *rqst, int status) ssh_rtl_complete_with_status() argument 183 ssh_rtl_complete_with_rsp(struct ssh_request *rqst, const struct ssh_command *cmd, const struct ssam_span *data) ssh_rtl_complete_with_rsp() argument 197 ssh_rtl_tx_can_process(struct ssh_request *rqst) ssh_rtl_tx_can_process() argument 209 struct ssh_request *rqst = ERR_PTR(-ENOENT); ssh_rtl_tx_next() local 242 struct ssh_request *rqst; ssh_rtl_tx_try_process_one() local 361 ssh_rtl_submit(struct ssh_rtl *rtl, struct ssh_request *rqst) ssh_rtl_submit() argument 443 ssh_rtl_timeout_start(struct ssh_request *rqst) ssh_rtl_timeout_start() argument 728 ssh_rtl_cancel(struct ssh_request *rqst, bool pending) ssh_rtl_cancel() argument 961 struct ssh_request *rqst; ssh_rtl_packet_release() local 985 ssh_request_init(struct ssh_request *rqst, enum ssam_request_flags flags, const struct ssh_request_ops *ops) ssh_request_init() argument 1107 struct ssh_flush_request *rqst; ssh_rtl_flush_request_complete() local 1115 struct ssh_flush_request *rqst; ssh_rtl_flush_request_release() local 1157 struct ssh_flush_request rqst; ssh_rtl_flush() local [all...] |
H A D | ssh_msgb.h | 170 * @rqst: The request to wrap in the frame. 173 const struct ssam_request *rqst) in msgb_push_cmd() 182 msgb_push_frame(msgb, type, sizeof(struct ssh_command) + rqst->length, seq); in msgb_push_cmd() 191 __msgb_push_u8(msgb, rqst->target_category); /* Target category. */ in msgb_push_cmd() 192 __msgb_push_u8(msgb, rqst->target_id); /* Target ID. */ in msgb_push_cmd() 194 __msgb_push_u8(msgb, rqst->instance_id); /* Instance ID. */ in msgb_push_cmd() 196 __msgb_push_u8(msgb, rqst->command_id); /* Command ID. */ in msgb_push_cmd() 199 msgb_push_buf(msgb, rqst->payload, rqst->length); in msgb_push_cmd() 172 msgb_push_cmd(struct msgbuf *msgb, u8 seq, u16 rqid, const struct ssam_request *rqst) msgb_push_cmd() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2inode.c | 41 free_set_inf_compound(struct smb_rqst *rqst) in free_set_inf_compound() argument 43 if (rqst[1].rq_iov) in free_set_inf_compound() 44 SMB2_set_info_free(&rqst[1]); in free_set_inf_compound() 45 if (rqst[2].rq_iov) in free_set_inf_compound() 46 SMB2_close_free(&rqst[2]); in free_set_inf_compound() 53 struct smb_rqst rqst[3]; member 71 struct smb_rqst *rqst; in smb2_compound_op() local 90 rqst = &vars->rqst[0]; in smb2_compound_op() 120 rqst[num_rqs in smb2_compound_op() [all...] |
H A D | transport.c | 268 smb_rqst_len(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_rqst_len() argument 276 rqst->rq_nvec >= 2 && rqst->rq_iov[0].iov_len == 4) { in smb_rqst_len() 277 iov = &rqst->rq_iov[1]; in smb_rqst_len() 278 nvec = rqst->rq_nvec - 1; in smb_rqst_len() 280 iov = rqst->rq_iov; in smb_rqst_len() 281 nvec = rqst->rq_nvec; in smb_rqst_len() 294 if (rqst->rq_npages) { in smb_rqst_len() 295 if (rqst->rq_npages == 1) in smb_rqst_len() 296 buflen += rqst in smb_rqst_len() 312 __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) __smb_send_rqst() argument 462 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst, int flags) smb_send_rqst() argument 511 struct smb_rqst rqst = { .rq_iov = iov, smb_send() local 744 cifs_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst) cifs_setup_async_request() argument 776 cifs_call_async(struct TCP_Server_Info *server, struct smb_rqst *rqst, mid_receive_t *receive, mid_callback_t *callback, mid_handle_t *handle, void *cbdata, const int flags, const struct cifs_credits *exist_credits) cifs_call_async() argument 916 send_cancel(struct TCP_Server_Info *server, struct smb_rqst *rqst, struct mid_q_entry *mid) send_cancel() argument 935 struct smb_rqst rqst = { .rq_iov = iov, cifs_check_receive() local 955 cifs_setup_request(struct cifs_ses *ses, struct TCP_Server_Info *ignored, struct smb_rqst *rqst) cifs_setup_request() argument 1030 compound_send_recv(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server, const int flags, const int num_rqst, struct smb_rqst *rqst, int *resp_buf_type, struct kvec *resp_iov) compound_send_recv() argument 1250 cifs_send_recv(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server, struct smb_rqst *rqst, int *resp_buf_type, const int flags, struct kvec *resp_iov) cifs_send_recv() argument 1264 struct smb_rqst rqst; SendReceive2() local 1307 struct smb_rqst rqst = { .rq_iov = &iov, .rq_nvec = 1 }; SendReceive() local 1444 struct smb_rqst rqst = { .rq_iov = &iov, .rq_nvec = 1 }; SendReceiveBlockingLock() local [all...] |
H A D | smb2pdu.c | 791 struct smb_rqst rqst; in SMB2_negotiate() local 868 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_negotiate() 869 rqst.rq_iov = iov; in SMB2_negotiate() 870 rqst.rq_nvec = 1; in SMB2_negotiate() 873 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate() 1258 struct smb_rqst rqst; in SMB2_sess_sendreceive() local 1267 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_sess_sendreceive() 1268 rqst.rq_iov = sess_data->iov; in SMB2_sess_sendreceive() 1269 rqst.rq_nvec = 2; in SMB2_sess_sendreceive() 1274 &rqst, in SMB2_sess_sendreceive() 1639 struct smb_rqst rqst; SMB2_logoff() local 1713 struct smb_rqst rqst; SMB2_tcon() local 1853 struct smb_rqst rqst; SMB2_tdis() local 2495 struct smb_rqst rqst; smb311_posix_mkdir() local 2644 SMB2_open_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, __u8 *oplock, struct cifs_open_parms *oparms, __le16 *path) SMB2_open_init() argument 2825 SMB2_open_free(struct smb_rqst *rqst) SMB2_open_free() argument 2843 struct smb_rqst rqst; SMB2_open() local 2927 SMB2_ioctl_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u32 opcode, char *in_data, u32 indatalen, __u32 max_response_size) SMB2_ioctl_init() argument 3016 SMB2_ioctl_free(struct smb_rqst *rqst) SMB2_ioctl_free() argument 3037 struct smb_rqst rqst; SMB2_ioctl() local 3170 SMB2_close_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, bool query_attrs) SMB2_close_init() argument 3197 SMB2_close_free(struct smb_rqst *rqst) SMB2_close_free() argument 3208 struct smb_rqst rqst; __SMB2_close() local 3344 SMB2_query_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u8 info_class, u8 info_type, u32 additional_info, size_t output_len, size_t input_len, void *input) SMB2_query_info_init() argument 3386 SMB2_query_info_free(struct smb_rqst *rqst) SMB2_query_info_free() argument 3398 struct smb_rqst rqst; query_info() local 3533 SMB2_notify_init(const unsigned int xid, struct smb_rqst *rqst, struct cifs_tcon *tcon, struct TCP_Server_Info *server, u64 persistent_fid, u64 volatile_fid, u32 completion_filter, bool watch_tree) SMB2_notify_init() argument 3572 struct smb_rqst rqst; SMB2_change_notify() local 3718 struct smb_rqst rqst = { .rq_iov = iov, SMB2_echo() local 3750 SMB2_flush_free(struct smb_rqst *rqst) SMB2_flush_free() argument 3757 SMB2_flush_init(const unsigned int xid, struct smb_rqst *rqst, struct cifs_tcon *tcon, struct TCP_Server_Info *server, u64 persistent_fid, u64 volatile_fid) SMB2_flush_init() argument 3785 struct smb_rqst rqst; SMB2_flush() local 3936 struct smb_rqst rqst = { .rq_iov = &rdata->iov[1], smb2_readv_callback() local 4025 struct smb_rqst rqst = { .rq_iov = rdata->iov, smb2_async_readv() local 4093 struct smb_rqst rqst; SMB2_read() local 4266 struct smb_rqst rqst = { }; smb2_async_writev() local 4403 struct smb_rqst rqst; SMB2_write() local 4631 SMB2_query_directory_init(const unsigned int xid, struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, int index, int info_level) SMB2_query_directory_init() argument 4701 SMB2_query_directory_free(struct smb_rqst *rqst) SMB2_query_directory_free() argument 4785 struct smb_rqst rqst; SMB2_query_directory() local 4851 SMB2_set_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, u8 info_type, u32 additional_info, void **data, unsigned int *size) SMB2_set_info_init() argument 4895 SMB2_set_info_free(struct smb_rqst *rqst) SMB2_set_info_free() argument 4907 struct smb_rqst rqst; send_set_info() local 5004 struct smb_rqst rqst; SMB2_oplock_break() local 5125 struct smb_rqst rqst; SMB311_posix_qfs_info() local 5176 struct smb_rqst rqst; SMB2_QFS_info() local 5227 struct smb_rqst rqst; SMB2_QFS_attr() local 5313 struct smb_rqst rqst; smb2_lockv() local 5388 struct smb_rqst rqst; SMB2_lease_break() local [all...] |
H A D | smb2ops.c | 682 struct smb_rqst rqst[2]; in open_shroot() local 718 memset(rqst, 0, sizeof(rqst)); in open_shroot() 724 rqst[0].rq_iov = open_iov; in open_shroot() 725 rqst[0].rq_nvec = SMB2_CREATE_IOV_SIZE; in open_shroot() 735 &rqst[0], &oplock, &oparms, &utf16_path); in open_shroot() 738 smb2_set_next_command(tcon, &rqst[0]); in open_shroot() 741 rqst[1].rq_iov = qi_iov; in open_shroot() 742 rqst[1].rq_nvec = 1; in open_shroot() 745 &rqst[ in open_shroot() 1144 struct smb_rqst rqst[3]; smb2_set_ea() local 1498 struct smb_rqst rqst[3]; global() member 1515 struct smb_rqst *rqst; smb2_ioctl_query_info() local 2237 struct smb_rqst rqst[2]; smb2_query_dir_first() local 2429 smb2_set_related(struct smb_rqst *rqst) smb2_set_related() argument 2444 smb2_set_next_command(struct cifs_tcon *tcon, struct smb_rqst *rqst) smb2_set_next_command() argument 2514 struct smb_rqst rqst[3]; smb2_query_info_compound() local 2913 struct smb_rqst rqst[3]; smb2_query_symlink() local 3094 struct smb_rqst rqst[3]; smb2_query_reparse_tag() local 4176 smb2_aead_req_alloc(struct crypto_aead *tfm, const struct smb_rqst *rqst, int num_rqst, const u8 *sig, u8 **iv, struct aead_request **req, struct scatterlist **sgl, unsigned int *num_sgs) smb2_aead_req_alloc() argument 4207 smb2_get_aead_req(struct crypto_aead *tfm, const struct smb_rqst *rqst, int num_rqst, const u8 *sig, u8 **iv, struct aead_request **req, struct scatterlist **sgl) smb2_get_aead_req() argument 4284 crypt_message(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst, int enc) crypt_message() argument 4369 smb3_free_compound_rqst(int num_rqst, struct smb_rqst *rqst) smb3_free_compound_rqst() argument 4475 struct smb_rqst rqst = {NULL}; decrypt_raw_data() local [all...] |
H A D | smb2proto.h | 50 struct smb_rqst *rqst); 52 struct TCP_Server_Info *server, struct smb_rqst *rqst); 57 extern int smb2_calc_signature(struct smb_rqst *rqst, 60 extern int smb3_calc_signature(struct smb_rqst *rqst, 128 struct smb_rqst *rqst); 130 struct smb_rqst *rqst); 131 extern void smb2_set_related(struct smb_rqst *rqst); 152 struct smb_rqst *rqst, 155 extern void SMB2_open_free(struct smb_rqst *rqst); 162 struct smb_rqst *rqst, [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2inode.c | 30 free_set_inf_compound(struct smb_rqst *rqst) in free_set_inf_compound() argument 32 if (rqst[1].rq_iov) in free_set_inf_compound() 33 SMB2_set_info_free(&rqst[1]); in free_set_inf_compound() 34 if (rqst[2].rq_iov) in free_set_inf_compound() 35 SMB2_close_free(&rqst[2]); in free_set_inf_compound() 67 struct smb_rqst *rqst; in smb2_compound_op() local 87 rqst = &vars->rqst[0]; in smb2_compound_op() 119 rqst[num_rqst].rq_iov = &vars->open_iov[0]; in smb2_compound_op() 120 rqst[num_rqs in smb2_compound_op() [all...] |
H A D | smb2pdu.c | 1023 struct smb_rqst rqst; in SMB2_negotiate() local 1102 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_negotiate() 1103 rqst.rq_iov = iov; in SMB2_negotiate() 1104 rqst.rq_nvec = 1; in SMB2_negotiate() 1107 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate() 1519 struct smb_rqst rqst; in SMB2_sess_sendreceive() local 1528 memset(&rqst, 0, sizeof(struct smb_rqst)); in SMB2_sess_sendreceive() 1529 rqst.rq_iov = sess_data->iov; in SMB2_sess_sendreceive() 1530 rqst.rq_nvec = 2; in SMB2_sess_sendreceive() 1535 &rqst, in SMB2_sess_sendreceive() 1921 struct smb_rqst rqst; SMB2_logoff() local 1999 struct smb_rqst rqst; SMB2_tcon() local 2142 struct smb_rqst rqst; SMB2_tdis() local 2771 struct smb_rqst rqst; smb311_posix_mkdir() local 2933 SMB2_open_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, __u8 *oplock, struct cifs_open_parms *oparms, __le16 *path) SMB2_open_init() argument 3102 SMB2_open_free(struct smb_rqst *rqst) SMB2_open_free() argument 3120 struct smb_rqst rqst; SMB2_open() local 3208 SMB2_ioctl_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u32 opcode, char *in_data, u32 indatalen, __u32 max_response_size) SMB2_ioctl_init() argument 3297 SMB2_ioctl_free(struct smb_rqst *rqst) SMB2_ioctl_free() argument 3319 struct smb_rqst rqst; SMB2_ioctl() local 3462 SMB2_close_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, bool query_attrs) SMB2_close_init() argument 3489 SMB2_close_free(struct smb_rqst *rqst) SMB2_close_free() argument 3500 struct smb_rqst rqst; __SMB2_close() local 3634 SMB2_query_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u8 info_class, u8 info_type, u32 additional_info, size_t output_len, size_t input_len, void *input) SMB2_query_info_init() argument 3676 SMB2_query_info_free(struct smb_rqst *rqst) SMB2_query_info_free() argument 3688 struct smb_rqst rqst; query_info() local 3828 SMB2_notify_init(const unsigned int xid, struct smb_rqst *rqst, struct cifs_tcon *tcon, struct TCP_Server_Info *server, u64 persistent_fid, u64 volatile_fid, u32 completion_filter, bool watch_tree) SMB2_notify_init() argument 3868 struct smb_rqst rqst; SMB2_change_notify() local 4101 struct smb_rqst rqst = { .rq_iov = iov, SMB2_echo() local 4137 SMB2_flush_free(struct smb_rqst *rqst) SMB2_flush_free() argument 4144 SMB2_flush_init(const unsigned int xid, struct smb_rqst *rqst, struct cifs_tcon *tcon, struct TCP_Server_Info *server, u64 persistent_fid, u64 volatile_fid) SMB2_flush_init() argument 4172 struct smb_rqst rqst; SMB2_flush() local 4349 struct smb_rqst rqst = { .rq_iov = &rdata->iov[1], .rq_nvec = 1 }; smb2_readv_callback() local 4436 struct smb_rqst rqst = { .rq_iov = rdata->iov, smb2_async_readv() local 4511 struct smb_rqst rqst; SMB2_read() local 4685 struct smb_rqst rqst = { }; smb2_async_writev() local 4840 struct smb_rqst rqst; SMB2_write() local 5068 SMB2_query_directory_init(const unsigned int xid, struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, int index, int info_level) SMB2_query_directory_init() argument 5141 SMB2_query_directory_free(struct smb_rqst *rqst) SMB2_query_directory_free() argument 5228 struct smb_rqst rqst; SMB2_query_directory() local 5294 SMB2_set_info_init(struct cifs_tcon *tcon, struct TCP_Server_Info *server, struct smb_rqst *rqst, u64 persistent_fid, u64 volatile_fid, u32 pid, u8 info_class, u8 info_type, u32 additional_info, void **data, unsigned int *size) SMB2_set_info_init() argument 5337 SMB2_set_info_free(struct smb_rqst *rqst) SMB2_set_info_free() argument 5349 struct smb_rqst rqst; send_set_info() local 5448 struct smb_rqst rqst; SMB2_oplock_break() local 5569 struct smb_rqst rqst; SMB311_posix_qfs_info() local 5620 struct smb_rqst rqst; SMB2_QFS_info() local 5671 struct smb_rqst rqst; SMB2_QFS_attr() local 5757 struct smb_rqst rqst; smb2_lockv() local 5832 struct smb_rqst rqst; SMB2_lease_break() local [all...] |
H A D | smb2proto.h | 37 struct smb_rqst *rqst); 39 struct TCP_Server_Info *server, struct smb_rqst *rqst); 44 extern int smb2_calc_signature(struct smb_rqst *rqst, 47 extern int smb3_calc_signature(struct smb_rqst *rqst, 109 struct smb_rqst *rqst); 111 struct smb_rqst *rqst); 112 extern void smb2_set_related(struct smb_rqst *rqst); 136 struct smb_rqst *rqst, 139 extern void SMB2_open_free(struct smb_rqst *rqst); 146 struct smb_rqst *rqst, [all...] |
/kernel/linux/linux-6.6/drivers/hid/surface-hid/ |
H A D | surface_kbd.c | 36 struct ssam_request rqst; in ssam_kbd_get_descriptor() local 40 rqst.target_category = shid->uid.category; in ssam_kbd_get_descriptor() 41 rqst.target_id = shid->uid.target; in ssam_kbd_get_descriptor() 42 rqst.command_id = SURFACE_KBD_CID_GET_DESCRIPTOR; in ssam_kbd_get_descriptor() 43 rqst.instance_id = shid->uid.instance; in ssam_kbd_get_descriptor() 44 rqst.flags = SSAM_REQUEST_HAS_RESPONSE; in ssam_kbd_get_descriptor() 45 rqst.length = sizeof(entry); in ssam_kbd_get_descriptor() 46 rqst.payload = &entry; in ssam_kbd_get_descriptor() 52 status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, sizeof(entry)); in ssam_kbd_get_descriptor() 67 struct ssam_request rqst; in ssam_kbd_set_caps_led() local 83 struct ssam_request rqst; ssam_kbd_get_feature_report() local [all...] |
H A D | surface_hid.c | 46 struct ssam_request rqst; in ssam_hid_get_descriptor() local 59 rqst.target_category = shid->uid.category; in ssam_hid_get_descriptor() 60 rqst.target_id = shid->uid.target; in ssam_hid_get_descriptor() 61 rqst.command_id = SURFACE_HID_CID_GET_DESCRIPTOR; in ssam_hid_get_descriptor() 62 rqst.instance_id = shid->uid.instance; in ssam_hid_get_descriptor() 63 rqst.flags = SSAM_REQUEST_HAS_RESPONSE; in ssam_hid_get_descriptor() 64 rqst.length = sizeof(struct surface_hid_buffer_slice); in ssam_hid_get_descriptor() 65 rqst.payload = buffer; in ssam_hid_get_descriptor() 83 status = ssam_retry(ssam_request_do_sync_onstack, shid->ctrl, &rqst, &rsp, in ssam_hid_get_descriptor() 116 struct ssam_request rqst; in ssam_hid_set_raw_report() local 139 struct ssam_request rqst; ssam_hid_get_raw_report() local [all...] |
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | fc.h | 42 acc->rqst.desc_tag = cpu_to_be32(FCNVME_LSDESC_RQST); in nvme_fc_format_rsp_hdr() 43 acc->rqst.desc_len = in nvme_fc_format_rsp_hdr() 45 acc->rqst.w0.ls_cmd = rqst_ls_cmd; in nvme_fc_format_rsp_hdr() 194 struct fcnvme_ls_disconnect_assoc_rqst *rqst) in nvmefc_vldt_lsreq_discon_assoc() 200 else if (rqst->desc_list_len != in nvmefc_vldt_lsreq_discon_assoc() 204 else if (rqst->associd.desc_tag != cpu_to_be32(FCNVME_LSDESC_ASSOC_ID)) in nvmefc_vldt_lsreq_discon_assoc() 206 else if (rqst->associd.desc_len != in nvmefc_vldt_lsreq_discon_assoc() 210 else if (rqst->discon_cmd.desc_tag != in nvmefc_vldt_lsreq_discon_assoc() 213 else if (rqst->discon_cmd.desc_len != in nvmefc_vldt_lsreq_discon_assoc() 221 else if (rqst in nvmefc_vldt_lsreq_discon_assoc() 193 nvmefc_vldt_lsreq_discon_assoc(u32 rqstlen, struct fcnvme_ls_disconnect_assoc_rqst *rqst) nvmefc_vldt_lsreq_discon_assoc() argument [all...] |
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | fc.h | 42 acc->rqst.desc_tag = cpu_to_be32(FCNVME_LSDESC_RQST); in nvme_fc_format_rsp_hdr() 43 acc->rqst.desc_len = in nvme_fc_format_rsp_hdr() 45 acc->rqst.w0.ls_cmd = rqst_ls_cmd; in nvme_fc_format_rsp_hdr() 194 struct fcnvme_ls_disconnect_assoc_rqst *rqst) in nvmefc_vldt_lsreq_discon_assoc() 200 else if (rqst->desc_list_len != in nvmefc_vldt_lsreq_discon_assoc() 204 else if (rqst->associd.desc_tag != cpu_to_be32(FCNVME_LSDESC_ASSOC_ID)) in nvmefc_vldt_lsreq_discon_assoc() 206 else if (rqst->associd.desc_len != in nvmefc_vldt_lsreq_discon_assoc() 210 else if (rqst->discon_cmd.desc_tag != in nvmefc_vldt_lsreq_discon_assoc() 213 else if (rqst->discon_cmd.desc_len != in nvmefc_vldt_lsreq_discon_assoc() 221 else if (rqst in nvmefc_vldt_lsreq_discon_assoc() 193 nvmefc_vldt_lsreq_discon_assoc(u32 rqstlen, struct fcnvme_ls_disconnect_assoc_rqst *rqst) nvmefc_vldt_lsreq_discon_assoc() argument [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sunrpc.h | 659 __string(progname, xdr->rqst ? 660 xdr->rqst->rq_task->tk_client->cl_program->name : "unknown") 661 __string(procedure, xdr->rqst ? 662 xdr->rqst->rq_task->tk_msg.rpc_proc->p_name : "unknown") 666 if (xdr->rqst) { 667 const struct rpc_task *task = xdr->rqst->rq_task; 727 xdr->rqst->rq_task->tk_client->cl_program->name) 729 xdr->rqst->rq_task->tk_msg.rpc_proc->p_name) 733 const struct rpc_task *task = xdr->rqst->rq_task; 922 const struct rpc_rqst *rqst, [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sunrpc.h | 684 __string(progname, xdr->rqst ? 685 xdr->rqst->rq_task->tk_client->cl_program->name : "unknown") 686 __string(procedure, xdr->rqst ? 687 xdr->rqst->rq_task->tk_msg.rpc_proc->p_name : "unknown") 691 if (xdr->rqst) { 692 const struct rpc_task *task = xdr->rqst->rq_task; 752 xdr->rqst->rq_task->tk_client->cl_program->name) 754 xdr->rqst->rq_task->tk_msg.rpc_proc->p_name) 758 const struct rpc_task *task = xdr->rqst->rq_task; 959 const struct rpc_rqst *rqst, [all...] |