/kernel/linux/linux-5.10/include/crypto/ |
H A D | kpp.h | 54 * enough req->dst_len will be updated to the size 59 * req->dst_len will be updated to the size required 74 int (*generate_public_key)(struct kpp_request *req); 75 int (*compute_shared_secret)(struct kpp_request *req); 132 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm() argument 135 req->base.tfm = crypto_kpp_tfm(tfm); in kpp_request_set_tfm() 138 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm() argument 140 return __crypto_kpp_tfm(req->base.tfm); in crypto_kpp_reqtfm() 176 struct kpp_request *req; in kpp_request_alloc() local 178 req in kpp_request_alloc() 190 kpp_request_free(struct kpp_request *req) kpp_request_free() argument 206 kpp_request_set_callback(struct kpp_request *req, u32 flgs, crypto_completion_t cmpl, void *data) kpp_request_set_callback() argument 225 kpp_request_set_input(struct kpp_request *req, struct scatterlist *input, unsigned int input_len) kpp_request_set_input() argument 242 kpp_request_set_output(struct kpp_request *req, struct scatterlist *output, unsigned int output_len) kpp_request_set_output() argument 309 crypto_kpp_generate_public_key(struct kpp_request *req) crypto_kpp_generate_public_key() argument 332 crypto_kpp_compute_shared_secret(struct kpp_request *req) crypto_kpp_compute_shared_secret() argument [all...] |
H A D | skcipher.h | 107 int (*encrypt)(struct skcipher_request *req); 108 int (*decrypt)(struct skcipher_request *req); 387 * @req: skcipher_request out of which the cipher handle is to be obtained 395 struct skcipher_request *req) in crypto_skcipher_reqtfm() 397 return __crypto_skcipher_cast(req->base.tfm); in crypto_skcipher_reqtfm() 401 struct skcipher_request *req) in crypto_sync_skcipher_reqtfm() 403 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm() 410 * @req: reference to the skcipher_request handle that holds all information 419 int crypto_skcipher_encrypt(struct skcipher_request *req); 423 * @req 394 crypto_skcipher_reqtfm( struct skcipher_request *req) crypto_skcipher_reqtfm() argument 400 crypto_sync_skcipher_reqtfm( struct skcipher_request *req) crypto_sync_skcipher_reqtfm() argument 464 skcipher_request_set_tfm(struct skcipher_request *req, struct crypto_skcipher *tfm) skcipher_request_set_tfm() argument 470 skcipher_request_set_sync_tfm(struct skcipher_request *req, struct crypto_sync_skcipher *tfm) skcipher_request_set_sync_tfm() argument 476 skcipher_request_cast( struct crypto_async_request *req) skcipher_request_cast() argument 496 struct skcipher_request *req; skcipher_request_alloc() local 511 skcipher_request_free(struct skcipher_request *req) skcipher_request_free() argument 516 skcipher_request_zero(struct skcipher_request *req) skcipher_request_zero() argument 548 skcipher_request_set_callback(struct skcipher_request *req, u32 flags, crypto_completion_t compl, void *data) skcipher_request_set_callback() argument 574 skcipher_request_set_crypt( struct skcipher_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, void *iv) skcipher_request_set_crypt() argument [all...] |
/kernel/linux/linux-6.6/include/crypto/ |
H A D | kpp.h | 76 * enough req->dst_len will be updated to the size 81 * req->dst_len will be updated to the size required 95 int (*generate_public_key)(struct kpp_request *req); 96 int (*compute_shared_secret)(struct kpp_request *req); 158 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm() argument 161 req->base.tfm = crypto_kpp_tfm(tfm); in kpp_request_set_tfm() 164 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm() argument 166 return __crypto_kpp_tfm(req->base.tfm); in crypto_kpp_reqtfm() 202 struct kpp_request *req; in kpp_request_alloc() local 204 req in kpp_request_alloc() 216 kpp_request_free(struct kpp_request *req) kpp_request_free() argument 232 kpp_request_set_callback(struct kpp_request *req, u32 flgs, crypto_completion_t cmpl, void *data) kpp_request_set_callback() argument 251 kpp_request_set_input(struct kpp_request *req, struct scatterlist *input, unsigned int input_len) kpp_request_set_input() argument 268 kpp_request_set_output(struct kpp_request *req, struct scatterlist *output, unsigned int output_len) kpp_request_set_output() argument 353 crypto_kpp_generate_public_key(struct kpp_request *req) crypto_kpp_generate_public_key() argument 374 crypto_kpp_compute_shared_secret(struct kpp_request *req) crypto_kpp_compute_shared_secret() argument [all...] |
H A D | skcipher.h | 129 int (*encrypt)(struct skcipher_request *req); 130 int (*decrypt)(struct skcipher_request *req); 413 * @req: skcipher_request out of which the cipher handle is to be obtained 421 struct skcipher_request *req) in crypto_skcipher_reqtfm() 423 return __crypto_skcipher_cast(req->base.tfm); in crypto_skcipher_reqtfm() 427 struct skcipher_request *req) in crypto_sync_skcipher_reqtfm() 429 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm() 436 * @req: reference to the skcipher_request handle that holds all information 445 int crypto_skcipher_encrypt(struct skcipher_request *req); 449 * @req 420 crypto_skcipher_reqtfm( struct skcipher_request *req) crypto_skcipher_reqtfm() argument 426 crypto_sync_skcipher_reqtfm( struct skcipher_request *req) crypto_sync_skcipher_reqtfm() argument 490 skcipher_request_set_tfm(struct skcipher_request *req, struct crypto_skcipher *tfm) skcipher_request_set_tfm() argument 496 skcipher_request_set_sync_tfm(struct skcipher_request *req, struct crypto_sync_skcipher *tfm) skcipher_request_set_sync_tfm() argument 502 skcipher_request_cast( struct crypto_async_request *req) skcipher_request_cast() argument 522 struct skcipher_request *req; skcipher_request_alloc() local 537 skcipher_request_free(struct skcipher_request *req) skcipher_request_free() argument 542 skcipher_request_zero(struct skcipher_request *req) skcipher_request_zero() argument 574 skcipher_request_set_callback(struct skcipher_request *req, u32 flags, crypto_completion_t compl, void *data) skcipher_request_set_callback() argument 600 skcipher_request_set_crypt( struct skcipher_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, void *iv) skcipher_request_set_crypt() argument [all...] |
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | dat.c | 41 struct nilfs_palloc_req *req, int create) in nilfs_dat_prepare_entry() 45 ret = nilfs_palloc_get_entry_block(dat, req->pr_entry_nr, in nilfs_dat_prepare_entry() 46 create, &req->pr_entry_bh); in nilfs_dat_prepare_entry() 50 (unsigned long long)req->pr_entry_nr); in nilfs_dat_prepare_entry() 61 struct nilfs_palloc_req *req) in nilfs_dat_commit_entry() 63 mark_buffer_dirty(req->pr_entry_bh); in nilfs_dat_commit_entry() 65 brelse(req->pr_entry_bh); in nilfs_dat_commit_entry() 69 struct nilfs_palloc_req *req) in nilfs_dat_abort_entry() 71 brelse(req->pr_entry_bh); in nilfs_dat_abort_entry() 74 int nilfs_dat_prepare_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_alloc() argument 40 nilfs_dat_prepare_entry(struct inode *dat, struct nilfs_palloc_req *req, int create) nilfs_dat_prepare_entry() argument 60 nilfs_dat_commit_entry(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_commit_entry() argument 68 nilfs_dat_abort_entry(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_abort_entry() argument 89 nilfs_dat_commit_alloc(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_commit_alloc() argument 106 nilfs_dat_abort_alloc(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_abort_alloc() argument 112 nilfs_dat_commit_free(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_commit_free() argument 137 nilfs_dat_prepare_start(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_prepare_start() argument 142 nilfs_dat_commit_start(struct inode *dat, struct nilfs_palloc_req *req, sector_t blocknr) nilfs_dat_commit_start() argument 158 nilfs_dat_prepare_end(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_prepare_end() argument 197 nilfs_dat_commit_end(struct inode *dat, struct nilfs_palloc_req *req, int dead) nilfs_dat_commit_end() argument 223 nilfs_dat_abort_end(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_abort_end() argument 289 struct nilfs_palloc_req req; nilfs_dat_mark_dirty() local [all...] |
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | clntproc.c | 129 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_setlockargs() argument 131 struct nlm_args *argp = &req->a_args; in nlmclnt_setlockargs() 133 char *nodename = req->a_host->h_rpcclnt->cl_nodename; in nlmclnt_setlockargs() 138 lock->oh.data = req->a_owner; in nlmclnt_setlockargs() 139 lock->oh.len = snprintf(req->a_owner, sizeof(req->a_owner), "%u@%s", in nlmclnt_setlockargs() 148 static void nlmclnt_release_lockargs(struct nlm_rqst *req) in nlmclnt_release_lockargs() argument 150 WARN_ON_ONCE(req->a_args.lock.fl.fl_ops != NULL); in nlmclnt_release_lockargs() 264 nlmclnt_call(const struct cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call() argument 266 struct nlm_host *host = req in nlmclnt_call() 342 __nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) __nlm_async_call() argument 370 nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct rpc_call_ops *tk_ops) nlm_do_async_call() argument 384 nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) nlm_async_call() argument 393 nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) nlm_async_reply() argument 409 nlmclnt_async_call(const struct cred *cred, struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) nlmclnt_async_call() argument 431 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) nlmclnt_test() argument 519 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) nlmclnt_lock() argument 640 nlmclnt_reclaim(struct nlm_host *host, struct file_lock *fl, struct nlm_rqst *req) nlmclnt_reclaim() argument 681 nlmclnt_unlock(struct nlm_rqst *req, struct file_lock *fl) nlmclnt_unlock() argument 727 struct nlm_rqst *req = data; nlmclnt_unlock_prepare() local 740 struct nlm_rqst *req = data; nlmclnt_unlock_callback() local 783 struct nlm_rqst *req; nlmclnt_cancel() local 808 struct nlm_rqst *req = data; nlmclnt_cancel_callback() local [all...] |
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 167 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument 169 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt() 175 err = skcipher_walk_virt(&walk, req, false); in ecb_encrypt() 187 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument 189 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt() 195 err = skcipher_walk_virt(&walk, req, false); in ecb_decrypt() 207 static int cbc_encrypt_walk(struct skcipher_request *req, in cbc_encrypt_walk() argument 210 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt_walk() 226 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument 231 err = skcipher_walk_virt(&walk, req, fals in cbc_encrypt() 237 cbc_decrypt_walk(struct skcipher_request *req, struct skcipher_walk *walk) cbc_decrypt_walk() argument 256 cbc_decrypt(struct skcipher_request *req) cbc_decrypt() argument 267 cts_cbc_encrypt(struct skcipher_request *req) cts_cbc_encrypt() argument 325 cts_cbc_decrypt(struct skcipher_request *req) cts_cbc_decrypt() argument 383 ctr_encrypt(struct skcipher_request *req) ctr_encrypt() argument 436 ctr_encrypt_sync(struct skcipher_request *req) ctr_encrypt_sync() argument 444 xts_encrypt(struct skcipher_request *req) xts_encrypt() argument 516 xts_decrypt(struct skcipher_request *req) xts_decrypt() argument [all...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-ce-glue.c | 167 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument 169 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_encrypt() 175 err = skcipher_walk_virt(&walk, req, false); in ecb_encrypt() 187 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument 189 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_decrypt() 195 err = skcipher_walk_virt(&walk, req, false); in ecb_decrypt() 207 static int cbc_encrypt_walk(struct skcipher_request *req, in cbc_encrypt_walk() argument 210 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt_walk() 226 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument 231 err = skcipher_walk_virt(&walk, req, fals in cbc_encrypt() 237 cbc_decrypt_walk(struct skcipher_request *req, struct skcipher_walk *walk) cbc_decrypt_walk() argument 256 cbc_decrypt(struct skcipher_request *req) cbc_decrypt() argument 267 cts_cbc_encrypt(struct skcipher_request *req) cts_cbc_encrypt() argument 325 cts_cbc_decrypt(struct skcipher_request *req) cts_cbc_decrypt() argument 383 ctr_encrypt(struct skcipher_request *req) ctr_encrypt() argument 436 ctr_encrypt_sync(struct skcipher_request *req) ctr_encrypt_sync() argument 444 xts_encrypt(struct skcipher_request *req) xts_encrypt() argument 516 xts_decrypt(struct skcipher_request *req) xts_decrypt() argument [all...] |
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | via-cuda.c | 177 static int cuda_send_request(struct adb_request *req, int sync); 187 static int cuda_write(struct adb_request *req); 189 int cuda_request(struct adb_request *req, 206 struct adb_request req; in find_via_cuda() local 225 cuda_request(&req, NULL, 3, CUDA_PACKET, CUDA_AUTOPOLL, 1); in find_via_cuda() 226 while (!req.complete) in find_via_cuda() 234 struct adb_request req; in find_via_cuda() local 278 cuda_request(&req, NULL, 3, CUDA_PACKET, CUDA_AUTOPOLL, 1); in find_via_cuda() 279 while (!req.complete) in find_via_cuda() 427 cuda_send_request(struct adb_request *req, in argument 454 struct adb_request req; cuda_adb_autopoll() local 469 struct adb_request req; cuda_reset_adb_bus() local 483 cuda_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) cuda_request() argument 506 cuda_write(struct adb_request *req) cuda_write() argument 568 struct adb_request *req = NULL; cuda_interrupt() local 777 struct adb_request req; cuda_get_time() local 794 struct adb_request req; cuda_set_rtc_time() local [all...] |
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | via-cuda.c | 180 static int cuda_send_request(struct adb_request *req, int sync); 190 static int cuda_write(struct adb_request *req); 192 int cuda_request(struct adb_request *req, 209 struct adb_request req; in find_via_cuda() local 228 cuda_request(&req, NULL, 3, CUDA_PACKET, CUDA_AUTOPOLL, 1); in find_via_cuda() 229 while (!req.complete) in find_via_cuda() 237 struct adb_request req; in find_via_cuda() local 275 cuda_request(&req, NULL, 3, CUDA_PACKET, CUDA_AUTOPOLL, 1); in find_via_cuda() 276 while (!req.complete) in find_via_cuda() 424 cuda_send_request(struct adb_request *req, in argument 451 struct adb_request req; cuda_adb_autopoll() local 466 struct adb_request req; cuda_reset_adb_bus() local 480 cuda_request(struct adb_request *req, void (*done)(struct adb_request *), int nbytes, ...) cuda_request() argument 503 cuda_write(struct adb_request *req) cuda_write() argument 565 struct adb_request *req = NULL; cuda_interrupt() local 774 struct adb_request req; cuda_get_time() local 791 struct adb_request req; cuda_set_rtc_time() local [all...] |
/third_party/node/lib/internal/ |
H A D | stream_base_commons.js | 45 function handleWriteReq(req, data, encoding) { 46 const { handle } = req; 51 const ret = handle.writeBuffer(req, data); 53 req.buffer = data; 58 return handle.writeLatin1String(req, data); 61 return handle.writeUtf8String(req, data); 63 return handle.writeAsciiString(req, data); 68 return handle.writeUcs2String(req, data); 72 const ret = handle.writeBuffer(req, buffer); 74 req [all...] |
/kernel/linux/linux-6.6/io_uring/ |
H A D | xattr.c | 25 void io_xattr_cleanup(struct io_kiocb *req) in io_xattr_cleanup() argument 27 struct io_xattr *ix = io_kiocb_to_cmd(req, struct io_xattr); in io_xattr_cleanup() 36 static void io_xattr_finish(struct io_kiocb *req, int ret) in io_xattr_finish() argument 38 req->flags &= ~REQ_F_NEED_CLEANUP; in io_xattr_finish() 40 io_xattr_cleanup(req); in io_xattr_finish() 41 io_req_set_res(req, ret, 0); in io_xattr_finish() 44 static int __io_getxattr_prep(struct io_kiocb *req, in __io_getxattr_prep() argument 47 struct io_xattr *ix = io_kiocb_to_cmd(req, struct io_xattr); in __io_getxattr_prep() 51 if (unlikely(req->flags & REQ_F_FIXED_FILE)) in __io_getxattr_prep() 77 req in __io_getxattr_prep() 82 io_fgetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) io_fgetxattr_prep() argument 87 io_getxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) io_getxattr_prep() argument 108 io_fgetxattr(struct io_kiocb *req, unsigned int issue_flags) io_fgetxattr() argument 123 io_getxattr(struct io_kiocb *req, unsigned int issue_flags) io_getxattr() argument 148 __io_setxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) __io_setxattr_prep() argument 180 io_setxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) io_setxattr_prep() argument 201 io_fsetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) io_fsetxattr_prep() argument 206 __io_setxattr(struct io_kiocb *req, unsigned int issue_flags, const struct path *path) __io_setxattr() argument 221 io_fsetxattr(struct io_kiocb *req, unsigned int issue_flags) io_fsetxattr() argument 232 io_setxattr(struct io_kiocb *req, unsigned int issue_flags) io_setxattr() argument [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | synth_filter_vfp.S | 24 IMDCT .req r0 25 ORIG_P_SB .req r1 26 P_SB_OFF .req r2 27 I .req r0 28 P_SB2_UP .req r1 29 OLDFPSCR .req r2 30 P_SB2_DN .req r3 31 P_WIN_DN .req r4 32 P_OUT_DN .req r5 33 P_SB .req r [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | gr_udc.c | 92 struct gr_request *req) in gr_dbgprint_request() 94 int buflen = ep->is_in ? req->req.length : req->req.actual; in gr_dbgprint_request() 98 dev_dbg(ep->dev->dev, "%s: 0x%p, %d bytes data%s:\n", str, req, buflen, in gr_dbgprint_request() 101 rowlen, 4, req->req.buf, plen, false); in gr_dbgprint_request() 113 struct gr_request *req) {} in gr_dbgprint_request() 130 struct gr_request *req; in gr_seq_ep_show() local 91 gr_dbgprint_request(const char *str, struct gr_ep *ep, struct gr_request *req) gr_dbgprint_request() argument 112 gr_dbgprint_request(const char *str, struct gr_ep *ep, struct gr_request *req) gr_dbgprint_request() argument 254 gr_free_dma_desc_chain(struct gr_udc *dev, struct gr_request *req) gr_free_dma_desc_chain() argument 348 struct gr_request *req; gr_alloc_request() local 366 struct gr_request *req; gr_start_dma() local 408 struct gr_request *req; gr_dma_advance() local 436 gr_add_dma_desc(struct gr_ep *ep, struct gr_request *req, dma_addr_t data, unsigned size, gfp_t gfp_flags) gr_add_dma_desc() argument 475 gr_setup_out_desc_list(struct gr_ep *ep, struct gr_request *req, gfp_t gfp_flags) gr_setup_out_desc_list() argument 528 gr_setup_in_desc_list(struct gr_ep *ep, struct gr_request *req, gfp_t gfp_flags) gr_setup_in_desc_list() argument 576 gr_queue(struct gr_ep *ep, struct gr_request *req, gfp_t gfp_flags) gr_queue() argument 634 gr_queue_int(struct gr_ep *ep, struct gr_request *req, gfp_t gfp_flags) gr_queue_int() argument 653 struct gr_request *req; gr_ep_nuke() local 819 gr_ep0_respond(struct gr_udc *dev, u8 *buf, int length, void (*complete)(struct usb_ep *ep, struct usb_request *req)) gr_ep0_respond() argument 1238 struct gr_request *req; gr_handle_in_ep() local 1266 struct gr_request *req; gr_handle_out_ep() local 1637 struct gr_request *req; gr_free_request() local 1655 struct gr_request *req; gr_queue_ext() local 1692 struct gr_request *req; gr_dequeue() local 1960 struct gr_request *req; gr_ep_init() local [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | dir.c | 374 struct ceph_mds_request *req; in ceph_readdir() local 396 req = ceph_mdsc_create_request(mdsc, op, USE_AUTH_MDS); in ceph_readdir() 397 if (IS_ERR(req)) in ceph_readdir() 398 return PTR_ERR(req); in ceph_readdir() 400 err = ceph_alloc_readdir_reply_buffer(req, inode); in ceph_readdir() 402 ceph_mdsc_put_request(req); in ceph_readdir() 406 req->r_direct_mode = USE_AUTH_MDS; in ceph_readdir() 408 req->r_direct_hash = ceph_frag_value(frag); in ceph_readdir() 409 __set_bit(CEPH_MDS_R_DIRECT_IS_HASH, &req->r_req_flags); in ceph_readdir() 410 req in ceph_readdir() 703 ceph_handle_snapdir(struct ceph_mds_request *req, struct dentry *dentry) ceph_handle_snapdir() argument 735 ceph_finish_lookup(struct ceph_mds_request *req, struct dentry *dentry, int err) ceph_finish_lookup() argument 776 struct ceph_mds_request *req; ceph_lookup() local 888 struct ceph_mds_request *req; ceph_mknod() local 956 prep_encrypted_symlink_target(struct ceph_mds_request *req, const char *dest) prep_encrypted_symlink_target() argument 985 prep_encrypted_symlink_target(struct ceph_mds_request *req, const char *dest) prep_encrypted_symlink_target() argument 996 struct ceph_mds_request *req; ceph_symlink() local 1067 struct ceph_mds_request *req; ceph_mkdir() local 1147 struct ceph_mds_request *req; ceph_link() local 1198 ceph_async_unlink_cb(struct ceph_mds_client *mdsc, struct ceph_mds_request *req) ceph_async_unlink_cb() argument 1296 struct ceph_mds_request *req; ceph_unlink() local 1387 struct ceph_mds_request *req; ceph_rename() local 1913 struct ceph_mds_request *req; ceph_d_revalidate() local [all...] |
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | core.c | 51 inline u16 errno_to_nvme_status(struct nvmet_req *req, int errno) in errno_to_nvme_status() argument 57 req->error_loc = offsetof(struct nvme_rw_command, length); in errno_to_nvme_status() 60 req->error_loc = offsetof(struct nvme_rw_command, slba); in errno_to_nvme_status() 63 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status() 64 switch (req->cmd->common.opcode) { in errno_to_nvme_status() 73 req->error_loc = offsetof(struct nvme_rw_command, nsid); in errno_to_nvme_status() 78 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status() 83 u16 nvmet_report_invalid_opcode(struct nvmet_req *req) in nvmet_report_invalid_opcode() argument 85 pr_debug("unhandled cmd %d on qid %d\n", req->cmd->common.opcode, in nvmet_report_invalid_opcode() 86 req in nvmet_report_invalid_opcode() 95 nvmet_copy_to_sgl(struct nvmet_req *req, off_t off, const void *buf, size_t len) nvmet_copy_to_sgl() argument 105 nvmet_copy_from_sgl(struct nvmet_req *req, off_t off, void *buf, size_t len) nvmet_copy_from_sgl() argument 114 nvmet_zero_sgl(struct nvmet_req *req, off_t off, size_t len) nvmet_zero_sgl() argument 142 struct nvmet_req *req; nvmet_async_events_failall() local 157 struct nvmet_req *req; nvmet_async_events_process() local 425 nvmet_req_find_ns(struct nvmet_req *req) nvmet_req_find_ns() argument 696 nvmet_update_sq_head(struct nvmet_req *req) nvmet_update_sq_head() argument 709 nvmet_set_error(struct nvmet_req *req, u16 status) nvmet_set_error() argument 738 __nvmet_req_complete(struct nvmet_req *req, u16 status) __nvmet_req_complete() argument 757 nvmet_req_complete(struct nvmet_req *req, u16 status) nvmet_req_complete() argument 859 nvmet_io_cmd_check_access(struct nvmet_req *req) nvmet_io_cmd_check_access() argument 874 nvmet_parse_io_cmd(struct nvmet_req *req) nvmet_parse_io_cmd() argument 921 nvmet_req_init(struct nvmet_req *req, struct nvmet_cq *cq, struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops) nvmet_req_init() argument 989 nvmet_req_uninit(struct nvmet_req *req) nvmet_req_uninit() argument 997 nvmet_check_transfer_len(struct nvmet_req *req, size_t len) nvmet_check_transfer_len() argument 1009 nvmet_check_data_len_lte(struct nvmet_req *req, size_t data_len) nvmet_check_data_len_lte() argument 1020 nvmet_data_transfer_len(struct nvmet_req *req) nvmet_data_transfer_len() argument 1025 nvmet_req_alloc_p2pmem_sgls(struct pci_dev *p2p_dev, struct nvmet_req *req) nvmet_req_alloc_p2pmem_sgls() argument 1049 nvmet_req_find_p2p_dev(struct nvmet_req *req) nvmet_req_find_p2p_dev() argument 1057 nvmet_req_alloc_sgls(struct nvmet_req *req) nvmet_req_alloc_sgls() argument 1084 nvmet_req_free_sgls(struct nvmet_req *req) nvmet_req_free_sgls() argument 1234 nvmet_ctrl_find_get(const char *subsysnqn, const char *hostnqn, u16 cntlid, struct nvmet_req *req) nvmet_ctrl_find_get() argument 1276 nvmet_check_ctrl_status(struct nvmet_req *req) nvmet_check_ctrl_status() argument 1320 nvmet_setup_p2p_ns_map(struct nvmet_ctrl *ctrl, struct nvmet_req *req) nvmet_setup_p2p_ns_map() argument 1358 nvmet_alloc_ctrl(const char *subsysnqn, const char *hostnqn, struct nvmet_req *req, u32 kato, struct nvmet_ctrl **ctrlp) nvmet_alloc_ctrl() argument [all...] |
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | dat.c | 41 struct nilfs_palloc_req *req, int create) in nilfs_dat_prepare_entry() 45 ret = nilfs_palloc_get_entry_block(dat, req->pr_entry_nr, in nilfs_dat_prepare_entry() 46 create, &req->pr_entry_bh); in nilfs_dat_prepare_entry() 50 (unsigned long long)req->pr_entry_nr); in nilfs_dat_prepare_entry() 61 struct nilfs_palloc_req *req) in nilfs_dat_commit_entry() 63 mark_buffer_dirty(req->pr_entry_bh); in nilfs_dat_commit_entry() 65 brelse(req->pr_entry_bh); in nilfs_dat_commit_entry() 69 struct nilfs_palloc_req *req) in nilfs_dat_abort_entry() 71 brelse(req->pr_entry_bh); in nilfs_dat_abort_entry() 74 int nilfs_dat_prepare_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_alloc() argument 40 nilfs_dat_prepare_entry(struct inode *dat, struct nilfs_palloc_req *req, int create) nilfs_dat_prepare_entry() argument 60 nilfs_dat_commit_entry(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_commit_entry() argument 68 nilfs_dat_abort_entry(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_abort_entry() argument 89 nilfs_dat_commit_alloc(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_commit_alloc() argument 106 nilfs_dat_abort_alloc(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_abort_alloc() argument 112 nilfs_dat_commit_free(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_commit_free() argument 137 nilfs_dat_prepare_start(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_prepare_start() argument 142 nilfs_dat_commit_start(struct inode *dat, struct nilfs_palloc_req *req, sector_t blocknr) nilfs_dat_commit_start() argument 158 nilfs_dat_prepare_end(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_prepare_end() argument 186 nilfs_dat_commit_end(struct inode *dat, struct nilfs_palloc_req *req, int dead) nilfs_dat_commit_end() argument 212 nilfs_dat_abort_end(struct inode *dat, struct nilfs_palloc_req *req) nilfs_dat_abort_end() argument 278 struct nilfs_palloc_req req; nilfs_dat_mark_dirty() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | aspeed_udc.c | 162 struct usb_request req; member 169 #define to_ast_req(__req) container_of(__req, struct ast_udc_request, req) 281 static void ast_udc_done(struct ast_udc_ep *ep, struct ast_udc_request *req, in ast_udc_done() argument 286 EP_DBG(ep, "req @%p, len (%d/%d), buf:0x%x, dir:0x%x\n", in ast_udc_done() 287 req, req->req.actual, req->req.length, in ast_udc_done() 288 (u32)req in ast_udc_done() 310 struct ast_udc_request *req; ast_udc_nuke() local 453 struct ast_udc_request *req; ast_udc_ep_alloc_request() local 469 struct ast_udc_request *req = to_ast_req(_req); ast_udc_ep_free_request() local 474 ast_dma_descriptor_setup(struct ast_udc_ep *ep, u32 dma_buf, u16 tx_len, struct ast_udc_request *req) ast_dma_descriptor_setup() argument 530 ast_udc_epn_kick(struct ast_udc_ep *ep, struct ast_udc_request *req) ast_udc_epn_kick() argument 549 ast_udc_epn_kick_desc(struct ast_udc_ep *ep, struct ast_udc_request *req) ast_udc_epn_kick_desc() argument 582 ast_udc_ep0_queue(struct ast_udc_ep *ep, struct ast_udc_request *req) ast_udc_ep0_queue() argument 629 struct ast_udc_request *req = to_ast_req(_req); ast_udc_ep_queue() local 695 struct ast_udc_request *req; ast_udc_ep_dequeue() local 790 struct ast_udc_request *req; ast_udc_ep0_out() local 830 struct ast_udc_request *req; ast_udc_ep0_in() local 862 struct ast_udc_request *req; ast_udc_epn_handle() local 902 struct ast_udc_request *req; ast_udc_epn_handle_desc() local 1033 struct ast_udc_request *req; ast_udc_ep0_handle_setup() local [all...] |
H A D | gr_udc.c | 91 struct gr_request *req) in gr_dbgprint_request() 93 int buflen = ep->is_in ? req->req.length : req->req.actual; in gr_dbgprint_request() 97 dev_dbg(ep->dev->dev, "%s: 0x%p, %d bytes data%s:\n", str, req, buflen, in gr_dbgprint_request() 100 rowlen, 4, req->req.buf, plen, false); in gr_dbgprint_request() 112 struct gr_request *req) {} in gr_dbgprint_request() 129 struct gr_request *req; in gr_seq_ep_show() local 90 gr_dbgprint_request(const char *str, struct gr_ep *ep, struct gr_request *req) gr_dbgprint_request() argument 111 gr_dbgprint_request(const char *str, struct gr_ep *ep, struct gr_request *req) gr_dbgprint_request() argument 254 gr_free_dma_desc_chain(struct gr_udc *dev, struct gr_request *req) gr_free_dma_desc_chain() argument 348 struct gr_request *req; gr_alloc_request() local 366 struct gr_request *req; gr_start_dma() local 408 struct gr_request *req; gr_dma_advance() local 436 gr_add_dma_desc(struct gr_ep *ep, struct gr_request *req, dma_addr_t data, unsigned size, gfp_t gfp_flags) gr_add_dma_desc() argument 475 gr_setup_out_desc_list(struct gr_ep *ep, struct gr_request *req, gfp_t gfp_flags) gr_setup_out_desc_list() argument 528 gr_setup_in_desc_list(struct gr_ep *ep, struct gr_request *req, gfp_t gfp_flags) gr_setup_in_desc_list() argument 576 gr_queue(struct gr_ep *ep, struct gr_request *req, gfp_t gfp_flags) gr_queue() argument 634 gr_queue_int(struct gr_ep *ep, struct gr_request *req, gfp_t gfp_flags) gr_queue_int() argument 653 struct gr_request *req; gr_ep_nuke() local 819 gr_ep0_respond(struct gr_udc *dev, u8 *buf, int length, void (*complete)(struct usb_ep *ep, struct usb_request *req)) gr_ep0_respond() argument 1238 struct gr_request *req; gr_handle_in_ep() local 1266 struct gr_request *req; gr_handle_out_ep() local 1637 struct gr_request *req; gr_free_request() local 1655 struct gr_request *req; gr_queue_ext() local 1692 struct gr_request *req = NULL, *iter; gr_dequeue() local 1961 struct gr_request *req; gr_ep_init() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | xts.c | 81 static int xts_xor_tweak(struct skcipher_request *req, bool second_pass, in xts_xor_tweak() argument 84 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_xor_tweak() 85 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_xor_tweak() 86 const bool cts = (req->cryptlen % XTS_BLOCK_SIZE); in xts_xor_tweak() 93 req = &rctx->subreq; in xts_xor_tweak() 95 skcipher_request_set_tfm(req, tfm); in xts_xor_tweak() 97 err = skcipher_walk_virt(&w, req, false); in xts_xor_tweak() 132 static int xts_xor_tweak_pre(struct skcipher_request *req, bool enc) in xts_xor_tweak_pre() argument 134 return xts_xor_tweak(req, false, enc); in xts_xor_tweak_pre() 137 static int xts_xor_tweak_post(struct skcipher_request *req, boo argument 144 struct skcipher_request *req = areq->data; xts_cts_done() local 158 xts_cts_final(struct skcipher_request *req, int (*crypt)(struct skcipher_request *req)) xts_cts_final() argument 200 struct skcipher_request *req = areq->data; xts_encrypt_done() local 220 struct skcipher_request *req = areq->data; xts_decrypt_done() local 238 xts_init_crypt(struct skcipher_request *req, crypto_completion_t compl) xts_init_crypt() argument 260 xts_encrypt(struct skcipher_request *req) xts_encrypt() argument 277 xts_decrypt(struct skcipher_request *req) xts_decrypt() argument [all...] |
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | ondemand.c | 13 struct cachefiles_req *req; in cachefiles_ondemand_fd_release() local 23 xas_for_each(&xas, req, ULONG_MAX) { in cachefiles_ondemand_fd_release() 24 if (req->msg.object_id == object_id && in cachefiles_ondemand_fd_release() 25 req->msg.opcode == CACHEFILES_OP_READ) { in cachefiles_ondemand_fd_release() 26 req->error = -EIO; in cachefiles_ondemand_fd_release() 27 complete(&req->done); in cachefiles_ondemand_fd_release() 85 struct cachefiles_req *req; in cachefiles_ondemand_fd_ioctl() local 95 req = xa_erase(&cache->reqs, id); in cachefiles_ondemand_fd_ioctl() 96 if (!req) in cachefiles_ondemand_fd_ioctl() 100 complete(&req in cachefiles_ondemand_fd_ioctl() 119 struct cachefiles_req *req; cachefiles_ondemand_copen() local 184 cachefiles_ondemand_get_fd(struct cachefiles_req *req) cachefiles_ondemand_get_fd() argument 240 struct cachefiles_req *req; cachefiles_ondemand_daemon_read() local 316 struct cachefiles_req *req; cachefiles_ondemand_send_req() local 395 cachefiles_ondemand_init_open_req(struct cachefiles_req *req, void *private) cachefiles_ondemand_init_open_req() argument 429 cachefiles_ondemand_init_close_req(struct cachefiles_req *req, void *private) cachefiles_ondemand_init_close_req() argument 454 cachefiles_ondemand_init_read_req(struct cachefiles_req *req, void *private) cachefiles_ondemand_init_read_req() argument [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | xts.c | 82 static int xts_xor_tweak(struct skcipher_request *req, bool second_pass, in xts_xor_tweak() argument 85 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_xor_tweak() 86 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_xor_tweak() 87 const bool cts = (req->cryptlen % XTS_BLOCK_SIZE); in xts_xor_tweak() 94 req = &rctx->subreq; in xts_xor_tweak() 96 skcipher_request_set_tfm(req, tfm); in xts_xor_tweak() 98 err = skcipher_walk_virt(&w, req, false); in xts_xor_tweak() 133 static int xts_xor_tweak_pre(struct skcipher_request *req, bool enc) in xts_xor_tweak_pre() argument 135 return xts_xor_tweak(req, false, enc); in xts_xor_tweak_pre() 138 static int xts_xor_tweak_post(struct skcipher_request *req, boo argument 145 struct skcipher_request *req = data; xts_cts_done() local 159 xts_cts_final(struct skcipher_request *req, int (*crypt)(struct skcipher_request *req)) xts_cts_final() argument 201 struct skcipher_request *req = data; xts_encrypt_done() local 221 struct skcipher_request *req = data; xts_decrypt_done() local 239 xts_init_crypt(struct skcipher_request *req, crypto_completion_t compl) xts_init_crypt() argument 261 xts_encrypt(struct skcipher_request *req) xts_encrypt() argument 278 xts_decrypt(struct skcipher_request *req) xts_decrypt() argument [all...] |
/kernel/linux/linux-6.6/drivers/peci/ |
H A D | cpu.c | 23 struct peci_request *req; in peci_temp_read() local 25 req = peci_xfer_get_temp(device); in peci_temp_read() 26 if (IS_ERR(req)) in peci_temp_read() 27 return PTR_ERR(req); in peci_temp_read() 29 *temp_raw = peci_request_temp_read(req); in peci_temp_read() 31 peci_request_free(req); in peci_temp_read() 50 struct peci_request *req; in peci_pcs_read() local 53 req = peci_xfer_pkg_cfg_readl(device, index, param); in peci_pcs_read() 54 if (IS_ERR(req)) in peci_pcs_read() 55 return PTR_ERR(req); in peci_pcs_read() 85 struct peci_request *req; peci_pci_local_read() local 121 struct peci_request *req; peci_ep_pci_local_read() local 158 struct peci_request *req; peci_mmio_read() local [all...] |
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | bcm-sba-raid.c | 207 struct sba_request *req = NULL; in sba_alloc_request() local 210 list_for_each_entry(req, &sba->reqs_free_list, node) { in sba_alloc_request() 211 if (async_tx_test_ack(&req->tx)) { in sba_alloc_request() 212 list_move_tail(&req->node, &sba->reqs_alloc_list); in sba_alloc_request() 230 req->flags = SBA_REQUEST_STATE_ALLOCED; in sba_alloc_request() 231 req->first = req; in sba_alloc_request() 232 INIT_LIST_HEAD(&req->next); in sba_alloc_request() 233 atomic_set(&req->next_pending_count, 1); in sba_alloc_request() 235 dma_async_tx_descriptor_init(&req in sba_alloc_request() 242 _sba_pending_request(struct sba_device *sba, struct sba_request *req) _sba_pending_request() argument 254 _sba_active_request(struct sba_device *sba, struct sba_request *req) _sba_active_request() argument 271 _sba_abort_request(struct sba_device *sba, struct sba_request *req) _sba_abort_request() argument 283 _sba_free_request(struct sba_device *sba, struct sba_request *req) _sba_free_request() argument 294 sba_free_chained_requests(struct sba_request *req) sba_free_chained_requests() argument 309 sba_chain_request(struct sba_request *first, struct sba_request *req) sba_chain_request() argument 327 struct sba_request *req, *req1; sba_cleanup_nonpending_requests() local 350 struct sba_request *req, *req1; sba_cleanup_pending_requests() local 361 sba_send_mbox_request(struct sba_device *sba, struct sba_request *req) sba_send_mbox_request() argument 391 struct sba_request *req; _sba_process_pending_requests() local 415 sba_process_received_request(struct sba_device *sba, struct sba_request *req) sba_process_received_request() argument 460 struct sba_request *req; sba_write_stats_in_seqfile() local 528 struct sba_request *req, *nreq; sba_tx_submit() local 563 sba_fillup_interrupt_msg(struct sba_request *req, struct brcm_sba_command *cmds, struct brcm_message *msg) sba_fillup_interrupt_msg() argument 625 struct sba_request *req = NULL; sba_prep_dma_interrupt() local 649 sba_fillup_memcpy_msg(struct sba_request *req, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t dst, dma_addr_t src) sba_fillup_memcpy_msg() argument 715 struct sba_request *req = NULL; sba_prep_dma_memcpy_req() local 742 struct sba_request *first = NULL, *req; sba_prep_dma_memcpy() local 768 sba_fillup_xor_msg(struct sba_request *req, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t dst, dma_addr_t *src, u32 src_cnt) sba_fillup_xor_msg() argument 854 struct sba_request *req = NULL; sba_prep_dma_xor_req() local 881 struct sba_request *first = NULL, *req; sba_prep_dma_xor() local 911 sba_fillup_pq_msg(struct sba_request *req, bool pq_continue, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t *dst_p, dma_addr_t *dst_q, const u8 *scf, dma_addr_t *src, u32 src_cnt) sba_fillup_pq_msg() argument 1065 struct sba_request *req = NULL; sba_prep_dma_pq_req() local 1086 sba_fillup_pq_single_msg(struct sba_request *req, bool pq_continue, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t *dst_p, dma_addr_t *dst_q, dma_addr_t src, u8 scf) sba_fillup_pq_single_msg() argument 1320 struct sba_request *req = NULL; sba_prep_dma_pq_single_req() local 1351 struct sba_request *first = NULL, *req; sba_prep_dma_pq() local 1445 struct sba_request *req = m->ctx; sba_receive_message() local 1474 struct sba_request *req = NULL; sba_prealloc_channel_resources() local [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | bcm-sba-raid.c | 199 struct sba_request *req = NULL; in sba_alloc_request() local 202 list_for_each_entry(req, &sba->reqs_free_list, node) { in sba_alloc_request() 203 if (async_tx_test_ack(&req->tx)) { in sba_alloc_request() 204 list_move_tail(&req->node, &sba->reqs_alloc_list); in sba_alloc_request() 222 req->flags = SBA_REQUEST_STATE_ALLOCED; in sba_alloc_request() 223 req->first = req; in sba_alloc_request() 224 INIT_LIST_HEAD(&req->next); in sba_alloc_request() 225 atomic_set(&req->next_pending_count, 1); in sba_alloc_request() 227 dma_async_tx_descriptor_init(&req in sba_alloc_request() 234 _sba_pending_request(struct sba_device *sba, struct sba_request *req) _sba_pending_request() argument 246 _sba_active_request(struct sba_device *sba, struct sba_request *req) _sba_active_request() argument 263 _sba_abort_request(struct sba_device *sba, struct sba_request *req) _sba_abort_request() argument 275 _sba_free_request(struct sba_device *sba, struct sba_request *req) _sba_free_request() argument 286 sba_free_chained_requests(struct sba_request *req) sba_free_chained_requests() argument 301 sba_chain_request(struct sba_request *first, struct sba_request *req) sba_chain_request() argument 319 struct sba_request *req, *req1; sba_cleanup_nonpending_requests() local 342 struct sba_request *req, *req1; sba_cleanup_pending_requests() local 353 sba_send_mbox_request(struct sba_device *sba, struct sba_request *req) sba_send_mbox_request() argument 383 struct sba_request *req; _sba_process_pending_requests() local 407 sba_process_received_request(struct sba_device *sba, struct sba_request *req) sba_process_received_request() argument 452 struct sba_request *req; sba_write_stats_in_seqfile() local 520 struct sba_request *req, *nreq; sba_tx_submit() local 555 sba_fillup_interrupt_msg(struct sba_request *req, struct brcm_sba_command *cmds, struct brcm_message *msg) sba_fillup_interrupt_msg() argument 617 struct sba_request *req = NULL; sba_prep_dma_interrupt() local 641 sba_fillup_memcpy_msg(struct sba_request *req, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t dst, dma_addr_t src) sba_fillup_memcpy_msg() argument 707 struct sba_request *req = NULL; sba_prep_dma_memcpy_req() local 734 struct sba_request *first = NULL, *req; sba_prep_dma_memcpy() local 760 sba_fillup_xor_msg(struct sba_request *req, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t dst, dma_addr_t *src, u32 src_cnt) sba_fillup_xor_msg() argument 846 struct sba_request *req = NULL; sba_prep_dma_xor_req() local 873 struct sba_request *first = NULL, *req; sba_prep_dma_xor() local 903 sba_fillup_pq_msg(struct sba_request *req, bool pq_continue, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t *dst_p, dma_addr_t *dst_q, const u8 *scf, dma_addr_t *src, u32 src_cnt) sba_fillup_pq_msg() argument 1057 struct sba_request *req = NULL; sba_prep_dma_pq_req() local 1078 sba_fillup_pq_single_msg(struct sba_request *req, bool pq_continue, struct brcm_sba_command *cmds, struct brcm_message *msg, dma_addr_t msg_offset, size_t msg_len, dma_addr_t *dst_p, dma_addr_t *dst_q, dma_addr_t src, u8 scf) sba_fillup_pq_single_msg() argument 1312 struct sba_request *req = NULL; sba_prep_dma_pq_single_req() local 1343 struct sba_request *first = NULL, *req; sba_prep_dma_pq() local 1437 struct sba_request *req = m->ctx; sba_receive_message() local 1466 struct sba_request *req = NULL; sba_prealloc_channel_resources() local [all...] |