/linux/arch/arm64/crypto/ |
H A D | aes-neonbs-glue.c | 95 static int __ecb_crypt(struct skcipher_request *req, in __ecb_crypt() argument 124 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument 129 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument 157 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument 180 cbc_decrypt(struct skcipher_request * req) cbc_decrypt() argument 208 ctr_encrypt(struct skcipher_request * req) ctr_encrypt() argument 277 __xts_crypt(struct skcipher_request * req,bool encrypt,void (* fn)(u8 out[],u8 const in[],u8 const rk[],int rounds,int blocks,u8 iv[])) __xts_crypt() argument 384 xts_encrypt(struct skcipher_request * req) xts_encrypt() argument 389 xts_decrypt(struct skcipher_request * req) xts_decrypt() argument [all...] |
/linux/crypto/ |
H A D | skcipher.c | 39 struct skcipher_request *__restrict req, bool atomic) in skcipher_walk_virt() argument 75 struct aead_request *__restrict req, in skcipher_walk_aead_common() argument 101 skcipher_walk_aead_encrypt(struct skcipher_walk * __restrict walk,struct aead_request * __restrict req,bool atomic) skcipher_walk_aead_encrypt() argument 111 skcipher_walk_aead_decrypt(struct skcipher_walk * __restrict walk,struct aead_request * __restrict req,bool atomic) skcipher_walk_aead_decrypt() argument 186 crypto_skcipher_encrypt(struct skcipher_request * req) crypto_skcipher_encrypt() argument 199 crypto_skcipher_decrypt(struct skcipher_request * req) crypto_skcipher_decrypt() argument 212 crypto_lskcipher_export(struct skcipher_request * req,void * out) crypto_lskcipher_export() argument 225 crypto_lskcipher_import(struct skcipher_request * req,const void * in) crypto_lskcipher_import() argument 238 skcipher_noexport(struct skcipher_request * req,void * out) skcipher_noexport() argument 243 skcipher_noimport(struct skcipher_request * req,const void * in) skcipher_noimport() argument 248 crypto_skcipher_export(struct skcipher_request * req,void * out) crypto_skcipher_export() argument 259 crypto_skcipher_import(struct skcipher_request * req,const void * in) crypto_skcipher_import() argument [all...] |
H A D | cts.c | 65 static inline u8 *crypto_cts_reqctx_space(struct skcipher_request *req) in crypto_cts_reqctx_space() argument 90 struct skcipher_request *req = data; in cts_cbc_crypt_done() local 98 static int cts_cbc_encrypt(struct skcipher_request *req) in cts_cbc_encrypt() argument 130 struct skcipher_request *req = data; crypto_cts_encrypt_done() local 143 crypto_cts_encrypt(struct skcipher_request * req) crypto_cts_encrypt() argument 179 cts_cbc_decrypt(struct skcipher_request * req) cts_cbc_decrypt() argument 224 struct skcipher_request *req = data; crypto_cts_decrypt_done() local 237 crypto_cts_decrypt(struct skcipher_request * req) crypto_cts_decrypt() argument [all...] |
H A D | pcbc.c | 20 static int crypto_pcbc_encrypt_segment(struct skcipher_request *req, in crypto_pcbc_encrypt_segment() argument 42 static int crypto_pcbc_encrypt_inplace(struct skcipher_request *req, in crypto_pcbc_encrypt_inplace() argument 64 static int crypto_pcbc_encrypt(struct skcipher_request *req) in crypto_pcbc_encrypt() argument 87 static int crypto_pcbc_decrypt_segment(struct skcipher_request *req, in crypto_pcbc_decrypt_segment() argument 109 static int crypto_pcbc_decrypt_inplace(struct skcipher_request *req, in crypto_pcbc_decrypt_inplace() argument 131 static int crypto_pcbc_decrypt(struct skcipher_request *req) in crypto_pcbc_decrypt() argument [all...] |
/linux/arch/x86/crypto/ |
H A D | camellia_aesni_avx2_glue.c | 32 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument 42 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument 52 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument 59 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() argument
|
H A D | aria_aesni_avx_glue.c | 48 static int ecb_do_encrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_encrypt() argument 56 static int ecb_do_decrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_decrypt() argument 64 static int aria_avx_ecb_encrypt(struct skcipher_request *req) in aria_avx_ecb_encrypt() argument 72 static int aria_avx_ecb_decrypt(struct skcipher_request *req) in aria_avx_ecb_decrypt() argument 86 aria_avx_ctr_encrypt(struct skcipher_request * req) aria_avx_ctr_encrypt() argument [all...] |
H A D | aria_aesni_avx2_glue.c | 48 static int ecb_do_encrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_encrypt() argument 57 static int ecb_do_decrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_decrypt() argument 66 static int aria_avx2_ecb_encrypt(struct skcipher_request *req) in aria_avx2_ecb_encrypt() argument 74 static int aria_avx2_ecb_decrypt(struct skcipher_request *req) in aria_avx2_ecb_decrypt() argument 88 aria_avx2_ctr_encrypt(struct skcipher_request * req) aria_avx2_ctr_encrypt() argument [all...] |
H A D | aria_gfni_avx512_glue.c | 32 static int ecb_do_encrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_encrypt() argument 42 static int ecb_do_decrypt(struct skcipher_request *req, const u32 *rkey) in ecb_do_decrypt() argument 52 static int aria_avx512_ecb_encrypt(struct skcipher_request *req) in aria_avx512_ecb_encrypt() argument 60 static int aria_avx512_ecb_decrypt(struct skcipher_request *req) in aria_avx512_ecb_decrypt() argument 74 aria_avx512_ctr_encrypt(struct skcipher_request * req) aria_avx512_ctr_encrypt() argument [all...] |
H A D | twofish_avx_glue.c | 40 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument 49 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument 58 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument 65 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() argument
|
H A D | serpent_sse2_glue.c | 43 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument 51 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument 59 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument 66 static int cbc_decrypt(struct skcipher_request *req) in cbc_decrypt() argument
|
/linux/drivers/virt/vboxguest/ |
H A D | vboxguest_core.c | 48 struct vmmdev_hypervisorinfo *req; in vbg_guest_mappings_init() local 133 struct vmmdev_hypervisorinfo *req; vbg_guest_mappings_exit() local 240 struct vmmdev_guest_status *req; vbg_report_driver_status() local 274 struct vmmdev_memballoon_change *req = gdev->mem_balloon.change_req; vbg_balloon_inflate() local 327 struct vmmdev_memballoon_change *req = gdev->mem_balloon.change_req; vbg_balloon_deflate() local 360 struct vmmdev_memballoon_info *req = gdev->mem_balloon.get_req; vbg_balloon_work() local 439 struct vmmdev_heartbeat *req; vbg_heartbeat_host_config() local 552 struct vmmdev_mask *req; vbg_reset_host_event_filter() local 592 struct vmmdev_mask *req; vbg_set_session_event_filter() local 661 struct vmmdev_mask *req; vbg_reset_host_capabilities() local 693 struct vmmdev_mask *req; vbg_set_host_capabilities() local 898 struct vmmdev_host_version *req; vbg_query_host_version() local 1286 vbg_req_allowed(struct vbg_dev * gdev,struct vbg_session * session,const struct vmmdev_request_header * req) vbg_req_allowed() argument 1681 struct vmmdev_write_core_dump *req; vbg_ioctl_write_core_dump() local 1706 vbg_core_ioctl(struct vbg_session * session,unsigned int req,void * data) vbg_core_ioctl() argument 1783 struct vmmdev_mouse_status *req; vbg_core_set_mouse_status() local 1807 struct vmmdev_events *req = gdev->ack_events_req; vbg_core_isr() local [all...] |
/linux/drivers/mtd/ubi/ |
H A D | cdev.c | 431 struct ubi_leb_change_req req; in vol_cdev_ioctl() local 496 struct ubi_map_req req; in vol_cdev_ioctl() local 538 struct ubi_set_vol_prop_req req; vol_cdev_ioctl() local 594 verify_mkvol_req(const struct ubi_device * ubi,const struct ubi_mkvol_req * req) verify_mkvol_req() argument 658 verify_rsvol_req(const struct ubi_device * ubi,const struct ubi_rsvol_req * req) verify_rsvol_req() argument 680 rename_volumes(struct ubi_device * ubi,struct ubi_rnvol_req * req) rename_volumes() argument 833 struct ubi_ecinfo_req req; ubi_get_ec_info() local 914 struct ubi_mkvol_req req; ubi_cdev_ioctl() local 975 struct ubi_rsvol_req req; ubi_cdev_ioctl() local 1007 struct ubi_rnvol_req *req; ubi_cdev_ioctl() local 1086 struct ubi_attach_req req; ctrl_cdev_ioctl() local [all...] |
/linux/arch/s390/pci/ |
H A D | pci_clp.c | 77 struct { u8 _[CLP_BLK_SIZE]; } *req = data; in clp_req() local 494 static int clp_base_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_base_slpc() argument 504 static int clp_base_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_base_command() argument 514 static int clp_pci_slpc(struct clp_req *req, struct clp_req_rsp_slpc_pci *lpcb) in clp_pci_slpc() argument 524 static int clp_pci_list(struct clp_req *req, struc argument 536 clp_pci_query(struct clp_req * req,struct clp_req_rsp_query_pci * lpcb) clp_pci_query() argument 549 clp_pci_query_grp(struct clp_req * req,struct clp_req_rsp_query_pci_grp * lpcb) clp_pci_query_grp() argument 563 clp_pci_command(struct clp_req * req,struct clp_req_hdr * lpcb) clp_pci_command() argument 579 clp_normal_command(struct clp_req * req) clp_normal_command() argument 626 clp_immediate_command(struct clp_req * req) clp_immediate_command() argument 648 struct clp_req req; clp_misc_ioctl() local [all...] |
/linux/include/linux/ |
H A D | nfs_page.h | 125 #define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags)) argument 173 static inline struct folio *nfs_page_to_folio(const struct nfs_page *req) in nfs_page_to_folio() argument 189 nfs_page_to_page(const struct nfs_page * req,size_t pgbase) nfs_page_to_page() argument 203 nfs_page_to_inode(const struct nfs_page * req) nfs_page_to_inode() argument 218 nfs_page_max_length(const struct nfs_page * req) nfs_page_max_length() argument 231 nfs_lock_request(struct nfs_page * req) nfs_lock_request() argument 242 nfs_list_add_request(struct nfs_page * req,struct list_head * head) nfs_list_add_request() argument 253 nfs_list_move_request(struct nfs_page * req,struct list_head * head) nfs_list_move_request() argument 263 nfs_list_remove_request(struct nfs_page * req) nfs_list_remove_request() argument 276 req_offset(const struct nfs_page * req) req_offset() argument 282 nfs_req_openctx(struct nfs_page * req) nfs_req_openctx() argument [all...] |
/linux/drivers/crypto/qce/ |
H A D | aead.c | 26 struct aead_request *req = aead_request_cast(async_req); in qce_aead_done() local 93 qce_aead_prepare_result_buf(struct sg_table * tbl,struct aead_request * req) qce_aead_prepare_result_buf() argument 104 qce_aead_prepare_ccm_result_buf(struct sg_table * tbl,struct aead_request * req) qce_aead_prepare_ccm_result_buf() argument 113 qce_aead_prepare_dst_buf(struct aead_request * req) qce_aead_prepare_dst_buf() argument 185 qce_aead_ccm_prepare_buf_assoclen(struct aead_request * req) qce_aead_ccm_prepare_buf_assoclen() argument 301 qce_aead_prepare_buf(struct aead_request * req) qce_aead_prepare_buf() argument 329 qce_aead_ccm_prepare_buf(struct aead_request * req) qce_aead_ccm_prepare_buf() argument 410 struct aead_request *req = aead_request_cast(async_req); qce_aead_async_req_handle() local 502 qce_aead_crypt(struct aead_request * req,int encrypt) qce_aead_crypt() argument 555 qce_aead_encrypt(struct aead_request * req) qce_aead_encrypt() argument 560 qce_aead_decrypt(struct aead_request * req) qce_aead_decrypt() argument [all...] |
/linux/drivers/misc/mei/ |
H A D | hbm.c | 258 struct hbm_host_version_request req; in mei_hbm_start_req() local 294 struct hbm_dma_setup_request req; in mei_hbm_dma_setup_req() local 336 struct hbm_capability_request req; mei_hbm_capabilities_req() local 375 struct hbm_host_enum_request req; mei_hbm_enum_clients_req() local 471 mei_hbm_fw_add_cl_req(struct mei_device * dev,struct hbm_add_client_request * req) mei_hbm_fw_add_cl_req() argument 503 struct hbm_notification_request req; mei_hbm_cl_notify_req() local 614 struct hbm_client_dma_map_request req; mei_hbm_cl_dma_map_req() local 645 struct hbm_client_dma_unmap_request req; mei_hbm_cl_dma_unmap_req() local 733 struct hbm_props_request req; mei_hbm_prop_req() local 778 struct hbm_power_gate req; mei_hbm_pg() local 806 struct hbm_host_stop_request req; mei_hbm_stop_req() local 827 struct hbm_flow_control req; mei_hbm_cl_flow_control_req() local 905 struct hbm_client_connect_request req; mei_hbm_cl_disconnect_req() local 958 struct hbm_client_connect_request req; mei_hbm_cl_connect_req() local [all...] |
/linux/drivers/usb/gadget/function/ |
H A D | uvc_video.c | 91 uvc_video_encode_bulk(struct usb_request *req, struct uvc_video *video, in uvc_video_encode_bulk() argument 134 uvc_video_encode_isoc_sg(struct usb_request *req, struct uvc_video *video, in uvc_video_encode_isoc_sg() argument 201 uvc_video_encode_isoc(struct usb_request * req,struct uvc_video * video,struct uvc_buffer * buf) uvc_video_encode_isoc() argument 256 uvcg_video_ep_queue(struct uvc_video * video,struct usb_request * req) uvcg_video_ep_queue() argument 282 uvcg_video_usb_req_queue(struct uvc_video * video,struct usb_request * req,bool queue_to_ep) uvcg_video_usb_req_queue() argument 331 uvc_video_complete(struct usb_ep * ep,struct usb_request * req) uvc_video_complete() argument 426 struct usb_request *req; uvcg_video_hw_submit() local 614 struct usb_request *req = NULL; uvcg_video_pump() local 688 struct usb_request *req, *temp; uvcg_video_disable() local [all...] |
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_rep.c | 95 int rvu_mbox_handler_rep_event_notify(struct rvu *rvu, struct rep_event *req, in rvu_mbox_handler_rep_event_notify() argument 114 struct rep_event *req; in rvu_rep_notify_pfvf_state() local 148 rvu_mbox_handler_nix_lf_stats(struct rvu * rvu,struct nix_stats_req * req,struct nix_stats_rsp * rsp) rvu_mbox_handler_nix_lf_stats() argument 198 struct nix_vtag_config req = {}; rvu_rep_tx_vlan_cfg() local 220 struct nix_vtag_config req = {}; rvu_rep_rx_vlan_cfg() local 237 struct npc_install_flow_req req = {}; rvu_rep_install_rx_rule() local 278 struct npc_install_flow_req req = {}; rvu_rep_install_tx_rule() local 424 rvu_mbox_handler_esw_cfg(struct rvu * rvu,struct esw_cfg_req * req,struct msg_rsp * rsp) rvu_mbox_handler_esw_cfg() argument 438 rvu_mbox_handler_get_rep_cnt(struct rvu * rvu,struct msg_req * req,struct get_rep_cnt_rsp * rsp) rvu_mbox_handler_get_rep_cnt() argument [all...] |
/linux/drivers/crypto/ |
H A D | sahara.c | 540 static void sahara_aes_cbc_update_iv(struct skcipher_request *req) in sahara_aes_cbc_update_iv() argument 555 static int sahara_aes_process(struct skcipher_request *req) in sahara_aes_process() argument 644 sahara_aes_fallback(struct skcipher_request * req,unsigned long mode) sahara_aes_fallback() argument 664 sahara_aes_crypt(struct skcipher_request * req,unsigned long mode) sahara_aes_crypt() argument 688 sahara_aes_ecb_encrypt(struct skcipher_request * req) sahara_aes_ecb_encrypt() argument 693 sahara_aes_ecb_decrypt(struct skcipher_request * req) sahara_aes_ecb_decrypt() argument 698 sahara_aes_cbc_encrypt(struct skcipher_request * req) sahara_aes_cbc_encrypt() argument 703 sahara_aes_cbc_decrypt(struct skcipher_request * req) sahara_aes_cbc_decrypt() argument 801 sahara_sha_hw_data_descriptor_create(struct sahara_dev * dev,struct sahara_sha_reqctx * rctx,struct ahash_request * req,int index) sahara_sha_hw_data_descriptor_create() argument 854 sahara_sha_hw_context_descriptor_create(struct sahara_dev * dev,struct sahara_sha_reqctx * rctx,struct ahash_request * req,int index) sahara_sha_hw_context_descriptor_create() argument 871 sahara_sha_prepare_request(struct ahash_request * req) sahara_sha_prepare_request() argument 929 sahara_sha_process(struct ahash_request * req) sahara_sha_process() argument 992 struct ahash_request *req = ahash_request_cast(async_req); sahara_do_one_request() local 999 struct skcipher_request *req = skcipher_request_cast(async_req); sahara_do_one_request() local 1010 sahara_sha_enqueue(struct ahash_request * req,int last) sahara_sha_enqueue() argument 1023 sahara_sha_init(struct ahash_request * req) sahara_sha_init() argument 1049 sahara_sha_update(struct ahash_request * req) sahara_sha_update() argument 1054 sahara_sha_final(struct ahash_request * req) sahara_sha_final() argument 1060 sahara_sha_finup(struct ahash_request * req) sahara_sha_finup() argument 1065 sahara_sha_digest(struct ahash_request * req) sahara_sha_digest() argument 1072 sahara_sha_export(struct ahash_request * req,void * out) sahara_sha_export() argument 1081 sahara_sha_import(struct ahash_request * req,const void * in) sahara_sha_import() argument [all...] |
/linux/drivers/usb/gadget/udc/ |
H A D | gr_udc.c | 91 struct gr_request *req) in gr_dbgprint_request() argument 112 struct gr_request *req) {} in gr_dbgprint_request() argument 129 struct gr_request *req; in gr_seq_ep_show() local 254 gr_free_dma_desc_chain(struct gr_udc * dev,struct gr_request * req) gr_free_dma_desc_chain() argument 282 gr_finish_request(struct gr_ep * ep,struct gr_request * req,int status) gr_finish_request() 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 821 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 1041 gr_ep0_setup(struct gr_udc * dev,struct gr_request * req) gr_ep0_setup() 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...] |
/linux/drivers/scsi/be2iscsi/ |
H A D | be_mgmt.c | 42 struct be_bsg_vendor_cmd *req = nonemb_cmd->va; in mgmt_vendor_specific_fw_cmd() local 120 struct tcp_connect_and_offload_in_v1 *req; in mgmt_open_connection() local 323 struct be_cmd_req_modify_eq_delay *req; beiscsi_modify_eq_delay() local 364 struct be_cmd_hba_name *req; beiscsi_get_initiator_name() local 392 struct be_cmd_get_all_if_id_req *req; beiscsi_if_get_handle() local 440 struct be_cmd_set_def_gateway_req *req; beiscsi_if_mod_gw() local 494 struct be_cmd_get_def_gateway_req *req; beiscsi_if_get_gw() local 517 struct be_cmd_set_ip_addr_req *req; beiscsi_if_clr_ip() local 555 struct be_cmd_set_ip_addr_req *req; beiscsi_if_set_ip() local 747 struct be_cmd_get_if_info_req *req; beiscsi_if_get_info() local 929 struct be_cmd_req_logout_fw_sess *req; beiscsi_boot_logout_sess() local 968 struct be_cmd_reopen_session_req *req; beiscsi_boot_reopen_sess() local 1008 struct be_cmd_get_session_req *req; beiscsi_boot_get_sinfo() local 1057 struct be_cmd_get_boot_target_req *req; __beiscsi_boot_get_shandle() local 1437 struct be_invalidate_connection_params_in *req; beiscsi_invalidate_cxn() local 1476 struct be_tcp_upload_params_in *req; beiscsi_upload_cxn() local 1505 struct invldt_cmds_params_in *req; beiscsi_mgmt_invalidate_icds() local [all...] |
/linux/drivers/infiniband/hw/mana/ |
H A D | main.c | 74 struct gdma_create_pd_req req = {}; in mana_ib_alloc_pd() local 118 struct gdma_destroy_pd_req req = {}; in mana_ib_dealloc_pd() local 147 struct gdma_destroy_resource_range_req req = {}; mana_gd_destroy_doorbell_page() local 172 struct gdma_allocate_resource_range_req req = {}; mana_gd_allocate_doorbell_page() local 678 struct mana_ib_query_adapter_caps_req req = {}; mana_ib_gd_query_adapter_caps() local 725 struct gdma_general_req req = {}; mana_eth_query_adapter_caps() local 838 struct mana_rnic_create_adapter_req req = {}; mana_ib_gd_create_rnic_adapter() local 863 struct mana_rnic_destroy_adapter_req req = {}; mana_ib_gd_destroy_rnic_adapter() local 887 struct mana_rnic_config_addr_req req = {}; mana_ib_gd_add_gid() local 917 struct mana_rnic_config_addr_req req = {}; mana_ib_gd_del_gid() local 944 struct mana_rnic_config_mac_addr_req req = {}; mana_ib_gd_config_mac() local 967 struct mana_rnic_create_cq_req req = {}; mana_ib_gd_create_cq() local 999 struct mana_rnic_destroy_cq_req req = {}; mana_ib_gd_destroy_cq() local 1028 struct mana_rnic_create_qp_req req = {}; mana_ib_gd_create_rc_qp() local 1063 struct mana_rnic_destroy_rc_qp_req req = {0}; mana_ib_gd_destroy_rc_qp() local 1087 struct mana_rnic_create_udqp_req req = {}; mana_ib_gd_create_ud_qp() local 1121 struct mana_rnic_destroy_udqp_req req = {0}; mana_ib_gd_destroy_ud_qp() local [all...] |
/linux/drivers/target/sbp/ |
H A D | sbp_target.c | 53 static int read_peer_guid(u64 *guid, const struct sbp_management_request *req) in read_peer_guid() argument 259 struct sbp_management_agent *agent, struct sbp_management_request *req, in sbp_management_request_login() argument 478 sbp_management_request_query_logins(struct sbp_management_agent * agent,struct sbp_management_request * req,int * status_data_size) sbp_management_request_query_logins() argument 490 sbp_management_request_reconnect(struct sbp_management_agent * agent,struct sbp_management_request * req,int * status_data_size) sbp_management_request_reconnect() argument 549 sbp_management_request_logout(struct sbp_management_agent * agent,struct sbp_management_request * req,int * status_data_size) sbp_management_request_logout() argument 856 struct sbp_target_request *req = tgt_agent_process_work() local 914 struct sbp_target_request *req; sbp_mgt_get_req() local 935 struct sbp_target_request *req; tgt_agent_fetch_work() local 1085 sbp_run_request_transaction(struct sbp_target_request * req,int tcode,unsigned long long offset,void * payload,size_t length) sbp_run_request_transaction() argument 1109 sbp_fetch_command(struct sbp_target_request * req) sbp_fetch_command() argument 1138 sbp_fetch_page_table(struct sbp_target_request * req) sbp_fetch_page_table() argument 1165 sbp_calc_data_length_direction(struct sbp_target_request * req,u32 * data_len,enum dma_data_direction * data_dir) sbp_calc_data_length_direction() argument 1192 sbp_handle_command(struct sbp_target_request * req) sbp_handle_command() argument 1239 sbp_rw_data(struct sbp_target_request * req) sbp_rw_data() argument 1328 sbp_send_status(struct sbp_target_request * req) sbp_send_status() argument 1355 sbp_sense_mangle(struct sbp_target_request * req) sbp_sense_mangle() argument 1422 sbp_send_sense(struct sbp_target_request * req) sbp_send_sense() argument 1439 sbp_free_request(struct sbp_target_request * req) sbp_free_request() argument 1454 struct sbp_management_request *req = agent->request; sbp_mgt_agent_process() local 1594 struct sbp_management_request *req; sbp_mgt_agent_rw() local 1692 struct sbp_target_request *req = container_of(se_cmd, sbp_release_cmd() local 1700 struct sbp_target_request *req = container_of(se_cmd, sbp_write_pending() local 1723 struct sbp_target_request *req = container_of(se_cmd, sbp_queue_data_in() local 1747 struct sbp_target_request *req = container_of(se_cmd, sbp_queue_status() local 1764 struct sbp_target_request *req = container_of(se_cmd, sbp_check_stop_free() local [all...] |
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | ep0.c | 31 struct usb_request *req = &ep->ep0.req.req; in ast_vhub_reply() local 177 ast_vhub_ep0_do_send(struct ast_vhub_ep * ep,struct ast_vhub_req * req) ast_vhub_ep0_do_send() argument 235 ast_vhub_ep0_do_receive(struct ast_vhub_ep * ep,struct ast_vhub_req * req,unsigned int len) ast_vhub_ep0_do_receive() argument 275 struct ast_vhub_req *req; ast_vhub_ep0_handle_ack() local 362 struct ast_vhub_req *req = to_ast_req(u_req); ast_vhub_ep0_queue() local 442 struct ast_vhub_req *req; ast_vhub_ep0_dequeue() local [all...] |
/linux/drivers/misc/genwqe/ |
H A D | card_ddcb.c | 195 struct ddcb_requ *req; in ddcb_requ_alloc() local 206 struct ddcb_requ *req = container_of(cmd, struct ddcb_requ, cmd); in ddcb_requ_free() local 211 static inline enum genwqe_requ_state ddcb_requ_get_state(struct ddcb_requ *req) in ddcb_requ_get_state() argument 216 static inline void ddcb_requ_set_state(struct ddcb_requ *req, in ddcb_requ_set_state() argument 222 ddcb_requ_collect_debug_data(struct ddcb_requ * req) ddcb_requ_collect_debug_data() argument 241 ddcb_requ_finished(struct genwqe_dev * cd,struct ddcb_requ * req) ddcb_requ_finished() argument 330 copy_ddcb_results(struct ddcb_requ * req,int ddcb_no) copy_ddcb_results() argument 378 struct ddcb_requ *req; genwqe_check_ddcb_queue() local 477 __genwqe_wait_ddcb(struct genwqe_dev * cd,struct ddcb_requ * req) __genwqe_wait_ddcb() argument 620 __genwqe_purge_ddcb(struct genwqe_dev * cd,struct ddcb_requ * req) __genwqe_purge_ddcb() argument 754 __genwqe_enqueue_ddcb(struct genwqe_dev * cd,struct ddcb_requ * req,unsigned int f_flags) __genwqe_enqueue_ddcb() argument 917 struct ddcb_requ *req = container_of(cmd, struct ddcb_requ, cmd); __genwqe_execute_raw_ddcb() local [all...] |