Home
last modified time | relevance | path

Searched refs:req (Results 1101 - 1125 of 4292) sorted by relevance

1...<<41424344454647484950>>...172

/kernel/linux/linux-5.10/net/9p/
H A Dtrans_virtio.c129 struct p9_req_t *req; in req_done() local
136 while ((req = virtqueue_get_buf(chan->vq, &len)) != NULL) { in req_done()
143 req->rc.size = len; in req_done()
144 p9_client_cb(chan->client, req, REQ_STATUS_RCVD); in req_done()
190 static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancel() argument
195 /* Reply won't come, so drop req ref */
196 static int p9_virtio_cancelled(struct p9_client *client, struct p9_req_t *req) in p9_virtio_cancelled() argument
198 p9_req_put(req); in p9_virtio_cancelled()
246 * @req: request to be issued
251 p9_virtio_request(struct p9_client *client, struct p9_req_t *req) in p9_virtio_request() argument
387 p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req, struct iov_iter *uidata, struct iov_iter *uodata, int inlen, int outlen, int in_hdr_len) p9_virtio_zc_request() argument
[all...]
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dpdr_interface.c123 struct servreg_register_listener_req req; in pdr_register_listener() local
133 req.enable = enable; in pdr_register_listener()
134 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_register_listener()
140 &req); in pdr_register_listener()
250 struct servreg_set_ack_req req; in pdr_send_indack_msg() local
259 req.transaction_id = tid; in pdr_send_indack_msg()
260 strscpy(req.service_path, pds->service_path, sizeof(req.service_path)); in pdr_send_indack_msg()
266 &req); in pdr_send_indack_msg()
356 pdr_get_domain_list(struct servreg_get_domain_list_req *req, struct servreg_get_domain_list_resp *resp, struct pdr_handle *pdr) pdr_get_domain_list() argument
398 struct servreg_get_domain_list_req req; pdr_locate_service() local
571 struct servreg_restart_pd_req req = { 0 }; pdr_restart_pd() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c13 } req = { in mt76_connac_mcu_start_firmware() local
18 return mt76_mcu_send_msg(dev, MCU_CMD(FW_START_REQ), &req, in mt76_connac_mcu_start_firmware()
19 sizeof(req), true); in mt76_connac_mcu_start_firmware()
28 } req = { in mt76_connac_mcu_patch_sem_ctrl() local
33 &req, sizeof(req), true); in mt76_connac_mcu_patch_sem_ctrl()
42 } req = { in mt76_connac_mcu_start_patch() local
47 &req, sizeof(req), true); in mt76_connac_mcu_start_patch()
60 } req in mt76_connac_mcu_init_download() local
197 } req = { mt76_connac_mcu_set_vif_ps() local
218 } __packed req = { mt76_connac_mcu_set_rts_thresh() local
1644 struct mt76_connac_hw_scan_req *req; mt76_connac_mcu_hw_scan() local
1748 } __packed req = { mt76_connac_mcu_cancel_hw_scan() local
1772 struct mt76_connac_sched_scan_req *req; mt76_connac_mcu_sched_scan_req() local
1858 } __packed req = { mt76_connac_mcu_sched_scan_enable() local
1874 struct mt76_connac_config req = { mt76_connac_mcu_chip_config() local
1887 struct mt76_connac_config req = { mt76_connac_mcu_set_deep_sleep() local
2342 } __packed req = { mt76_connac_mcu_set_p2p_oppps() local
2450 } req = { mt76_connac_mcu_set_arp_filter() local
2476 } __packed req = { mt76_connac_mcu_set_gtk_rekey() local
2504 } req = { mt76_connac_mcu_set_suspend_mode() local
2568 } req = { mt76_connac_mcu_set_wow_ctrl() local
2623 } req = { mt76_connac_mcu_set_hif_suspend() local
2670 } __packed req = { mt76_connac_mcu_reg_rr() local
2684 } __packed req = { mt76_connac_mcu_reg_wr() local
2904 } __packed req = { mt76_connac_mcu_set_pm() local
2920 } req = { mt76_connac_mcu_restart() local
2938 } __packed req = { mt76_connac_mcu_rdd_cmd() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Daes_cbc.c71 static int p8_aes_cbc_crypt(struct skcipher_request *req, int enc) in p8_aes_cbc_crypt() argument
73 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in p8_aes_cbc_crypt()
80 struct skcipher_request *subreq = skcipher_request_ctx(req); in p8_aes_cbc_crypt()
82 *subreq = *req; in p8_aes_cbc_crypt()
88 ret = skcipher_walk_virt(&walk, req, false); in p8_aes_cbc_crypt()
107 static int p8_aes_cbc_encrypt(struct skcipher_request *req) in p8_aes_cbc_encrypt() argument
109 return p8_aes_cbc_crypt(req, 1); in p8_aes_cbc_encrypt()
112 static int p8_aes_cbc_decrypt(struct skcipher_request *req) in p8_aes_cbc_decrypt() argument
114 return p8_aes_cbc_crypt(req, 0); in p8_aes_cbc_decrypt()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Duaccess-asm.h19 .macro check_uaccess, addr:req, size:req, limit:req, tmp:req, bad:req variable
31 .macro uaccess_mask_range_ptr, addr:req, size:req, limit:req, tmp:req variable
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Duaccess-asm.h19 .macro check_uaccess, addr:req, size:req, limit:req, tmp:req, bad:req variable
31 .macro uaccess_mask_range_ptr, addr:req, size:req, limit:req, tmp:req variable
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dgadget.h76 * dwc3_gadget_move_started_request - move @req to the started_list
77 * @req: the request to be moved
79 * Caller should take care of locking. This function will move @req from its
82 static inline void dwc3_gadget_move_started_request(struct dwc3_request *req) in dwc3_gadget_move_started_request() argument
84 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request()
86 req->status = DWC3_REQUEST_STATUS_STARTED; in dwc3_gadget_move_started_request()
87 list_move_tail(&req->list, &dep->started_list); in dwc3_gadget_move_started_request()
91 * dwc3_gadget_move_cancelled_request - move @req to the cancelled_list
92 * @req: the request to be moved
94 * Caller should take care of locking. This function will move @req fro
97 dwc3_gadget_move_cancelled_request(struct dwc3_request *req) dwc3_gadget_move_cancelled_request() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dgadget.h76 * dwc3_gadget_move_started_request - move @req to the started_list
77 * @req: the request to be moved
79 * Caller should take care of locking. This function will move @req from its
82 static inline void dwc3_gadget_move_started_request(struct dwc3_request *req) in dwc3_gadget_move_started_request() argument
84 struct dwc3_ep *dep = req->dep; in dwc3_gadget_move_started_request()
86 req->status = DWC3_REQUEST_STATUS_STARTED; in dwc3_gadget_move_started_request()
87 list_move_tail(&req->list, &dep->started_list); in dwc3_gadget_move_started_request()
91 * dwc3_gadget_move_cancelled_request - move @req to the cancelled_list
92 * @req: the request to be moved
95 * Caller should take care of locking. This function will move @req fro
98 dwc3_gadget_move_cancelled_request(struct dwc3_request *req, unsigned int reason) dwc3_gadget_move_cancelled_request() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/vmx/
H A Daes_cbc.c71 static int p8_aes_cbc_crypt(struct skcipher_request *req, int enc) in p8_aes_cbc_crypt() argument
73 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in p8_aes_cbc_crypt()
80 struct skcipher_request *subreq = skcipher_request_ctx(req); in p8_aes_cbc_crypt()
82 *subreq = *req; in p8_aes_cbc_crypt()
88 ret = skcipher_walk_virt(&walk, req, false); in p8_aes_cbc_crypt()
107 static int p8_aes_cbc_encrypt(struct skcipher_request *req) in p8_aes_cbc_encrypt() argument
109 return p8_aes_cbc_crypt(req, 1); in p8_aes_cbc_encrypt()
112 static int p8_aes_cbc_decrypt(struct skcipher_request *req) in p8_aes_cbc_decrypt() argument
114 return p8_aes_cbc_crypt(req, 0); in p8_aes_cbc_decrypt()
/kernel/linux/linux-5.10/crypto/
H A Dalgif_hash.c29 struct ahash_request req; member
39 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_alloc_result()
57 ds = crypto_ahash_digestsize(crypto_ahash_reqtfm(&ctx->req)); in hash_free_result()
81 err = crypto_wait_req(crypto_ahash_init(&ctx->req), &ctx->wait); in hash_sendmsg()
100 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, NULL, len); in hash_sendmsg()
102 err = crypto_wait_req(crypto_ahash_update(&ctx->req), in hash_sendmsg()
120 ahash_request_set_crypt(&ctx->req, NULL, ctx->result, 0); in hash_sendmsg()
121 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg()
153 ahash_request_set_crypt(&ctx->req, ctx->sgl.sg, ctx->result, size); in hash_sendpage()
157 err = crypto_ahash_finup(&ctx->req); in hash_sendpage()
236 struct ahash_request *req = &ctx->req; hash_accept() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm4-neon-glue.c38 static int sm4_ecb_do_crypt(struct skcipher_request *req, const u32 *rkey) in sm4_ecb_do_crypt() argument
44 err = skcipher_walk_virt(&walk, req, false); in sm4_ecb_do_crypt()
66 static int sm4_ecb_encrypt(struct skcipher_request *req) in sm4_ecb_encrypt() argument
68 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in sm4_ecb_encrypt()
71 return sm4_ecb_do_crypt(req, ctx->rkey_enc); in sm4_ecb_encrypt()
74 static int sm4_ecb_decrypt(struct skcipher_request *req) in sm4_ecb_decrypt() argument
76 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in sm4_ecb_decrypt()
79 return sm4_ecb_do_crypt(req, ctx->rkey_dec); in sm4_ecb_decrypt()
82 static int sm4_cbc_encrypt(struct skcipher_request *req) in sm4_cbc_encrypt() argument
84 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in sm4_cbc_encrypt()
114 sm4_cbc_decrypt(struct skcipher_request *req) sm4_cbc_decrypt() argument
145 sm4_cfb_encrypt(struct skcipher_request *req) sm4_cfb_encrypt() argument
185 sm4_cfb_decrypt(struct skcipher_request *req) sm4_cfb_decrypt() argument
229 sm4_ctr_crypt(struct skcipher_request *req) sm4_ctr_crypt() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c85 struct cmsg_req_map_alloc_tbl *req; in nfp_bpf_ctrl_alloc_map() local
90 skb = nfp_bpf_cmsg_alloc(bpf, sizeof(*req)); in nfp_bpf_ctrl_alloc_map()
94 req = (void *)skb->data; in nfp_bpf_ctrl_alloc_map()
95 req->key_size = cpu_to_be32(map->key_size); in nfp_bpf_ctrl_alloc_map()
96 req->value_size = cpu_to_be32(map->value_size); in nfp_bpf_ctrl_alloc_map()
97 req->max_entries = cpu_to_be32(map->max_entries); in nfp_bpf_ctrl_alloc_map()
98 req->map_type = cpu_to_be32(map->map_type); in nfp_bpf_ctrl_alloc_map()
99 req->map_flags = 0; in nfp_bpf_ctrl_alloc_map()
123 struct cmsg_req_map_free_tbl *req; in nfp_bpf_ctrl_free_map() local
127 skb = nfp_bpf_cmsg_alloc(bpf, sizeof(*req)); in nfp_bpf_ctrl_free_map()
152 nfp_bpf_ctrl_req_key(struct nfp_app_bpf *bpf, struct cmsg_req_map_op *req, unsigned int n) nfp_bpf_ctrl_req_key() argument
159 nfp_bpf_ctrl_req_val(struct nfp_app_bpf *bpf, struct cmsg_req_map_op *req, unsigned int n) nfp_bpf_ctrl_req_val() argument
300 struct cmsg_req_map_op *req; nfp_bpf_ctrl_entry_op() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dscan.c53 wl->scan.req = NULL; in wl1271_scan_complete_work()
334 struct cfg80211_scan_request *req) in wlcore_scan()
342 BUG_ON(req->n_channels > WL1271_MAX_CHANNELS); in wlcore_scan()
357 wl->scan.req = req; in wlcore_scan()
365 wl->ops->scan_start(wl, wlvif, req); in wlcore_scan()
373 struct cfg80211_sched_scan_request *req) in wlcore_scan_sched_scan_ssid_list()
376 struct cfg80211_match_set *sets = req->match_sets; in wlcore_scan_sched_scan_ssid_list()
377 struct cfg80211_ssid *ssids = req->ssids; in wlcore_scan_sched_scan_ssid_list()
383 for (i = 0; i < req in wlcore_scan_sched_scan_ssid_list()
332 wlcore_scan(struct wl1271 *wl, struct ieee80211_vif *vif, const u8 *ssid, size_t ssid_len, struct cfg80211_scan_request *req) wlcore_scan() argument
371 wlcore_scan_sched_scan_ssid_list(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct cfg80211_sched_scan_request *req) wlcore_scan_sched_scan_ssid_list() argument
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dezx-pcap.c269 struct pcap_adc_request *req; in pcap_adc_irq() local
274 req = pcap->adc_queue[pcap->adc_head]; in pcap_adc_irq()
276 if (WARN(!req, "adc irq without pending request\n")) { in pcap_adc_irq()
284 tmp |= (req->ch[0] << PCAP_ADC_ADA1_SHIFT); in pcap_adc_irq()
285 tmp |= (req->ch[1] << PCAP_ADC_ADA2_SHIFT); in pcap_adc_irq()
296 req->callback(req->data, res); in pcap_adc_irq()
297 kfree(req); in pcap_adc_irq()
308 struct pcap_adc_request *req; in pcap_adc_async() local
312 req in pcap_adc_async()
342 struct pcap_adc_sync_request *req = param; pcap_adc_sync_cb() local
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H A Dezx-pcap.c267 struct pcap_adc_request *req; in pcap_adc_irq() local
272 req = pcap->adc_queue[pcap->adc_head]; in pcap_adc_irq()
274 if (WARN(!req, "adc irq without pending request\n")) { in pcap_adc_irq()
282 tmp |= (req->ch[0] << PCAP_ADC_ADA1_SHIFT); in pcap_adc_irq()
283 tmp |= (req->ch[1] << PCAP_ADC_ADA2_SHIFT); in pcap_adc_irq()
294 req->callback(req->data, res); in pcap_adc_irq()
295 kfree(req); in pcap_adc_irq()
306 struct pcap_adc_request *req; in pcap_adc_async() local
310 req in pcap_adc_async()
340 struct pcap_adc_sync_request *req = param; pcap_adc_sync_cb() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c85 struct cmsg_req_map_alloc_tbl *req; in nfp_bpf_ctrl_alloc_map() local
90 skb = nfp_bpf_cmsg_alloc(bpf, sizeof(*req)); in nfp_bpf_ctrl_alloc_map()
94 req = (void *)skb->data; in nfp_bpf_ctrl_alloc_map()
95 req->key_size = cpu_to_be32(map->key_size); in nfp_bpf_ctrl_alloc_map()
96 req->value_size = cpu_to_be32(map->value_size); in nfp_bpf_ctrl_alloc_map()
97 req->max_entries = cpu_to_be32(map->max_entries); in nfp_bpf_ctrl_alloc_map()
98 req->map_type = cpu_to_be32(map->map_type); in nfp_bpf_ctrl_alloc_map()
99 req->map_flags = 0; in nfp_bpf_ctrl_alloc_map()
123 struct cmsg_req_map_free_tbl *req; in nfp_bpf_ctrl_free_map() local
127 skb = nfp_bpf_cmsg_alloc(bpf, sizeof(*req)); in nfp_bpf_ctrl_free_map()
152 nfp_bpf_ctrl_req_key(struct nfp_app_bpf *bpf, struct cmsg_req_map_op *req, unsigned int n) nfp_bpf_ctrl_req_key() argument
159 nfp_bpf_ctrl_req_val(struct nfp_app_bpf *bpf, struct cmsg_req_map_op *req, unsigned int n) nfp_bpf_ctrl_req_val() argument
300 struct cmsg_req_map_op *req; nfp_bpf_ctrl_entry_op() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dscan.c53 wl->scan.req = NULL; in wl1271_scan_complete_work()
332 struct cfg80211_scan_request *req) in wlcore_scan()
340 BUG_ON(req->n_channels > WL1271_MAX_CHANNELS); in wlcore_scan()
355 wl->scan.req = req; in wlcore_scan()
363 wl->ops->scan_start(wl, wlvif, req); in wlcore_scan()
371 struct cfg80211_sched_scan_request *req) in wlcore_scan_sched_scan_ssid_list()
374 struct cfg80211_match_set *sets = req->match_sets; in wlcore_scan_sched_scan_ssid_list()
375 struct cfg80211_ssid *ssids = req->ssids; in wlcore_scan_sched_scan_ssid_list()
381 for (i = 0; i < req in wlcore_scan_sched_scan_ssid_list()
330 wlcore_scan(struct wl1271 *wl, struct ieee80211_vif *vif, const u8 *ssid, size_t ssid_len, struct cfg80211_scan_request *req) wlcore_scan() argument
369 wlcore_scan_sched_scan_ssid_list(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct cfg80211_sched_scan_request *req) wlcore_scan_sched_scan_ssid_list() argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/
H A Dcore.c204 const struct nand_page_io_req *req) in spinand_load_page_op()
207 unsigned int row = nanddev_pos_to_row(nand, &req->pos); in spinand_load_page_op()
214 const struct nand_page_io_req *req) in spinand_read_from_cache_op()
224 if (req->datalen) { in spinand_read_from_cache_op()
230 if (req->ooblen) { in spinand_read_from_cache_op()
238 rdesc = spinand->dirmaps[req->pos.plane].rdesc; in spinand_read_from_cache_op()
253 if (req->datalen) in spinand_read_from_cache_op()
254 memcpy(req->databuf.in, spinand->databuf + req->dataoffs, in spinand_read_from_cache_op()
255 req in spinand_read_from_cache_op()
203 spinand_load_page_op(struct spinand_device *spinand, const struct nand_page_io_req *req) spinand_load_page_op() argument
213 spinand_read_from_cache_op(struct spinand_device *spinand, const struct nand_page_io_req *req) spinand_read_from_cache_op() argument
271 spinand_write_to_cache_op(struct spinand_device *spinand, const struct nand_page_io_req *req) spinand_write_to_cache_op() argument
324 spinand_program_op(struct spinand_device *spinand, const struct nand_page_io_req *req) spinand_program_op() argument
434 spinand_read_page(struct spinand_device *spinand, const struct nand_page_io_req *req, bool ecc_enabled) spinand_read_page() argument
459 spinand_write_page(struct spinand_device *spinand, const struct nand_page_io_req *req) spinand_write_page() argument
574 struct nand_page_io_req req = { spinand_isbad() local
609 struct nand_page_io_req req = { spinand_markbad() local
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_diag.c101 const struct inet_diag_req_v2 *req, in inet_sk_attr_size()
107 handler = inet_diag_table[req->sdiag_protocol]; in inet_sk_attr_size()
224 static int inet_diag_get_protocol(const struct inet_diag_req_v2 *req, in inet_diag_get_protocol() argument
229 return req->sdiag_protocol; in inet_diag_get_protocol()
236 const struct inet_diag_req_v2 *req, in inet_sk_diag_fill()
242 int ext = req->idiag_ext; in inet_sk_diag_fill()
249 handler = inet_diag_table[inet_diag_get_protocol(req, cb_data)]; in inet_sk_diag_fill()
506 const struct inet_diag_req_v2 *req) in inet_diag_find_one_icsk()
511 if (req->sdiag_family == AF_INET) in inet_diag_find_one_icsk()
512 sk = inet_lookup(net, hashinfo, NULL, 0, req in inet_diag_find_one_icsk()
100 inet_sk_attr_size(struct sock *sk, const struct inet_diag_req_v2 *req, bool net_admin) inet_sk_attr_size() argument
234 inet_sk_diag_fill(struct sock *sk, struct inet_connection_sock *icsk, struct sk_buff *skb, struct netlink_callback *cb, const struct inet_diag_req_v2 *req, u16 nlmsg_flags, bool net_admin) inet_sk_diag_fill() argument
504 inet_diag_find_one_icsk(struct net *net, struct inet_hashinfo *hashinfo, const struct inet_diag_req_v2 *req) inet_diag_find_one_icsk() argument
548 inet_diag_dump_one_icsk(struct inet_hashinfo *hashinfo, struct netlink_callback *cb, const struct inet_diag_req_v2 *req) inet_diag_dump_one_icsk() argument
588 inet_diag_cmd_exact(int cmd, struct sk_buff *in_skb, const struct nlmsghdr *nlh, int hdrlen, const struct inet_diag_req_v2 *req) inet_diag_cmd_exact() argument
1273 struct inet_diag_req_v2 req; inet_diag_dump_compat() local
1289 struct inet_diag_req_v2 req; inet_diag_get_exact_compat() local
[all...]
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_request.h25 static inline void scsi_req_free_cmd(struct scsi_request *req) in scsi_req_free_cmd() argument
27 if (req->cmd != req->__cmd) in scsi_req_free_cmd()
28 kfree(req->cmd); in scsi_req_free_cmd()
31 void scsi_req_init(struct scsi_request *req);
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c246 struct request *req; in __scsi_execute() local
250 req = blk_get_request(sdev->request_queue, in __scsi_execute()
254 if (IS_ERR(req)) in __scsi_execute()
256 rq = scsi_req(req); in __scsi_execute()
258 if (bufflen && blk_rq_map_kern(sdev->request_queue, req, in __scsi_execute()
265 req->timeout = timeout; in __scsi_execute()
266 req->cmd_flags |= flags; in __scsi_execute()
267 req->rq_flags |= rq_flags | RQF_QUIET; in __scsi_execute()
272 blk_execute_rq(req->q, NULL, req, in __scsi_execute()
565 scsi_end_request(struct request *req, blk_status_t error, unsigned int bytes) scsi_end_request() argument
663 struct request *req = cmd->request; scsi_cmd_runtime_exceeced() local
682 struct request *req = cmd->request; scsi_io_completion_action() local
854 struct request *req = cmd->request; scsi_io_completion_nz_result() local
943 struct request *req = cmd->request; scsi_io_completion() local
1176 scsi_setup_scsi_cmnd(struct scsi_device *sdev, struct request *req) scsi_setup_scsi_cmnd() argument
1205 scsi_device_state_check(struct scsi_device *sdev, struct request *req) scsi_device_state_check() argument
1551 scsi_prepare_cmd(struct request *req) scsi_prepare_cmd() argument
1647 struct request *req = bd->rq; scsi_queue_rq() local
1733 scsi_timeout(struct request *req, bool reserved) scsi_timeout() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c57 static void ep0_req_giveback(struct mtu3 *mtu, struct usb_request *req) in ep0_req_giveback() argument
59 mtu3_req_complete(mtu->ep0, req, 0); in ep0_req_giveback()
167 static void ep0_dummy_complete(struct usb_ep *ep, struct usb_request *req) in ep0_dummy_complete() argument
170 static void ep0_set_sel_complete(struct usb_ep *ep, struct usb_request *req) in ep0_set_sel_complete() argument
176 memcpy(&sel, req->buf, sizeof(sel)); in ep0_set_sel_complete()
178 mreq = to_mtu3_request(req); in ep0_set_sel_complete()
512 struct usb_request *req; in ep0_rx_state() local
522 req = &mreq->request; in ep0_rx_state()
525 if (req) { in ep0_rx_state()
526 void *buf = req in ep0_rx_state()
566 struct usb_request *req; ep0_tx_state() local
836 mtu3_ep0_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp) mtu3_ep0_queue() argument
858 mtu3_ep0_dequeue(struct usb_ep *ep, struct usb_request *req) mtu3_ep0_dequeue() argument
[all...]
/kernel/linux/linux-5.10/net/dccp/
H A Dipv4.c198 struct request_sock *req = inet_reqsk(sk); in dccp_req_err() local
205 if (!between48(seq, dccp_rsk(req)->dreq_iss, dccp_rsk(req)->dreq_gss)) { in dccp_req_err()
214 inet_csk_reqsk_queue_drop(req->rsk_listener, req); in dccp_req_err()
216 reqsk_put(req); in dccp_req_err()
397 struct request_sock *req, in dccp_v4_request_recv_sock()
409 newsk = dccp_create_openreq_child(sk, req, skb); in dccp_v4_request_recv_sock()
414 ireq = inet_rsk(req); in dccp_v4_request_recv_sock()
423 if (dst == NULL && (dst = inet_csk_route_child_sock(sk, newsk, req)) in dccp_v4_request_recv_sock()
395 dccp_v4_request_recv_sock(const struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct dst_entry *dst, struct request_sock *req_unhash, bool *own_req) dccp_v4_request_recv_sock() argument
479 dccp_v4_send_response(const struct sock *sk, struct request_sock *req) dccp_v4_send_response() argument
556 dccp_v4_reqsk_destructor(struct request_sock *req) dccp_v4_reqsk_destructor() argument
562 dccp_syn_ack_timeout(const struct request_sock *req) dccp_syn_ack_timeout() argument
580 struct request_sock *req; dccp_v4_conn_request() local
838 struct request_sock *req = inet_reqsk(sk); dccp_v4_rcv() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c57 static void ep0_req_giveback(struct mtu3 *mtu, struct usb_request *req) in ep0_req_giveback() argument
59 mtu3_req_complete(mtu->ep0, req, 0); in ep0_req_giveback()
167 static void ep0_dummy_complete(struct usb_ep *ep, struct usb_request *req) in ep0_dummy_complete() argument
170 static void ep0_set_sel_complete(struct usb_ep *ep, struct usb_request *req) in ep0_set_sel_complete() argument
176 memcpy(&sel, req->buf, sizeof(sel)); in ep0_set_sel_complete()
178 mreq = to_mtu3_request(req); in ep0_set_sel_complete()
512 struct usb_request *req; in ep0_rx_state() local
522 req = &mreq->request; in ep0_rx_state()
525 if (req) { in ep0_rx_state()
526 void *buf = req in ep0_rx_state()
566 struct usb_request *req; ep0_tx_state() local
836 mtu3_ep0_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp) mtu3_ep0_queue() argument
858 mtu3_ep0_dequeue(struct usb_ep *ep, struct usb_request *req) mtu3_ep0_dequeue() argument
[all...]
/kernel/linux/linux-6.6/net/dccp/
H A Dipv4.c210 struct request_sock *req = inet_reqsk(sk); in dccp_req_err() local
217 if (!between48(seq, dccp_rsk(req)->dreq_iss, dccp_rsk(req)->dreq_gss)) { in dccp_req_err()
226 inet_csk_reqsk_queue_drop(req->rsk_listener, req); in dccp_req_err()
228 reqsk_put(req); in dccp_req_err()
409 struct request_sock *req, in dccp_v4_request_recv_sock()
421 newsk = dccp_create_openreq_child(sk, req, skb); in dccp_v4_request_recv_sock()
426 ireq = inet_rsk(req); in dccp_v4_request_recv_sock()
435 if (dst == NULL && (dst = inet_csk_route_child_sock(sk, newsk, req)) in dccp_v4_request_recv_sock()
407 dccp_v4_request_recv_sock(const struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct dst_entry *dst, struct request_sock *req_unhash, bool *own_req) dccp_v4_request_recv_sock() argument
492 dccp_v4_send_response(const struct sock *sk, struct request_sock *req) dccp_v4_send_response() argument
572 dccp_v4_reqsk_destructor(struct request_sock *req) dccp_v4_reqsk_destructor() argument
578 dccp_syn_ack_timeout(const struct request_sock *req) dccp_syn_ack_timeout() argument
596 struct request_sock *req; dccp_v4_conn_request() local
854 struct request_sock *req = inet_reqsk(sk); dccp_v4_rcv() local
[all...]

Completed in 20 milliseconds

1...<<41424344454647484950>>...172