/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 804 } *req = NULL; in srp_send_req() local 808 req = kzalloc(sizeof *req, GFP_KERNEL); in srp_send_req() 809 if (!req) in srp_send_req() 812 req->ib_param.flow_control = 1; in srp_send_req() 813 req->ib_param.retry_count = target->tl_retry_count; in srp_send_req() 819 req->ib_param.responder_resources = 4; in srp_send_req() 820 req->ib_param.rnr_retry_count = 7; in srp_send_req() 821 req->ib_param.max_cm_retries = 15; in srp_send_req() 823 req in srp_send_req() 968 struct srp_request *req = scsi_cmd_priv(cmd); srp_exit_cmd_priv() local 986 struct srp_request *req = scsi_cmd_priv(cmd); srp_init_cmd_priv() local 1160 srp_inv_rkey(struct srp_request *req, struct srp_rdma_ch *ch, u32 rkey) srp_inv_rkey() argument 1176 srp_unmap_data(struct scsi_cmnd *scmnd, struct srp_rdma_ch *ch, struct srp_request *req) srp_unmap_data() argument 1223 srp_claim_req(struct srp_rdma_ch *ch, struct srp_request *req, struct scsi_device *sdev, struct scsi_cmnd *scmnd) srp_claim_req() argument 1251 srp_free_req(struct srp_rdma_ch *ch, struct srp_request *req, struct scsi_cmnd *scmnd, s32 req_lim_delta) srp_free_req() argument 1263 srp_finish_req(struct srp_rdma_ch *ch, struct srp_request *req, struct scsi_device *sdev, int result) srp_finish_req() argument 1286 struct srp_request *req = scsi_cmd_priv(scmnd); srp_terminate_cmd() local 1420 srp_map_finish_fr(struct srp_map_state *state, struct srp_request *req, struct srp_rdma_ch *ch, int sg_nents, unsigned int *sg_offset_p) srp_map_finish_fr() argument 1499 srp_map_sg_fr(struct srp_map_state *state, struct srp_rdma_ch *ch, struct srp_request *req, struct scatterlist *scat, int count) srp_map_sg_fr() argument 1527 srp_map_sg_dma(struct srp_map_state *state, struct srp_rdma_ch *ch, struct srp_request *req, struct scatterlist *scat, int count) srp_map_sg_dma() argument 1550 srp_map_idb(struct srp_rdma_ch *ch, struct srp_request *req, void **next_mr, void **end_mr, u32 idb_len, __be32 *idb_rkey) srp_map_idb() argument 1589 srp_check_mapping(struct srp_map_state *state, struct srp_rdma_ch *ch, struct srp_request *req, struct scatterlist *scat, int count) srp_check_mapping() argument 1620 srp_map_data(struct scsi_cmnd *scmnd, struct srp_rdma_ch *ch, struct srp_request *req) srp_map_data() argument 1936 struct srp_request *req; srp_process_rsp() local 2027 srp_process_cred_req(struct srp_rdma_ch *ch, struct srp_cred_req *req) srp_process_cred_req() argument 2041 srp_process_aer_req(struct srp_rdma_ch *ch, struct srp_aer_req *req) srp_process_aer_req() argument 2156 struct srp_request *req = scsi_cmd_priv(scmnd); srp_queuecommand() local 2783 struct srp_request *req = scsi_cmd_priv(scmnd); srp_abort() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | musb_gadget.c | 27 #define is_buffer_mapped(req) (is_dma_capable() && \ 28 (req->map_state != UN_MAPPED)) 129 struct musb_request *req; variable 133 req = to_musb_request(request); 135 list_del(&req->list); 136 if (req->request.status == -EINPROGRESS) 137 req->request.status = status; 138 musb = req->musb; 144 unmap_dma_buffer(req, musb); 146 trace_musb_req_gb(req); variable 161 struct musb_request *req = NULL; nuke() local 223 txstate(struct musb *musb, struct musb_request *req) txstate() argument 409 struct musb_request *req; musb_g_tx() local 518 rxstate(struct musb *musb, struct musb_request *req) rxstate() argument 793 struct musb_request *req; musb_g_rx() local 1151 musb_free_request(struct usb_ep *ep, struct usb_request *req) musb_free_request() argument 1171 musb_ep_restart(struct musb *musb, struct musb_request *req) musb_ep_restart() argument 1183 struct musb_request *req = data; musb_ep_restart_resume_work() local 1190 musb_gadget_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags) musb_gadget_queue() argument 1271 struct musb_request *req = to_musb_request(request); musb_gadget_dequeue() local [all...] |
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | bc_xprt.h | 36 void xprt_complete_bc_request(struct rpc_rqst *req, uint32_t copied); 37 void xprt_init_bc_request(struct rpc_rqst *req, struct rpc_task *task); 38 void xprt_free_bc_request(struct rpc_rqst *req); 45 void xprt_free_bc_rqst(struct rpc_rqst *req); 81 static inline void xprt_free_bc_request(struct rpc_rqst *req) in xprt_free_bc_request() argument
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | bc_xprt.h | 22 void xprt_complete_bc_request(struct rpc_rqst *req, uint32_t copied); 23 void xprt_init_bc_request(struct rpc_rqst *req, struct rpc_task *task); 24 void xprt_free_bc_request(struct rpc_rqst *req); 31 void xprt_free_bc_rqst(struct rpc_rqst *req); 67 static inline void xprt_free_bc_request(struct rpc_rqst *req) in xprt_free_bc_request() argument
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | omap-des.c | 143 struct skcipher_request *req; member 265 if ((dd->flags & FLAGS_CBC) && dd->req->iv) in omap_des_write_ctrl() 266 omap_des_write_n(dd, DES_REG_IV(dd, 0), (void *)dd->req->iv, 2); in omap_des_write_ctrl() 461 crypto_skcipher_reqtfm(dd->req)); in omap_des_crypt_dma_start() 495 struct skcipher_request *req = dd->req; in omap_des_finish_req() local 499 crypto_finalize_skcipher_request(dd->engine, req, err); in omap_des_finish_req() 518 struct skcipher_request *req) in omap_des_handle_queue() 520 if (req) in omap_des_handle_queue() 521 return crypto_transfer_skcipher_request_to_engine(dd->engine, req); in omap_des_handle_queue() 517 omap_des_handle_queue(struct omap_des_dev *dd, struct skcipher_request *req) omap_des_handle_queue() argument 529 struct skcipher_request *req = container_of(areq, struct skcipher_request, base); omap_des_prepare_req() local 586 struct skcipher_request *req = container_of(areq, struct skcipher_request, base); omap_des_crypt_req() local 629 omap_des_crypt(struct skcipher_request *req, unsigned long mode) omap_des_crypt() argument 693 omap_des_ecb_encrypt(struct skcipher_request *req) omap_des_ecb_encrypt() argument 698 omap_des_ecb_decrypt(struct skcipher_request *req) omap_des_ecb_decrypt() argument 703 omap_des_cbc_encrypt(struct skcipher_request *req) omap_des_cbc_encrypt() argument 708 omap_des_cbc_decrypt(struct skcipher_request *req) omap_des_cbc_decrypt() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_midi.c | 256 static void f_midi_handle_out_data(struct usb_ep *ep, struct usb_request *req) in f_midi_handle_out_data() argument 259 u8 *buf = req->buf; in f_midi_handle_out_data() 261 for (i = 0; i + 3 < req->actual; i += 4) in f_midi_handle_out_data() 270 f_midi_complete(struct usb_ep *ep, struct usb_request *req) in f_midi_complete() argument 274 int status = req->status; in f_midi_complete() 279 /* We received stuff. req is queued again, below */ in f_midi_complete() 280 f_midi_handle_out_data(ep, req); in f_midi_complete() 283 * f_midi_transmit eats req, don't queue it again. */ in f_midi_complete() 284 req->length = 0; in f_midi_complete() 295 req in f_midi_complete() 383 struct usb_request *req = f_midi_set_alt() local 397 struct usb_request *req = f_midi_set_alt() local 421 struct usb_request *req = NULL; f_midi_disable() local 447 f_midi_transmit_byte(struct usb_request *req, struct gmidi_in_port *port, uint8_t b) f_midi_transmit_byte() argument 608 struct usb_request *req = NULL; f_midi_do_transmit() local [all...] |
H A D | f_acm.c | 306 struct usb_request *req) in acm_complete_set_line_coding() 311 if (req->status != 0) { in acm_complete_set_line_coding() 313 acm->port_num, req->status); in acm_complete_set_line_coding() 318 if (req->actual != sizeof(acm->port_line_coding)) { in acm_complete_set_line_coding() 320 acm->port_num, req->actual); in acm_complete_set_line_coding() 323 struct usb_cdc_line_coding *value = req->buf; in acm_complete_set_line_coding() 340 struct usb_request *req = cdev->req; in acm_setup() local 365 req->complete = acm_complete_set_line_coding; in acm_setup() 376 memcpy(req in acm_setup() 305 acm_complete_set_line_coding(struct usb_ep *ep, struct usb_request *req) acm_complete_set_line_coding() argument 496 struct usb_request *req; acm_cdc_notify() local 554 acm_cdc_notify_complete(struct usb_ep *ep, struct usb_request *req) acm_cdc_notify_complete() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_midi.c | 256 static void f_midi_handle_out_data(struct usb_ep *ep, struct usb_request *req) in f_midi_handle_out_data() argument 259 u8 *buf = req->buf; in f_midi_handle_out_data() 261 for (i = 0; i + 3 < req->actual; i += 4) in f_midi_handle_out_data() 270 f_midi_complete(struct usb_ep *ep, struct usb_request *req) in f_midi_complete() argument 274 int status = req->status; in f_midi_complete() 279 /* We received stuff. req is queued again, below */ in f_midi_complete() 280 f_midi_handle_out_data(ep, req); in f_midi_complete() 283 * f_midi_transmit eats req, don't queue it again. */ in f_midi_complete() 284 req->length = 0; in f_midi_complete() 295 req in f_midi_complete() 383 struct usb_request *req = f_midi_set_alt() local 397 struct usb_request *req = f_midi_set_alt() local 421 struct usb_request *req = NULL; f_midi_disable() local 447 f_midi_transmit_byte(struct usb_request *req, struct gmidi_in_port *port, uint8_t b) f_midi_transmit_byte() argument 608 struct usb_request *req = NULL; f_midi_do_transmit() local [all...] |
H A D | f_acm.c | 296 struct usb_request *req) in acm_complete_set_line_coding() 301 if (req->status != 0) { in acm_complete_set_line_coding() 303 acm->port_num, req->status); in acm_complete_set_line_coding() 308 if (req->actual != sizeof(acm->port_line_coding)) { in acm_complete_set_line_coding() 310 acm->port_num, req->actual); in acm_complete_set_line_coding() 313 struct usb_cdc_line_coding *value = req->buf; in acm_complete_set_line_coding() 332 struct usb_request *req = cdev->req; in acm_setup() local 357 req->complete = acm_complete_set_line_coding; in acm_setup() 368 memcpy(req in acm_setup() 295 acm_complete_set_line_coding(struct usb_ep *ep, struct usb_request *req) acm_complete_set_line_coding() argument 496 struct usb_request *req; acm_cdc_notify() local 554 acm_cdc_notify_complete(struct usb_ep *ep, struct usb_request *req) acm_cdc_notify_complete() argument [all...] |
/kernel/linux/linux-6.6/tools/tracing/latency/ |
H A D | latency-collector.c | 661 static int printstate_next_ticket(struct entry *req) in printstate_next_ticket() argument 666 req->ticket = r; in printstate_next_ticket() 667 req->ticket_completed_ref = printstate.ticket_completed; in printstate_next_ticket() 673 void printstate_mark_req_completed(const struct entry *req) in printstate_mark_req_completed() argument 675 if (req->ticket > printstate.ticket_completed) in printstate_mark_req_completed() 676 printstate.ticket_completed = req->ticket; in printstate_mark_req_completed() 680 bool printstate_has_new_req_arrived(const struct entry *req) in printstate_has_new_req_arrived() argument 682 return (printstate.ticket_counter != req->ticket); in printstate_has_new_req_arrived() 716 bool prev_req_won_race(const struct entry *req) in prev_req_won_race() argument 718 return (printstate.ticket_completed != req in prev_req_won_race() 761 table_get_probability(const struct entry *req, struct short_msg *msg) table_get_probability() argument 1009 go_to_sleep(const struct entry *req) go_to_sleep() argument 1072 __print_skipmessage(const struct short_msg *resize_msg, const struct timespec *timestamp, char *buffer, size_t bufspace, const struct entry *req, bool excuse, const char *str) __print_skipmessage() argument 1111 print_skipmessage(const struct short_msg *resize_msg, const struct timespec *timestamp, char *buffer, size_t bufspace, const struct entry *req, bool excuse) print_skipmessage() argument 1120 print_lostmessage(const struct timespec *timestamp, char *buffer, size_t bufspace, const struct entry *req, const char *reason) print_lostmessage() argument 1128 print_tracefile(const struct short_msg *resize_msg, const struct timespec *timestamp, char *buffer, size_t bufspace, long slept, const struct entry *req) print_tracefile() argument 1459 struct entry req; tracing_loop() local 1556 struct entry req; do_printloop() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 852 struct hclge_func_status_cmd *req; in hclge_query_function_status() local 858 req = (struct hclge_func_status_cmd *)desc.data; in hclge_query_function_status() 869 if (req->pf_state) in hclge_query_function_status() 874 return hclge_parse_func_status(hdev, req); in hclge_query_function_status() 879 struct hclge_pf_res_cmd *req; in hclge_query_pf_resource() local 891 req = (struct hclge_pf_res_cmd *)desc.data; in hclge_query_pf_resource() 892 hdev->num_tqps = le16_to_cpu(req->tqp_num); in hclge_query_pf_resource() 893 hdev->pkt_buf_size = le16_to_cpu(req->buf_size) << HCLGE_BUF_UNIT_S; in hclge_query_pf_resource() 895 if (req->tx_buf_size) in hclge_query_pf_resource() 897 le16_to_cpu(req in hclge_query_pf_resource() 1263 struct hclge_cfg_param_cmd *req; hclge_parse_cfg() local 1333 struct hclge_cfg_param_cmd *req; hclge_get_cfg() local 1545 struct hclge_cfg_tso_status_cmd *req; hclge_config_tso() local 1559 struct hclge_cfg_gro_status_cmd *req; hclge_config_gro() local 1611 struct hclge_tqp_map_cmd *req; hclge_map_tqps_to_func() local 1816 struct hclge_tx_buff_alloc_cmd *req; hclge_cmd_alloc_tx_buff() local 2201 struct hclge_rx_priv_buff_cmd *req; hclge_rx_priv_buf_alloc() local 2234 struct hclge_rx_priv_wl_buf *req; hclge_rx_priv_wl_config() local 2279 struct hclge_rx_com_thrd *req; hclge_common_thrd_config() local 2322 struct hclge_rx_com_wl *req; hclge_common_wl_config() local 2490 struct hclge_config_mac_speed_dup_cmd *req; hclge_cfg_mac_speed_dup_hw() local 2587 struct hclge_config_auto_neg_cmd *req; hclge_set_autoneg_en() local 2664 struct hclge_config_fec_cmd *req; hclge_set_fec_hw() local 2791 struct hclge_link_status_cmd *req; hclge_get_mac_link_status() local 3402 struct hclge_vf_rst_cmd *req; hclge_set_vf_rst() local 3463 struct hclge_pf_rst_sync_cmd *req; hclge_func_reset_sync_vf() local 3531 struct hclge_reset_cmd *req = (struct hclge_reset_cmd *)desc.data; hclge_func_reset_cmd() local 3775 struct hclge_pf_rst_done_cmd *req; hclge_set_rst_done() local 4214 struct hclge_rss_config_cmd *req; hclge_set_rss_algo_key() local 4250 struct hclge_rss_indirection_table_cmd *req; hclge_set_rss_indir_table() local 4283 struct hclge_rss_tc_mode_cmd *req; hclge_set_rss_tc_mode() local 4329 struct hclge_rss_input_tuple_cmd *req; hclge_set_rss_input_tuple() local 4473 struct hclge_rss_input_tuple_cmd *req; hclge_set_rss_tuple() local 4715 struct hclge_ctrl_vector_chain_cmd *req = hclge_bind_ring_with_vector() local 4820 struct hclge_promisc_cfg_cmd *req; hclge_cmd_set_promisc_mode() local 4902 struct hclge_get_fd_mode_cmd *req; hclge_get_fd_mode() local 4927 struct hclge_get_fd_allocation_cmd *req; hclge_get_fd_allocation() local 4953 struct hclge_set_fd_key_config_cmd *req; hclge_set_fd_key_config() local 5083 struct hclge_fd_ad_config_cmd *req; hclge_fd_ad_config() local 6571 struct hclge_config_mac_mode_cmd *req = hclge_cfg_mac_mode() local 6608 struct hclge_mac_vlan_switch_cmd *req; hclge_config_switch_param() local 6702 struct hclge_config_mac_mode_cmd *req; hclge_set_app_loopback() local 6740 struct hclge_serdes_lb_cmd *req; hclge_cfg_serdes_loopback() local 6879 struct hclge_cfg_com_tqp_queue_cmd *req = hclge_tqp_enable() local 7228 hclge_remove_mac_vlan_tbl(struct hclge_vport *vport, struct hclge_mac_vlan_tbl_entry_cmd *req) hclge_remove_mac_vlan_tbl() argument 7255 hclge_lookup_mac_vlan_tbl(struct hclge_vport *vport, struct hclge_mac_vlan_tbl_entry_cmd *req, struct hclge_desc *desc, bool is_mc) hclge_lookup_mac_vlan_tbl() argument 7298 hclge_add_mac_vlan_tbl(struct hclge_vport *vport, struct hclge_mac_vlan_tbl_entry_cmd *req, struct hclge_desc *mc_desc) hclge_add_mac_vlan_tbl() argument 7354 struct hclge_umv_spc_alc_cmd *req; hclge_set_umv_space() local 7554 struct hclge_mac_vlan_tbl_entry_cmd req; hclge_add_uc_addr_common() local 7623 struct hclge_mac_vlan_tbl_entry_cmd req; hclge_rm_uc_addr_common() local 7662 struct hclge_mac_vlan_tbl_entry_cmd req; hclge_add_mc_addr_common() local 7708 struct hclge_mac_vlan_tbl_entry_cmd req; hclge_rm_mc_addr_common() local 8138 struct hclge_mac_vlan_tbl_entry_cmd req; hclge_check_vf_mac_exist() local 8202 hclge_add_mgr_tbl(struct hclge_dev *hdev, const struct hclge_mac_mgr_tbl_entry_cmd *req) hclge_add_mgr_tbl() argument 8366 struct hclge_vlan_filter_ctrl_cmd *req; hclge_set_vlan_filter_ctrl() local 8523 struct hclge_vlan_filter_pf_cfg_cmd *req; hclge_set_port_vlan_filter() local 8601 struct hclge_vport_vtag_tx_cfg_cmd *req; hclge_set_vlan_tx_offload_cfg() local 8644 struct hclge_vport_vtag_rx_cfg_cmd *req; hclge_set_vlan_rx_offload_cfg() local 9270 struct hclge_config_max_frm_size_cmd *req; hclge_set_mac_mtu() local 9345 struct hclge_reset_tqp_queue_cmd *req; hclge_send_reset_tqp_cmd() local 9368 struct hclge_reset_tqp_queue_cmd *req; hclge_get_reset_status() local 11234 struct hclge_set_led_state_cmd *req; hclge_set_led_status() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_gadget.c | 27 #define is_buffer_mapped(req) (is_dma_capable() && \ 28 (req->map_state != UN_MAPPED)) 129 struct musb_request *req; variable 133 req = to_musb_request(request); 135 list_del(&req->list); 136 if (req->request.status == -EINPROGRESS) 137 req->request.status = status; 138 musb = req->musb; 144 unmap_dma_buffer(req, musb); 146 trace_musb_req_gb(req); variable 161 struct musb_request *req = NULL; nuke() local 223 txstate(struct musb *musb, struct musb_request *req) txstate() argument 409 struct musb_request *req; musb_g_tx() local 518 rxstate(struct musb *musb, struct musb_request *req) rxstate() argument 793 struct musb_request *req; musb_g_rx() local 1151 musb_free_request(struct usb_ep *ep, struct usb_request *req) musb_free_request() argument 1171 musb_ep_restart(struct musb *musb, struct musb_request *req) musb_ep_restart() argument 1183 struct musb_request *req = data; musb_ep_restart_resume_work() local 1190 musb_gadget_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags) musb_gadget_queue() argument 1271 struct musb_request *req = to_musb_request(request); musb_gadget_dequeue() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_comp.c | 326 if (qp->req.wait_psn) { in check_ack() 327 qp->req.wait_psn = 0; in check_ack() 328 rxe_sched_task(&qp->req.task); in check_ack() 474 * we completed something so let req run again in do_complete() 477 if (qp->req.wait_fence) { in do_complete() 478 qp->req.wait_fence = 0; in do_complete() 479 rxe_sched_task(&qp->req.task); in do_complete() 489 if (qp->attr.sq_draining && qp->comp.psn == qp->req.psn) { in comp_check_sq_drain_done() 514 atomic_inc(&qp->req.rd_atomic); in complete_ack() 515 if (qp->req in complete_ack() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_io.h | 78 struct snic_host_req *req; member 81 u16 req_len; /* buf len passing to fw (req + sgl)*/ 101 ((struct snic_host_req *) (((struct snic_req_info *)rqi)->req)) 103 #define req_to_rqi(req) \ 104 ((struct snic_req_info *) (((struct snic_host_req *)req)->hdr.init_ctx)) 106 #define req_to_sgl(req) \ 107 ((struct snic_sg_desc *) (((struct snic_host_req *)req)+1))
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | akcipher.h | 31 static inline void *akcipher_request_ctx(struct akcipher_request *req) in akcipher_request_ctx() argument 33 return req->__ctx; in akcipher_request_ctx() 36 static inline void *akcipher_request_ctx_dma(struct akcipher_request *req) in akcipher_request_ctx_dma() argument 43 return PTR_ALIGN(akcipher_request_ctx(req), align); in akcipher_request_ctx_dma() 69 static inline void akcipher_request_complete(struct akcipher_request *req, in akcipher_request_complete() argument 72 crypto_request_complete(&req->base, err); in akcipher_request_complete()
|
H A D | kpp.h | 48 static inline void *kpp_request_ctx(struct kpp_request *req) in kpp_request_ctx() argument 50 return req->__ctx; in kpp_request_ctx() 53 static inline void *kpp_request_ctx_dma(struct kpp_request *req) in kpp_request_ctx_dma() argument 60 return PTR_ALIGN(kpp_request_ctx(req), align); in kpp_request_ctx_dma() 86 static inline void kpp_request_complete(struct kpp_request *req, int err) in kpp_request_complete() argument 88 crypto_request_complete(&req->base, err); in kpp_request_complete()
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_io.h | 64 struct snic_host_req *req; member 67 u16 req_len; /* buf len passing to fw (req + sgl)*/ 87 ((struct snic_host_req *) (((struct snic_req_info *)rqi)->req)) 89 #define req_to_rqi(req) \ 90 ((struct snic_req_info *) (((struct snic_host_req *)req)->hdr.init_ctx)) 92 #define req_to_sgl(req) \ 93 ((struct snic_sg_desc *) (((struct snic_host_req *)req)+1))
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | epoll.c | 24 int io_epoll_ctl_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_epoll_ctl_prep() argument 26 struct io_epoll *epoll = io_kiocb_to_cmd(req, struct io_epoll); in io_epoll_ctl_prep() 46 int io_epoll_ctl(struct io_kiocb *req, unsigned int issue_flags) in io_epoll_ctl() argument 48 struct io_epoll *ie = io_kiocb_to_cmd(req, struct io_epoll); in io_epoll_ctl() 57 req_set_fail(req); in io_epoll_ctl() 58 io_req_set_res(req, ret, 0); in io_epoll_ctl()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | assembler.h | 8 .macro __for from:req, to:req 17 .macro _for var:req, from:req, to:req, insn:vararg variable 18 .macro _for__body \var:req
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_tracing_net.h | 74 #define ir_loc_addr req.__req_common.skc_rcv_saddr 75 #define ir_num req.__req_common.skc_num 76 #define ir_rmt_addr req.__req_common.skc_daddr 77 #define ir_rmt_port req.__req_common.skc_dport 78 #define ir_v6_rmt_addr req.__req_common.skc_v6_daddr 79 #define ir_v6_loc_addr req.__req_common.skc_v6_rcv_saddr
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 572 struct mport_dma_req *req = container_of(ref, struct mport_dma_req, in dma_req_free() local 574 struct mport_cdev_priv *priv = req->priv; in dma_req_free() 576 dma_unmap_sg(req->dmach->device->dev, in dma_req_free() 577 req->sgt.sgl, req->sgt.nents, req->dir); in dma_req_free() 578 sg_free_table(&req->sgt); in dma_req_free() 579 if (req->page_list) { in dma_req_free() 580 unpin_user_pages(req->page_list, req in dma_req_free() 597 struct mport_dma_req *req = (struct mport_dma_req *)param; dma_xfer_callback() local 691 do_dma_request(struct mport_dma_req *req, struct rio_transfer_io *xfer, enum rio_transfer_sync sync, int nents) do_dma_request() argument 813 struct mport_dma_req *req; rio_dma_transfer() local 1011 struct mport_dma_req *req; rio_mport_wait_for_async_dma() local 1949 struct mport_dma_req *req, *req_next; mport_cdev_release_dma() local [all...] |
/drivers/peripheral/usb/gadget/function/mtp/include/ |
H A D | usbfn_mtp_impl.h | 42 /* req count for control xfer */ 45 /* req count for bulk-out xfer */ 48 /* req count for bulk-in xfer */ 102 struct DListHead readPool; /* ready/idle read(bulk-out) req */ 103 struct DListHead readQueue; /* working async read(bulk-out) req */ 107 struct DListHead writePool; /* ready/idle write(bulk-in) req */ 108 struct DListHead writeQueue; /* working async write(bulk-in) req */ 186 static void UsbFnRequestReadComplete(uint8_t pipe, struct UsbFnRequest *req); 187 static void UsbFnRequestWriteComplete(uint8_t pipe, struct UsbFnRequest *req); 188 static void UsbFnRequestNotifyComplete(uint8_t pipe, struct UsbFnRequest *req); [all...] |
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | camellia_glue.c | 88 static int __ecb_crypt(struct skcipher_request *req, bool encrypt) in __ecb_crypt() argument 90 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb_crypt() 102 err = skcipher_walk_virt(&walk, req, true); in __ecb_crypt() 120 static int ecb_encrypt(struct skcipher_request *req) in ecb_encrypt() argument 122 return __ecb_crypt(req, true); in ecb_encrypt() 125 static int ecb_decrypt(struct skcipher_request *req) in ecb_decrypt() argument 127 return __ecb_crypt(req, false); in ecb_decrypt() 138 static int cbc_encrypt(struct skcipher_request *req) in cbc_encrypt() argument 140 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt() 152 err = skcipher_walk_virt(&walk, req, tru in cbc_encrypt() 167 cbc_decrypt(struct skcipher_request *req) cbc_decrypt() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | chacha_glue.c | 163 static int chacha_simd_stream_xor(struct skcipher_request *req, in chacha_simd_stream_xor() argument 170 err = skcipher_walk_virt(&walk, req, false); in chacha_simd_stream_xor() 198 static int chacha_simd(struct skcipher_request *req) in chacha_simd() argument 200 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chacha_simd() 203 return chacha_simd_stream_xor(req, ctx, req->iv); in chacha_simd() 206 static int xchacha_simd(struct skcipher_request *req) in xchacha_simd() argument 208 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xchacha_simd() 214 chacha_init_generic(state, ctx->key, req->iv); in xchacha_simd() 216 if (req in xchacha_simd() [all...] |
/kernel/linux/linux-5.10/drivers/clk/sunxi/ |
H A D | clk-factors.c | 89 struct clk_rate_request *req) in clk_factors_determine_rate() 100 .rate = req->rate, in clk_factors_determine_rate() 107 parent_rate = clk_hw_round_rate(parent, req->rate); in clk_factors_determine_rate() 115 if (child_rate <= req->rate && child_rate > best_child_rate) { in clk_factors_determine_rate() 125 req->best_parent_hw = best_parent; in clk_factors_determine_rate() 126 req->best_parent_rate = best; in clk_factors_determine_rate() 127 req->rate = best_child_rate; in clk_factors_determine_rate() 135 struct factors_request req = { in clk_factors_set_rate() local 144 factors->get_factors(&req); in clk_factors_set_rate() 153 reg = FACTOR_SET(config->nshift, config->nwidth, reg, req in clk_factors_set_rate() 88 clk_factors_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) clk_factors_determine_rate() argument [all...] |