| /linux/drivers/nvme/target/ |
| H A D | admin-cmd.c | 15 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 D | io-cmd-file.c | 76 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() 252 u16 nvmet_file_flush(struct nvmet_req *req) in nvmet_file_flush() 259 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_flush_work() local 264 static void nvmet_file_execute_flush(struct nvmet_req *req) in nvmet_file_execute_flush() 272 static void nvmet_file_execute_discard(struct nvmet_req *req) in nvmet_file_execute_discard() [all …]
|
| H A D | fabrics-cmd.c | 10 static void nvmet_execute_prop_set(struct nvmet_req *req) in nvmet_execute_prop_set() 38 static void nvmet_execute_prop_get(struct nvmet_req *req) in nvmet_execute_prop_get() 88 u32 nvmet_fabrics_admin_cmd_data_len(struct nvmet_req *req) in nvmet_fabrics_admin_cmd_data_len() 104 u16 nvmet_parse_fabrics_admin_cmd(struct nvmet_req *req) in nvmet_parse_fabrics_admin_cmd() 133 u32 nvmet_fabrics_io_cmd_data_len(struct nvmet_req *req) in nvmet_fabrics_io_cmd_data_len() 149 u16 nvmet_parse_fabrics_io_cmd(struct nvmet_req *req) in nvmet_parse_fabrics_io_cmd() 172 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue() 267 static void nvmet_execute_admin_connect(struct nvmet_req *req) in nvmet_execute_admin_connect() 336 static void nvmet_execute_io_connect(struct nvmet_req *req) in nvmet_execute_io_connect() 397 u32 nvmet_connect_cmd_data_len(struct nvmet_req *req) in nvmet_connect_cmd_data_len() [all …]
|
| H A D | zns.c | 69 void nvmet_execute_identify_ctrl_zns(struct nvmet_req *req) in nvmet_execute_identify_ctrl_zns() 90 void nvmet_execute_identify_ns_zns(struct nvmet_req *req) in nvmet_execute_identify_ns_zns() 150 static u16 nvmet_bdev_validate_zone_mgmt_recv(struct nvmet_req *req) in nvmet_bdev_validate_zone_mgmt_recv() 199 struct nvmet_req *req; member 247 static unsigned long nvmet_req_nr_zones_from_slba(struct nvmet_req *req) in nvmet_req_nr_zones_from_slba() 254 static unsigned long get_nr_zones_from_buf(struct nvmet_req *req, u32 bufsize) in get_nr_zones_from_buf() 265 struct nvmet_req *req = container_of(w, struct nvmet_req, z.zmgmt_work); in nvmet_bdev_zone_zmgmt_recv_work() local 311 void nvmet_bdev_execute_zone_mgmt_recv(struct nvmet_req *req) in nvmet_bdev_execute_zone_mgmt_recv() 348 struct nvmet_req *req; member 392 static u16 nvmet_bdev_zone_mgmt_emulate_all(struct nvmet_req *req) in nvmet_bdev_zone_mgmt_emulate_all() [all …]
|
| /linux/io_uring/ |
| H A D | rw.c | 38 static bool io_file_supports_nowait(struct io_kiocb *req, __poll_t mask) in io_file_supports_nowait() 64 static int io_iov_buffer_select_prep(struct io_kiocb *req) in io_iov_buffer_select_prep() 83 static int io_import_vec(int ddir, struct io_kiocb *req, in io_import_vec() 110 static int __io_import_rw_buffer(int ddir, struct io_kiocb *req, in __io_import_rw_buffer() 132 static inline int io_import_rw_buffer(int rw, struct io_kiocb *req, in io_import_rw_buffer() 147 static bool io_rw_recycle(struct io_kiocb *req, unsigned int issue_flags) in io_rw_recycle() 165 static void io_req_rw_cleanup(struct io_kiocb *req, unsigned int issue_flags) in io_req_rw_cleanup() 204 static int io_rw_alloc_async(struct io_kiocb *req) in io_rw_alloc_async() 232 static int io_prep_rw_pi(struct io_kiocb *req, struct io_rw *rw, int ddir, in io_prep_rw_pi() 259 static int __io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe, in __io_prep_rw() [all …]
|
| H A D | poll.c | 36 struct io_kiocb *req; member 73 static bool io_poll_get_ownership_slowpath(struct io_kiocb *req) in io_poll_get_ownership_slowpath() 94 static inline bool io_poll_get_ownership(struct io_kiocb *req) in io_poll_get_ownership() 101 static void io_poll_mark_cancelled(struct io_kiocb *req) in io_poll_mark_cancelled() 106 static struct io_poll *io_poll_get_double(struct io_kiocb *req) in io_poll_get_double() 114 static struct io_poll *io_poll_get_single(struct io_kiocb *req) in io_poll_get_single() 121 static void io_poll_req_insert(struct io_kiocb *req) in io_poll_req_insert() 171 static void io_poll_remove_entries(struct io_kiocb *req) in io_poll_remove_entries() 211 static void __io_poll_execute(struct io_kiocb *req, int mask) in __io_poll_execute() 225 static inline void io_poll_execute(struct io_kiocb *req, int res) in io_poll_execute() [all …]
|
| H A D | timeout.c | 80 static inline bool io_is_timeout_noseq(struct io_kiocb *req) in io_is_timeout_noseq() 88 static inline void io_put_req(struct io_kiocb *req) in io_put_req() 112 struct io_kiocb *req = tw_req.req; in io_timeout_complete() local 138 struct io_kiocb *req; in io_flush_killed_timeouts() local 151 static void io_kill_timeout(struct io_kiocb *req, struct list_head *list) in io_kill_timeout() 175 struct io_kiocb *req = cmd_to_io_kiocb(timeout); in io_flush_timeouts() local 218 static void io_fail_links(struct io_kiocb *req) in io_fail_links() 242 static inline void io_remove_next_linked(struct io_kiocb *req) in io_remove_next_linked() 250 void io_disarm_next(struct io_kiocb *req) in io_disarm_next() 278 static struct io_kiocb *__io_disarm_linked_timeout(struct io_kiocb *req, in __io_disarm_linked_timeout() [all …]
|
| H A D | xattr.c | 25 void io_xattr_cleanup(struct io_kiocb *req) in io_xattr_cleanup() 34 static void io_xattr_finish(struct io_kiocb *req, int ret) in io_xattr_finish() 42 static int __io_getxattr_prep(struct io_kiocb *req, in __io_getxattr_prep() 74 int io_fgetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_fgetxattr_prep() 79 int io_getxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_getxattr_prep() 97 int io_fgetxattr(struct io_kiocb *req, unsigned int issue_flags) in io_fgetxattr() 109 int io_getxattr(struct io_kiocb *req, unsigned int issue_flags) in io_getxattr() 122 static int __io_setxattr_prep(struct io_kiocb *req, in __io_setxattr_prep() 151 int io_setxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_setxattr_prep() 169 int io_fsetxattr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_fsetxattr_prep() [all …]
|
| H A D | net.c | 123 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() 185 static struct io_async_msghdr *io_msg_alloc_async(struct io_kiocb *req) in io_msg_alloc_async() 200 static inline void io_mshot_prep_retry(struct io_kiocb *req, in io_mshot_prep_retry() 211 static int io_net_import_vec(struct io_kiocb *req, struct io_async_msghdr *iomsg, in io_net_import_vec() 238 static int io_compat_msg_copy_hdr(struct io_kiocb *req, in io_compat_msg_copy_hdr() 289 static int io_msg_copy_hdr(struct io_kiocb *req, struct io_async_msghdr *iomsg, in io_msg_copy_hdr() 342 void io_sendmsg_recvmsg_cleanup(struct io_kiocb *req) in io_sendmsg_recvmsg_cleanup() 349 static int io_send_setup(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_send_setup() [all …]
|
| H A D | openclose.c | 53 static int __io_openat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in __io_openat_prep() 85 void io_openat_bpf_populate(struct io_uring_bpf_ctx *bctx, struct io_kiocb *req) in io_openat_bpf_populate() 94 int io_openat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_openat_prep() 104 int io_openat2_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_openat2_prep() 123 int io_openat2(struct io_kiocb *req, unsigned int issue_flags) in io_openat2() 188 int io_openat(struct io_kiocb *req, unsigned int issue_flags) in io_openat() 193 void io_open_cleanup(struct io_kiocb *req) in io_open_cleanup() 212 static inline int io_close_fixed(struct io_kiocb *req, unsigned int issue_flags) in io_close_fixed() 219 int io_close_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_close_prep() 236 int io_close(struct io_kiocb *req, unsigned int issue_flags) in io_close() [all …]
|
| H A D | io_uring.c | 153 static void io_poison_cached_req(struct io_kiocb *req) in io_poison_cached_req() 163 static void io_poison_req(struct io_kiocb *req) in io_poison_req() 173 static inline void req_fail_link_node(struct io_kiocb *req, int res) in req_fail_link_node() 179 static inline void io_req_add_to_cache(struct io_kiocb *req, struct io_ring_ctx *ctx) in io_req_add_to_cache() 309 static void io_clean_op(struct io_kiocb *req) in io_clean_op() 336 inline void io_req_track_inflight(struct io_kiocb *req) in io_req_track_inflight() 344 static struct io_kiocb *__io_prep_linked_timeout(struct io_kiocb *req) in __io_prep_linked_timeout() 358 static void io_prep_async_work(struct io_kiocb *req) in io_prep_async_work() 390 static void io_prep_async_link(struct io_kiocb *req) in io_prep_async_link() 407 static void io_queue_iowq(struct io_kiocb *req) in io_queue_iowq() [all …]
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_fsf.c | 79 static void zfcp_fsf_class_not_supp(struct zfcp_fsf_req *req) in zfcp_fsf_class_not_supp() 91 void zfcp_fsf_req_free(struct zfcp_fsf_req *req) in zfcp_fsf_req_free() 105 static void zfcp_fsf_status_read_port_closed(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_port_closed() 143 static void zfcp_fsf_link_down_info_eval(struct zfcp_fsf_req *req, in zfcp_fsf_link_down_info_eval() 228 static void zfcp_fsf_status_read_link_down(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_link_down() 257 static void zfcp_fsf_status_read_handler(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_handler() 330 static void zfcp_fsf_fsfstatus_qual_eval(struct zfcp_fsf_req *req) in zfcp_fsf_fsfstatus_qual_eval() 352 static void zfcp_fsf_fsfstatus_eval(struct zfcp_fsf_req *req) in zfcp_fsf_fsfstatus_eval() 371 static void zfcp_fsf_protstatus_eval(struct zfcp_fsf_req *req) in zfcp_fsf_protstatus_eval() 451 static void zfcp_fsf_req_complete(struct zfcp_fsf_req *req) in zfcp_fsf_req_complete() [all …]
|
| /linux/net/sunrpc/ |
| H A D | xprt.c | 81 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/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | mcs_rvu_if.c | 73 struct mcs_set_lmac_mode *req, in rvu_mbox_handler_mcs_set_lmac_mode() 123 struct mcs_intr_info *req; in mcs_notify_pfvf() local 180 struct mcs_intr_cfg *req, in rvu_mbox_handler_mcs_intr_cfg() 205 struct msg_req *req, in rvu_mbox_handler_mcs_get_hw_info() 223 int rvu_mbox_handler_mcs_port_reset(struct rvu *rvu, struct mcs_port_reset_req *req, in rvu_mbox_handler_mcs_port_reset() 239 struct mcs_clear_stats *req, in rvu_mbox_handler_mcs_clear_stats() 261 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_flowid_stats() 292 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_secy_stats() 320 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sc_stats() 344 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sa_stats() [all …]
|
| /linux/drivers/media/mc/ |
| H A D | mc-request.c | 39 static void media_request_clean(struct media_request *req) in media_request_clean() 63 struct media_request *req = in media_request_release() local 81 void media_request_put(struct media_request *req) in media_request_put() 89 struct media_request *req = filp->private_data; in media_request_close() local 98 struct media_request *req = filp->private_data; in media_request_poll() local 121 static long media_request_ioctl_queue(struct media_request *req) in media_request_ioctl_queue() 190 static long media_request_ioctl_reinit(struct media_request *req) in media_request_ioctl_reinit() 231 struct media_request *req = filp->private_data; in media_request_ioctl() local 256 struct media_request *req; in media_request_get_by_fd() local 291 struct media_request *req; in media_request_alloc() local [all …]
|
| /linux/drivers/staging/greybus/ |
| H A D | audio_apbridgea.c | 16 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 D | audio_gb.c | 50 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 D | request.c | 66 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/fs/nfs/ |
| H A D | pagelist.c | 37 const struct nfs_page *req; member 42 const struct nfs_page *req) in nfs_page_iter_page_init() 50 const struct nfs_page *req = i->req; in nfs_page_iter_page_advance() local 58 const struct nfs_page *req = i->req; in nfs_page_iter_page_get() local 199 nfs_page_set_headlock(struct nfs_page *req) in nfs_page_set_headlock() 215 nfs_page_clear_headlock(struct nfs_page *req) in nfs_page_clear_headlock() 234 nfs_page_group_lock(struct nfs_page *req) in nfs_page_group_lock() 249 nfs_page_group_unlock(struct nfs_page *req) in nfs_page_group_unlock() 263 bool nfs_page_group_sync_on_bit_locked(struct nfs_page *req, unsigned int bit) in nfs_page_group_sync_on_bit_locked() 294 bool nfs_page_group_sync_on_bit(struct nfs_page *req, unsigned int bit) in nfs_page_group_sync_on_bit() [all …]
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_req.c | 26 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/net/9p/ |
| H A D | client.c | 158 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc() local 237 struct p9_req_t *req; in p9_tag_lookup() local 302 struct p9_req_t *req; in p9_tag_cleanup() local 322 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb() 399 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors() 476 struct p9_req_t *req; in p9_client_flush() local 507 struct p9_req_t *req; in p9_client_prepare_req() local 556 struct p9_req_t *req; in p9_client_rpc() local 664 struct p9_req_t *req; in p9_client_zc_rpc() local 790 struct p9_req_t *req; in p9_client_version() local [all …]
|
| /linux/kernel/power/ |
| H A D | qos.c | 154 struct pm_qos_flags_request *req) in pm_qos_flags_remove_req() 175 struct pm_qos_flags_request *req, in pm_qos_update_flags() 243 bool cpu_latency_qos_request_active(struct pm_qos_request *req) in cpu_latency_qos_request_active() 249 static void cpu_latency_qos_apply(struct pm_qos_request *req, in cpu_latency_qos_apply() 269 void cpu_latency_qos_add_request(struct pm_qos_request *req, s32 value) in cpu_latency_qos_add_request() 295 void cpu_latency_qos_update_request(struct pm_qos_request *req, s32 new_value) in cpu_latency_qos_update_request() 321 void cpu_latency_qos_remove_request(struct pm_qos_request *req) in cpu_latency_qos_remove_request() 342 struct pm_qos_request *req; in cpu_latency_qos_open() local 356 struct pm_qos_request *req = filp->private_data; in cpu_latency_qos_release() local 369 struct pm_qos_request *req = filp->private_data; in cpu_latency_qos_read() local [all …]
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 70 static inline u64 safexcel_queued_len(struct safexcel_ahash_req *req) in safexcel_queued_len() 109 struct safexcel_ahash_req *req, in safexcel_context_control() 311 struct safexcel_ahash_req *req = ahash_request_ctx_dma(areq); in safexcel_ahash_send_req() local 570 struct safexcel_ahash_req *req = ahash_request_ctx_dma(areq); in safexcel_handle_result() local 609 struct safexcel_ahash_req *req = ahash_request_ctx_dma(areq); in safexcel_ahash_send() local 664 struct safexcel_ahash_req *req = ahash_request_ctx_dma(areq); in safexcel_ahash_cache() local 690 struct safexcel_ahash_req *req = ahash_request_ctx_dma(areq); in safexcel_ahash_enqueue() local 742 struct safexcel_ahash_req *req = ahash_request_ctx_dma(areq); in safexcel_ahash_update() local 767 struct safexcel_ahash_req *req = ahash_request_ctx_dma(areq); in safexcel_ahash_final() local 871 struct safexcel_ahash_req *req = ahash_request_ctx_dma(areq); in safexcel_ahash_finup() local [all …]
|
| /linux/drivers/crypto/rockchip/ |
| H A D | rk3288_crypto_skcipher.c | 23 static int rk_cipher_need_fallback(struct skcipher_request *req) in rk_cipher_need_fallback() 91 static int rk_cipher_handle_req(struct skcipher_request *req) in rk_cipher_handle_req() 155 static int rk_aes_ecb_encrypt(struct skcipher_request *req) in rk_aes_ecb_encrypt() 163 static int rk_aes_ecb_decrypt(struct skcipher_request *req) in rk_aes_ecb_decrypt() 171 static int rk_aes_cbc_encrypt(struct skcipher_request *req) in rk_aes_cbc_encrypt() 179 static int rk_aes_cbc_decrypt(struct skcipher_request *req) in rk_aes_cbc_decrypt() 187 static int rk_des_ecb_encrypt(struct skcipher_request *req) in rk_des_ecb_encrypt() 195 static int rk_des_ecb_decrypt(struct skcipher_request *req) in rk_des_ecb_decrypt() 203 static int rk_des_cbc_encrypt(struct skcipher_request *req) in rk_des_cbc_encrypt() 211 static int rk_des_cbc_decrypt(struct skcipher_request *req) in rk_des_cbc_decrypt() [all …]
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | qplib_tlv.h | 48 static inline u8 __get_cmdq_base_opcode(struct cmdq_base *req, u32 size) in __get_cmdq_base_opcode() 56 static inline void __set_cmdq_base_opcode(struct cmdq_base *req, in __set_cmdq_base_opcode() 65 static inline __le16 __get_cmdq_base_cookie(struct cmdq_base *req, u32 size) in __get_cmdq_base_cookie() 73 static inline void __set_cmdq_base_cookie(struct cmdq_base *req, in __set_cmdq_base_cookie() 82 static inline __le64 __get_cmdq_base_resp_addr(struct cmdq_base *req, u32 size) in __get_cmdq_base_resp_addr() 90 static inline void __set_cmdq_base_resp_addr(struct cmdq_base *req, in __set_cmdq_base_resp_addr() 99 static inline u8 __get_cmdq_base_resp_size(struct cmdq_base *req, u32 size) in __get_cmdq_base_resp_size() 107 static inline void __set_cmdq_base_resp_size(struct cmdq_base *req, in __set_cmdq_base_resp_size() 116 static inline u8 __get_cmdq_base_cmd_size(struct cmdq_base *req, u32 size) in __get_cmdq_base_cmd_size() 124 static inline void __set_cmdq_base_cmd_size(struct cmdq_base *req, in __set_cmdq_base_cmd_size() [all …]
|