Home
last modified time | relevance | path

Searched defs:req (Results 1 – 25 of 1636) sorted by relevance

12345678910>>...66

/linux/drivers/nvme/target/ !
H A Dadmin-cmd.c15 static void nvmet_execute_delete_sq(struct nvmet_req *req) in nvmet_execute_delete_sq()
41 static void nvmet_execute_create_sq(struct nvmet_req *req) in nvmet_execute_create_sq()
83 static void nvmet_execute_delete_cq(struct nvmet_req *req) in nvmet_execute_delete_cq()
110 static void nvmet_execute_create_cq(struct nvmet_req *req) in nvmet_execute_create_cq()
155 static u32 nvmet_feat_data_len(struct nvmet_req *req, u32 cdw10) in nvmet_feat_data_len()
170 static void nvmet_execute_get_log_page_noop(struct nvmet_req *req) in nvmet_execute_get_log_page_noop()
175 static void nvmet_execute_get_log_page_error(struct nvmet_req *req) in nvmet_execute_get_log_page_error()
201 static void nvmet_execute_get_supported_log_pages(struct nvmet_req *req) in nvmet_execute_get_supported_log_pages()
230 static u16 nvmet_get_smart_log_nsid(struct nvmet_req *req, in nvmet_get_smart_log_nsid()
259 static u16 nvmet_get_smart_log_all(struct nvmet_req *req, in nvmet_get_smart_log_all()
[all …]
H A Dio-cmd-file.c76 static ssize_t nvmet_file_submit_bvec(struct nvmet_req *req, loff_t pos, in nvmet_file_submit_bvec()
105 struct nvmet_req *req = container_of(iocb, struct nvmet_req, f.iocb); in nvmet_file_io_done() local
120 static bool nvmet_file_execute_io(struct nvmet_req *req, int ki_flags) in nvmet_file_execute_io()
207 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_buffered_io_work() local
212 static void nvmet_file_submit_buffered_io(struct nvmet_req *req) in nvmet_file_submit_buffered_io()
218 static void nvmet_file_execute_rw(struct nvmet_req *req) in nvmet_file_execute_rw()
253 u16 nvmet_file_flush(struct nvmet_req *req) in nvmet_file_flush()
260 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_flush_work() local
265 static void nvmet_file_execute_flush(struct nvmet_req *req) in nvmet_file_execute_flush()
273 static void nvmet_file_execute_discard(struct nvmet_req *req) in nvmet_file_execute_discard()
[all …]
H A Dio-cmd-bdev.c130 u16 blk_to_nvme_status(struct nvmet_req *req, blk_status_t blk_sts) in blk_to_nvme_status()
182 struct nvmet_req *req = bio->bi_private; in nvmet_bio_done() local
189 static int nvmet_bdev_alloc_bip(struct nvmet_req *req, struct bio *bio, in nvmet_bdev_alloc_bip()
234 static int nvmet_bdev_alloc_bip(struct nvmet_req *req, struct bio *bio, in nvmet_bdev_alloc_bip()
241 static void nvmet_bdev_execute_rw(struct nvmet_req *req) in nvmet_bdev_execute_rw()
335 static void nvmet_bdev_execute_flush(struct nvmet_req *req) in nvmet_bdev_execute_flush()
355 u16 nvmet_bdev_flush(struct nvmet_req *req) in nvmet_bdev_flush()
365 static u16 nvmet_bdev_discard_range(struct nvmet_req *req, in nvmet_bdev_discard_range()
382 static void nvmet_bdev_execute_discard(struct nvmet_req *req) in nvmet_bdev_execute_discard()
412 static void nvmet_bdev_execute_dsm(struct nvmet_req *req) in nvmet_bdev_execute_dsm()
[all …]
H A Dzns.c69 void nvmet_execute_identify_ctrl_zns(struct nvmet_req *req) in nvmet_execute_identify_ctrl_zns()
94 void nvmet_execute_identify_ns_zns(struct nvmet_req *req) in nvmet_execute_identify_ns_zns()
154 static u16 nvmet_bdev_validate_zone_mgmt_recv(struct nvmet_req *req) in nvmet_bdev_validate_zone_mgmt_recv()
203 struct nvmet_req *req; member
251 static unsigned long nvmet_req_nr_zones_from_slba(struct nvmet_req *req) in nvmet_req_nr_zones_from_slba()
258 static unsigned long get_nr_zones_from_buf(struct nvmet_req *req, u32 bufsize) in get_nr_zones_from_buf()
269 struct nvmet_req *req = container_of(w, struct nvmet_req, z.zmgmt_work); in nvmet_bdev_zone_zmgmt_recv_work() local
315 void nvmet_bdev_execute_zone_mgmt_recv(struct nvmet_req *req) in nvmet_bdev_execute_zone_mgmt_recv()
352 struct nvmet_req *req; member
396 static u16 nvmet_bdev_zone_mgmt_emulate_all(struct nvmet_req *req) in nvmet_bdev_zone_mgmt_emulate_all()
[all …]
H A Dpassthru.c33 static u16 nvmet_passthru_override_id_descs(struct nvmet_req *req) in nvmet_passthru_override_id_descs()
80 static u16 nvmet_passthru_override_id_ctrl(struct nvmet_req *req) in nvmet_passthru_override_id_ctrl()
175 static u16 nvmet_passthru_override_id_ns(struct nvmet_req *req) in nvmet_passthru_override_id_ns()
216 struct nvmet_req *req = container_of(w, struct nvmet_req, p.work); in nvmet_passthru_execute_cmd_work() local
252 struct nvmet_req *req = rq->end_io_data; in nvmet_passthru_req_done() local
260 static int nvmet_passthru_map_sg(struct nvmet_req *req, struct request *rq) in nvmet_passthru_map_sg()
296 static void nvmet_passthru_execute_cmd(struct nvmet_req *req) in nvmet_passthru_execute_cmd()
377 static void nvmet_passthru_set_host_behaviour(struct nvmet_req *req) in nvmet_passthru_set_host_behaviour()
408 static u16 nvmet_setup_passthru_command(struct nvmet_req *req) in nvmet_setup_passthru_command()
415 u16 nvmet_parse_passthru_io_cmd(struct nvmet_req *req) in nvmet_parse_passthru_io_cmd()
[all …]
/linux/drivers/crypto/marvell/cesa/ !
H A Dhash.c28 struct ahash_request *req) in mv_cesa_ahash_req_iter_init()
50 mv_cesa_ahash_dma_alloc_cache(struct mv_cesa_ahash_dma_req *req, gfp_t flags) in mv_cesa_ahash_dma_alloc_cache()
61 mv_cesa_ahash_dma_free_cache(struct mv_cesa_ahash_dma_req *req) in mv_cesa_ahash_dma_free_cache()
70 static int mv_cesa_ahash_dma_alloc_padding(struct mv_cesa_ahash_dma_req *req, in mv_cesa_ahash_dma_alloc_padding()
84 static void mv_cesa_ahash_dma_free_padding(struct mv_cesa_ahash_dma_req *req) in mv_cesa_ahash_dma_free_padding()
94 static inline void mv_cesa_ahash_dma_last_cleanup(struct ahash_request *req) in mv_cesa_ahash_dma_last_cleanup()
101 static inline void mv_cesa_ahash_dma_cleanup(struct ahash_request *req) in mv_cesa_ahash_dma_cleanup()
110 static inline void mv_cesa_ahash_cleanup(struct ahash_request *req) in mv_cesa_ahash_cleanup()
121 static void mv_cesa_ahash_last_cleanup(struct ahash_request *req) in mv_cesa_ahash_last_cleanup()
161 static void mv_cesa_ahash_std_step(struct ahash_request *req) in mv_cesa_ahash_std_step()
[all …]
H A Dcipher.c42 struct skcipher_request *req) in mv_cesa_skcipher_req_iter_init()
59 mv_cesa_skcipher_dma_cleanup(struct skcipher_request *req) in mv_cesa_skcipher_dma_cleanup()
75 static inline void mv_cesa_skcipher_cleanup(struct skcipher_request *req) in mv_cesa_skcipher_cleanup()
86 static void mv_cesa_skcipher_std_step(struct skcipher_request *req) in mv_cesa_skcipher_std_step()
126 static int mv_cesa_skcipher_std_process(struct skcipher_request *req, in mv_cesa_skcipher_std_process()
145 static int mv_cesa_skcipher_process(struct crypto_async_request *req, in mv_cesa_skcipher_process()
158 static void mv_cesa_skcipher_step(struct crypto_async_request *req) in mv_cesa_skcipher_step()
170 mv_cesa_skcipher_dma_prepare(struct skcipher_request *req) in mv_cesa_skcipher_dma_prepare()
179 mv_cesa_skcipher_std_prepare(struct skcipher_request *req) in mv_cesa_skcipher_std_prepare()
188 static inline void mv_cesa_skcipher_prepare(struct crypto_async_request *req, in mv_cesa_skcipher_prepare()
[all …]
/linux/drivers/s390/scsi/ !
H A Dzfcp_fsf.c80 static void zfcp_fsf_class_not_supp(struct zfcp_fsf_req *req) in zfcp_fsf_class_not_supp()
92 void zfcp_fsf_req_free(struct zfcp_fsf_req *req) in zfcp_fsf_req_free()
106 static void zfcp_fsf_status_read_port_closed(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_port_closed()
144 static void zfcp_fsf_link_down_info_eval(struct zfcp_fsf_req *req, in zfcp_fsf_link_down_info_eval()
229 static void zfcp_fsf_status_read_link_down(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_link_down()
258 static void zfcp_fsf_status_read_handler(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_handler()
331 static void zfcp_fsf_fsfstatus_qual_eval(struct zfcp_fsf_req *req) in zfcp_fsf_fsfstatus_qual_eval()
353 static void zfcp_fsf_fsfstatus_eval(struct zfcp_fsf_req *req) in zfcp_fsf_fsfstatus_eval()
372 static void zfcp_fsf_protstatus_eval(struct zfcp_fsf_req *req) in zfcp_fsf_protstatus_eval()
452 static void zfcp_fsf_req_complete(struct zfcp_fsf_req *req) in zfcp_fsf_req_complete()
[all …]
/linux/drivers/crypto/aspeed/ !
H A Daspeed-hace-crypto.c67 struct skcipher_request *req) in aspeed_hace_crypto_handle_queue()
81 struct skcipher_request *req = skcipher_request_cast(areq); in aspeed_crypto_do_request() local
104 struct skcipher_request *req; in aspeed_sk_complete() local
133 struct skcipher_request *req; in aspeed_sk_transfer_sg() local
154 struct skcipher_request *req; in aspeed_sk_transfer() local
184 struct skcipher_request *req; in aspeed_sk_start() local
225 struct skcipher_request *req; in aspeed_sk_start_sg() local
368 struct skcipher_request *req; in aspeed_hace_skcipher_trigger() local
406 static int aspeed_des_crypt(struct skcipher_request *req, u32 cmd) in aspeed_des_crypt()
464 static int aspeed_tdes_ctr_decrypt(struct skcipher_request *req) in aspeed_tdes_ctr_decrypt()
[all …]
/linux/net/sunrpc/ !
H A Dxprt.c81 static unsigned long xprt_request_timeout(const struct rpc_rqst *req) in xprt_request_timeout()
267 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt() local
331 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt_cong() local
461 __xprt_get_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in __xprt_get_cong()
480 __xprt_put_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in __xprt_put_cong()
499 xprt_request_get_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in xprt_request_get_cong()
520 struct rpc_rqst *req = task->tk_rqstp; in xprt_release_rqst_cong() local
564 struct rpc_rqst *req = task->tk_rqstp; in xprt_adjust_cwnd() local
654 static unsigned long xprt_calc_majortimeo(struct rpc_rqst *req, in xprt_calc_majortimeo()
668 static void xprt_reset_majortimeo(struct rpc_rqst *req, in xprt_reset_majortimeo()
[all …]
/linux/io_uring/ !
H A During_cmd.c25 static void io_req_uring_cleanup(struct io_kiocb *req, unsigned int issue_flags) in io_req_uring_cleanup()
44 void io_uring_cmd_cleanup(struct io_kiocb *req) in io_uring_cmd_cleanup()
53 struct io_kiocb *req; in io_uring_try_cancel_uring_cmd() local
80 struct io_kiocb *req = cmd_to_io_kiocb(cmd); in io_uring_cmd_del_cancelable() local
104 struct io_kiocb *req = cmd_to_io_kiocb(cmd); in io_uring_cmd_mark_cancelable() local
116 static void io_uring_cmd_work(struct io_kiocb *req, io_tw_token_t tw) in io_uring_cmd_work()
132 struct io_kiocb *req = cmd_to_io_kiocb(ioucmd); in __io_uring_cmd_do_in_task() local
143 static inline void io_req_set_cqe32_extra(struct io_kiocb *req, in io_req_set_cqe32_extra()
157 struct io_kiocb *req = cmd_to_io_kiocb(ioucmd); in io_uring_cmd_done() local
185 int io_uring_cmd_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_uring_cmd_prep()
[all …]
H A Drefs.h11 #define req_ref_zero_or_close_to_overflow(req) \ argument
14 static inline bool req_ref_inc_not_zero(struct io_kiocb *req) in req_ref_inc_not_zero()
20 static inline bool req_ref_put_and_test_atomic(struct io_kiocb *req) in req_ref_put_and_test_atomic()
27 static inline bool req_ref_put_and_test(struct io_kiocb *req) in req_ref_put_and_test()
36 static inline void req_ref_get(struct io_kiocb *req) in req_ref_get()
43 static inline void req_ref_put(struct io_kiocb *req) in req_ref_put()
50 static inline void __io_req_set_refcount(struct io_kiocb *req, int nr) in __io_req_set_refcount()
58 static inline void io_req_set_refcount(struct io_kiocb *req) in io_req_set_refcount()
H A Dtimeout.c41 static inline bool io_is_timeout_noseq(struct io_kiocb *req) in io_is_timeout_noseq()
49 static inline void io_put_req(struct io_kiocb *req) in io_put_req()
71 static void io_timeout_complete(struct io_kiocb *req, io_tw_token_t tw) in io_timeout_complete()
98 struct io_kiocb *req; in io_flush_killed_timeouts() local
111 static void io_kill_timeout(struct io_kiocb *req, struct list_head *list) in io_kill_timeout()
135 struct io_kiocb *req = cmd_to_io_kiocb(timeout); in io_flush_timeouts() local
176 static void io_fail_links(struct io_kiocb *req) in io_fail_links()
200 static inline void io_remove_next_linked(struct io_kiocb *req) in io_remove_next_linked()
208 void io_disarm_next(struct io_kiocb *req) in io_disarm_next()
236 static struct io_kiocb *__io_disarm_linked_timeout(struct io_kiocb *req, in __io_disarm_linked_timeout()
[all …]
H A Dxattr.c25 void io_xattr_cleanup(struct io_kiocb *req) in io_xattr_cleanup()
36 static void io_xattr_finish(struct io_kiocb *req, int ret) in io_xattr_finish()
44 static int __io_getxattr_prep(struct io_kiocb *req, in __io_getxattr_prep()
76 int io_fgetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_fgetxattr_prep()
81 int io_getxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_getxattr_prep()
103 int io_fgetxattr(struct io_kiocb *req, unsigned int issue_flags) in io_fgetxattr()
115 int io_getxattr(struct io_kiocb *req, unsigned int issue_flags) in io_getxattr()
128 static int __io_setxattr_prep(struct io_kiocb *req, in __io_setxattr_prep()
157 int io_setxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_setxattr_prep()
179 int io_fsetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_fsetxattr_prep()
[all …]
H A Dfs.c50 int io_renameat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_renameat_prep()
81 int io_renameat(struct io_kiocb *req, unsigned int issue_flags) in io_renameat()
96 void io_renameat_cleanup(struct io_kiocb *req) in io_renameat_cleanup()
104 int io_unlinkat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_unlinkat_prep()
130 int io_unlinkat(struct io_kiocb *req, unsigned int issue_flags) in io_unlinkat()
147 void io_unlinkat_cleanup(struct io_kiocb *req) in io_unlinkat_cleanup()
154 int io_mkdirat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_mkdirat_prep()
177 int io_mkdirat(struct io_kiocb *req, unsigned int issue_flags) in io_mkdirat()
191 void io_mkdirat_cleanup(struct io_kiocb *req) in io_mkdirat_cleanup()
198 int io_symlinkat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_symlinkat_prep()
[all …]
H A Dnet.c123 int io_shutdown_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_shutdown_prep()
136 int io_shutdown(struct io_kiocb *req, unsigned int issue_flags) in io_shutdown()
166 static void io_netmsg_recycle(struct io_kiocb *req, unsigned int issue_flags) in io_netmsg_recycle()
187 static struct io_async_msghdr *io_msg_alloc_async(struct io_kiocb *req) in io_msg_alloc_async()
202 static inline void io_mshot_prep_retry(struct io_kiocb *req, in io_mshot_prep_retry()
213 static int io_net_import_vec(struct io_kiocb *req, struct io_async_msghdr *iomsg, in io_net_import_vec()
240 static int io_compat_msg_copy_hdr(struct io_kiocb *req, in io_compat_msg_copy_hdr()
291 static int io_msg_copy_hdr(struct io_kiocb *req, struct io_async_msghdr *iomsg, in io_msg_copy_hdr()
344 void io_sendmsg_recvmsg_cleanup(struct io_kiocb *req) in io_sendmsg_recvmsg_cleanup()
351 static int io_send_setup(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_send_setup()
[all …]
/linux/drivers/crypto/intel/keembay/ !
H A Dkeembay-ocs-aes-core.c252 static int kmb_ocs_sk_validate_input(struct skcipher_request *req, in kmb_ocs_sk_validate_input()
308 static int kmb_ocs_sk_common(struct skcipher_request *req, in kmb_ocs_sk_common()
374 static void kmb_ocs_sk_dma_cleanup(struct skcipher_request *req) in kmb_ocs_sk_dma_cleanup()
398 static int kmb_ocs_sk_prepare_inplace(struct skcipher_request *req) in kmb_ocs_sk_prepare_inplace()
447 static int kmb_ocs_sk_prepare_notinplace(struct skcipher_request *req) in kmb_ocs_sk_prepare_notinplace()
514 static int kmb_ocs_sk_run(struct skcipher_request *req) in kmb_ocs_sk_run()
594 static int kmb_ocs_aead_validate_input(struct aead_request *req, in kmb_ocs_aead_validate_input()
635 static int kmb_ocs_aead_common(struct aead_request *req, in kmb_ocs_aead_common()
682 static void kmb_ocs_aead_dma_cleanup(struct aead_request *req) in kmb_ocs_aead_dma_cleanup()
719 static int kmb_ocs_aead_dma_prepare(struct aead_request *req, u32 *src_dll_size) in kmb_ocs_aead_dma_prepare()
[all …]
/linux/drivers/staging/greybus/ !
H A Daudio_apbridgea.c16 struct audio_apbridgea_set_config_request req; in gb_audio_apbridgea_set_config() local
33 struct audio_apbridgea_register_cport_request req; in gb_audio_apbridgea_register_cport() local
54 struct audio_apbridgea_unregister_cport_request req; in gb_audio_apbridgea_unregister_cport() local
74 struct audio_apbridgea_set_tx_data_size_request req; in gb_audio_apbridgea_set_tx_data_size() local
88 struct audio_apbridgea_prepare_tx_request req; in gb_audio_apbridgea_prepare_tx() local
101 struct audio_apbridgea_start_tx_request req; in gb_audio_apbridgea_start_tx() local
114 struct audio_apbridgea_stop_tx_request req; in gb_audio_apbridgea_stop_tx() local
127 struct audio_apbridgea_shutdown_tx_request req; in gb_audio_apbridgea_shutdown_tx() local
140 struct audio_apbridgea_set_rx_data_size_request req; in gb_audio_apbridgea_set_rx_data_size() local
154 struct audio_apbridgea_prepare_rx_request req; in gb_audio_apbridgea_prepare_rx() local
[all …]
H A Daudio_gb.c50 struct gb_audio_get_control_request req; in gb_audio_gb_get_control() local
72 struct gb_audio_set_control_request req; in gb_audio_gb_set_control() local
86 struct gb_audio_enable_widget_request req; in gb_audio_gb_enable_widget() local
98 struct gb_audio_disable_widget_request req; in gb_audio_gb_disable_widget() local
111 struct gb_audio_get_pcm_request req; in gb_audio_gb_get_pcm() local
135 struct gb_audio_set_pcm_request req; in gb_audio_gb_set_pcm() local
151 struct gb_audio_set_tx_data_size_request req; in gb_audio_gb_set_tx_data_size() local
164 struct gb_audio_activate_tx_request req; in gb_audio_gb_activate_tx() local
176 struct gb_audio_deactivate_tx_request req; in gb_audio_gb_deactivate_tx() local
188 struct gb_audio_set_rx_data_size_request req; in gb_audio_gb_set_rx_data_size() local
[all …]
/linux/net/handshake/ !
H A Drequest.c66 static bool handshake_req_hash_add(struct handshake_req *req) in handshake_req_hash_add()
76 static void handshake_req_destroy(struct handshake_req *req) in handshake_req_destroy()
88 struct handshake_req *req; in handshake_sk_destruct() local
111 struct handshake_req *req; in handshake_req_alloc() local
137 void *handshake_req_private(struct handshake_req *req) in handshake_req_private()
144 struct handshake_req *req) in __add_pending_locked()
154 struct handshake_req *req) in __remove_pending_locked()
166 static bool remove_pending(struct handshake_net *hn, struct handshake_req *req) in remove_pending()
182 struct handshake_req *req, *pos; in handshake_req_next() local
222 int handshake_req_submit(struct socket *sock, struct handshake_req *req, in handshake_req_submit()
[all …]
/linux/drivers/media/mc/ !
H A Dmc-request.c39 static void media_request_clean(struct media_request *req) in media_request_clean()
62 struct media_request *req = in media_request_release() local
79 void media_request_put(struct media_request *req) in media_request_put()
87 struct media_request *req = filp->private_data; in media_request_close() local
96 struct media_request *req = filp->private_data; in media_request_poll() local
119 static long media_request_ioctl_queue(struct media_request *req) in media_request_ioctl_queue()
188 static long media_request_ioctl_reinit(struct media_request *req) in media_request_ioctl_reinit()
224 struct media_request *req = filp->private_data; in media_request_ioctl() local
249 struct media_request *req; in media_request_get_by_fd() local
284 struct media_request *req; in media_request_alloc() local
[all …]
/linux/drivers/accel/ivpu/ !
H A Divpu_jsm_msg.c98 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_REGISTER_DB }; in ivpu_jsm_register_db() local
117 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_UNREGISTER_DB }; in ivpu_jsm_unregister_db() local
133 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_QUERY_ENGINE_HB }; in ivpu_jsm_get_heartbeat() local
156 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_ENGINE_RESET }; in ivpu_jsm_reset_engine() local
177 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_ENGINE_PREEMPT }; in ivpu_jsm_preempt_engine() local
197 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_DYNDBG_CONTROL }; in ivpu_jsm_dyndbg_control() local
215 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_TRACE_GET_CAPABILITY }; in ivpu_jsm_trace_get_capability() local
235 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_TRACE_SET_CONFIG }; in ivpu_jsm_trace_set_config() local
253 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_SSID_RELEASE }; in ivpu_jsm_context_release() local
269 struct vpu_jsm_msg req = { .type = VPU_JSM_MSG_PWR_D0I3_ENTER }; in ivpu_jsm_pwr_d0i3_enter() local
[all …]
/linux/drivers/block/drbd/ !
H A Ddrbd_req.c26 struct drbd_request *req; in drbd_req_new() local
59 struct drbd_request *req) in drbd_remove_request_interval()
73 struct drbd_request *req = container_of(kref, struct drbd_request, kref); in drbd_req_destroy() local
193 void drbd_req_complete(struct drbd_request *req, struct bio_and_error *m) in drbd_req_complete()
292 static void drbd_req_put_completion_ref(struct drbd_request *req, struct bio_and_error *m, int put) in drbd_req_put_completion_ref()
320 static void set_if_null_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_next()
329 static void advance_conn_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in advance_conn_req_next()
350 …ic void set_if_null_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_ack_pending()
359 …c void advance_conn_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request *req) in advance_conn_req_ack_pending()
380 …c void set_if_null_req_not_net_done(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_not_net_done()
[all …]
/linux/drivers/crypto/amcc/ !
H A Dcrypto4xx_alg.c66 static inline int crypto4xx_crypt(struct skcipher_request *req, in crypto4xx_crypt()
85 int crypto4xx_encrypt_noiv_block(struct skcipher_request *req) in crypto4xx_encrypt_noiv_block()
90 int crypto4xx_encrypt_iv_stream(struct skcipher_request *req) in crypto4xx_encrypt_iv_stream()
95 int crypto4xx_decrypt_noiv_block(struct skcipher_request *req) in crypto4xx_decrypt_noiv_block()
100 int crypto4xx_decrypt_iv_stream(struct skcipher_request *req) in crypto4xx_decrypt_iv_stream()
105 int crypto4xx_encrypt_iv_block(struct skcipher_request *req) in crypto4xx_encrypt_iv_block()
110 int crypto4xx_decrypt_iv_block(struct skcipher_request *req) in crypto4xx_decrypt_iv_block()
205 int crypto4xx_rfc3686_encrypt(struct skcipher_request *req) in crypto4xx_rfc3686_encrypt()
220 int crypto4xx_rfc3686_decrypt(struct skcipher_request *req) in crypto4xx_rfc3686_decrypt()
236 crypto4xx_ctr_crypt(struct skcipher_request *req, bool encrypt) in crypto4xx_ctr_crypt()
[all …]
/linux/include/media/ !
H A Dmedia-request.h87 media_request_lock_for_access(struct media_request *req) in media_request_lock_for_access()
111 static inline void media_request_unlock_for_access(struct media_request *req) in media_request_unlock_for_access()
132 media_request_lock_for_update(struct media_request *req) in media_request_lock_for_update()
159 static inline void media_request_unlock_for_update(struct media_request *req) in media_request_unlock_for_update()
177 static inline void media_request_get(struct media_request *req) in media_request_get()
223 static inline void media_request_get(struct media_request *req) in media_request_get()
227 static inline void media_request_put(struct media_request *req) in media_request_put()
272 struct media_request *req; member
383 media_request_lock_for_access(struct media_request *req) in media_request_lock_for_access()
388 static inline void media_request_unlock_for_access(struct media_request *req) in media_request_unlock_for_access()
[all …]

12345678910>>...66