/third_party/node/test/parallel/ |
H A D | test-http-client-timeout-option.js | 22 const req = http.request(options); 23 req.on('error', function() { 26 req.on('close', common.mustCall(() => { 27 assert.strictEqual(req.destroyed, true); 32 req.on('timeout', common.mustCall(() => timeout_events += 1)); 34 req.destroy(); 38 req.end();
|
H A D | test-http2-connect-tls-with-delay.js | 16 const server = http2.createSecureServer(serverOptions, (req, res) => { 37 const req = client.request({ 40 req.on('data', () => req.resume()); 41 req.on('end', common.mustCall(() => { 43 req.close(); 46 req.end();
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_reqmgr.c | 152 * @req: Crypto request structre 157 struct se_crypto_request *req) in dma_map_inbufs() 160 struct scatterlist *sg = req->src; in dma_map_inbufs() 163 nents = dma_map_sg(dev, req->src, sg_nents(req->src), in dma_map_inbufs() 168 for_each_sg(req->src, sg, nents, i) in dma_map_inbufs() 171 sr->in.sg = req->src; in dma_map_inbufs() 180 dma_unmap_sg(dev, req->src, nents, DMA_BIDIRECTIONAL); in dma_map_inbufs() 186 struct se_crypto_request *req) in dma_map_outbufs() 191 nents = dma_map_sg(dev, req in dma_map_outbufs() 156 dma_map_inbufs(struct nitrox_softreq *sr, struct se_crypto_request *req) dma_map_inbufs() argument 185 dma_map_outbufs(struct nitrox_softreq *sr, struct se_crypto_request *req) dma_map_outbufs() argument 376 nitrox_process_se_request(struct nitrox_device *ndev, struct se_crypto_request *req, completion_t callback, void *cb_arg) nitrox_process_se_request() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 199 static int ghash_async_init(struct ahash_request *req) in ghash_async_init() argument 201 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_init() 203 struct ahash_request *cryptd_req = ahash_request_ctx(req); in ghash_async_init() 212 static int ghash_async_update(struct ahash_request *req) in ghash_async_update() argument 214 struct ahash_request *cryptd_req = ahash_request_ctx(req); in ghash_async_update() 215 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in ghash_async_update() 221 memcpy(cryptd_req, req, sizeof(*req)); in ghash_async_update() 226 return shash_ahash_update(req, desc); in ghash_async_update() 230 static int ghash_async_final(struct ahash_request *req) in ghash_async_final() argument 248 ghash_async_digest(struct ahash_request *req) ghash_async_digest() argument 269 ghash_async_import(struct ahash_request *req, const void *in) ghash_async_import() argument 281 ghash_async_export(struct ahash_request *req, void *out) ghash_async_export() argument [all...] |
/third_party/node/deps/npm/node_modules/http-cache-semantics/ |
H A D | index.js | 106 req, 124 this._assertRequestHasHeaders(req); 138 this._method = 'method' in req ? req.method : 'GET'; 139 this._url = req.url; 140 this._host = req.headers.host; 141 this._noAuthorization = !req.headers.authorization; 142 this._reqHeaders = res.headers.vary ? req.headers : null; // Don't keep all request headers if they won't be used 143 this._reqcc = parseCacheControl(req.headers['cache-control']); 220 _assertRequestHasHeaders(req) { [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 214 } req = { in mt7915_mcu_wa_cmd() local 222 return mt76_mcu_send_msg(&dev->mt76, cmd, &req, sizeof(req), false); in mt7915_mcu_wa_cmd() 621 } __packed req = { in mt7915_mcu_muar_config() local 633 ether_addr_copy(req.addr, addr); in mt7915_mcu_muar_config() 635 return mt76_mcu_send_msg(&dev->mt76, MCU_EXT_CMD(MUAR_UPDATE), &req, in mt7915_mcu_muar_config() 636 sizeof(req), true); in mt7915_mcu_muar_config() 1638 } __packed req = { in mt7915_mcu_add_group() local 1644 req.wlan_idx_lo = to_wcid_lo(msta->wcid.idx); in mt7915_mcu_add_group() 1645 req in mt7915_mcu_add_group() 1721 } req = { mt7915_mcu_wed_enable_rx_stats() local 2150 } req = { mt7915_mcu_muru_debug_get() local 2207 } __packed req = { mt7915_mcu_set_mwds() local 2220 } __packed req = { mt7915_mcu_set_muru_ctrl() local 2251 } __packed req = { mt7915_mcu_init_rx_airtime() local 2283 } __packed req = { mt7915_red_set_watermark() local 2301 __le32 req = cpu_to_le32(red_type); mt7915_mcu_set_red() local 2410 } req = { mt7915_mcu_set_rx_hdr_trans_blacklist() local 2460 struct mt7915_mcu_tx *req = (struct mt7915_mcu_tx *)param; mt7915_mcu_update_edca() local 2472 struct mt7915_mcu_tx req = { mt7915_mcu_set_tx() local 2509 } __packed req = { mt7915_mcu_set_fcc5_lpn() local 2531 } __packed req = { mt7915_mcu_set_pulse_th() local 2572 } __packed req = { mt7915_mcu_set_radar_th() local 2610 struct mt7915_mcu_background_chain_ctrl req = { mt7915_mcu_background_chain_ctrl() local 2722 } __packed req = { mt7915_mcu_set_chan_info() local 2771 struct mt7915_mcu_eeprom req = { .buffer_mode = EE_MODE_BUFFER }; mt7915_mcu_set_eeprom_flash() local 2810 struct mt7915_mcu_eeprom req = { mt7915_mcu_set_eeprom() local 2824 struct mt7915_mcu_eeprom_info req = { mt7915_mcu_get_eeprom() local 2854 } __packed req = { mt7915_mcu_get_eeprom_free_block() local 2885 } req = {}; mt7915_mcu_set_pre_cal() local 3020 struct mt7915_mcu_mib *res, req[5]; mt7915_mcu_get_chan_mib_info() local 3095 } req = { mt7915_mcu_get_temperature() local 3107 struct mt7915_mcu_thermal_ctrl req = { mt7915_mcu_set_thermal_throttling() local 3137 } __packed req = { mt7915_mcu_set_thermal_protect() local 3172 } __packed req = { mt7915_mcu_set_txpower_frame_min() local 3197 } __packed req = { mt7915_mcu_set_txpower_frame() local 3251 struct mt7915_mcu_txpower_sku req = { mt7915_mcu_set_txpower_sku() local 3299 } __packed req = { mt7915_mcu_get_txpower_sku() local 3335 } __packed req = { mt7915_mcu_set_test_param() local 3353 } __packed req = { mt7915_mcu_set_sku_en() local 3371 } req = { mt7915_mcu_set_ser() local 3405 } __packed req = { mt7915_mcu_set_txbf() local 3434 struct mt7915_mcu_sr_ctrl req = { mt7915_mcu_enable_obss_spr() local 3464 } __packed req = { mt7915_mcu_set_obss_spr_pd() local 3513 } __packed req = { mt7915_mcu_set_obss_spr_siga() local 3552 } __packed req = { mt7915_mcu_set_obss_spr_bitmap() local 3628 } __packed req = { mt7915_mcu_get_rx_rate() local 3771 } __packed req = { mt7915_mcu_twt_agrt_update() local 3803 } req = { mt7915_mcu_wed_wa_tx_stats() local 3858 } __packed req = { mt7915_mcu_rf_regval() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_tx.c | 70 static unsigned int tx_req_ndesc(const struct fun_eth_tx_req *req) in tx_req_ndesc() argument 72 return DIV_ROUND_UP(req->len8, FUNETH_SQE_SIZE / 8); in tx_req_ndesc() 75 /* Write a gather list to the Tx descriptor at @req from @ngle address/length 79 struct fun_eth_tx_req *req, in fun_write_gl() 87 req->len8 = (sizeof(*req) + ngle * sizeof(*gle)) / 8; in fun_write_gl() 89 for (i = 0, gle = (struct fun_dataop_gl *)req->dataop.imm; in fun_write_gl() 157 struct fun_eth_tx_req *req; in write_pkt_desc() local 171 req = fun_tx_desc_addr(q, idx); in write_pkt_desc() 172 req in write_pkt_desc() 78 fun_write_gl(const struct funeth_txq *q, struct fun_eth_tx_req *req, const dma_addr_t *addrs, const unsigned int *lens, unsigned int ngle) fun_write_gl() argument 395 const struct fun_eth_tx_req *req = fun_tx_desc_addr(q, idx); fun_unmap_pkt() local 520 struct fun_eth_tx_req *req; fun_xdp_tx() local [all...] |
/third_party/mesa3d/src/glx/ |
H A D | glx_pbuffer.c | 85 xGLXChangeDrawableAttributesReq *req; in ChangeDrawableAttribute() local 87 GetReqExtra(GLXChangeDrawableAttributes, 8 * num_attribs, req); in ChangeDrawableAttribute() 88 output = (CARD32 *) (req + 1); in ChangeDrawableAttribute() 90 req->reqType = opcode; in ChangeDrawableAttribute() 91 req->glxCode = X_GLXChangeDrawableAttributes; in ChangeDrawableAttribute() 92 req->drawable = drawable; in ChangeDrawableAttribute() 93 req->numAttribs = (CARD32) num_attribs; in ChangeDrawableAttribute() 328 xGLXGetDrawableAttributesReq *req; in __glXGetDrawableAttribute() local 330 GetReq(GLXGetDrawableAttributes, req); in __glXGetDrawableAttribute() 331 req in __glXGetDrawableAttribute() 445 xGLXDestroyPbufferReq *req; protocolDestroyDrawable() local 483 xGLXCreateWindowReq *req; CreateDrawable() local 602 xGLXCreatePbufferReq *req; CreatePbuffer() local 685 xGLXDestroyPbufferReq *req; DestroyPbuffer() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.c | 303 struct skcipher_request *req = in handle_skcipher_req() local 356 sg_copy_part_to_buf(req->dst, rctx->msg_buf.iv_ctr, in handle_skcipher_req() 372 sg_copy_part_to_buf(req->src, rctx->msg_buf.iv_ctr, in handle_skcipher_req() 458 err = mailbox_send_message(mssg, req->base.flags, rctx->chan_idx); in handle_skcipher_req() 474 struct skcipher_request *req = skcipher_request_cast(areq); in handle_skcipher_resp() local 495 dump_sg(req->dst, rctx->total_received, payload_len); in handle_skcipher_resp() 564 * @hash_carry_len: Number of bytes of data carried over from previous req 656 struct ahash_request *req = ahash_request_cast(areq); in handle_ahash_req() local 657 struct crypto_ahash *ahash = crypto_ahash_reqtfm(req); in handle_ahash_req() 662 /* number of bytes still to be hashed in this req */ in handle_ahash_req() 896 spu_hmac_outer_hash(struct ahash_request *req, struct iproc_ctx_s *ctx) spu_hmac_outer_hash() argument 947 struct ahash_request *req = ahash_request_cast(areq); ahash_req_done() local 997 struct ahash_request *req = ahash_request_cast(areq); handle_ahash_resp() local 1041 spu_aead_rx_sg_create(struct brcm_message *mssg, struct aead_request *req, struct iproc_reqctx_s *rctx, u8 rx_frag_num, unsigned int assoc_len, u32 ret_iv_len, unsigned int resp_len, unsigned int digestsize, u32 stat_pad_len) spu_aead_rx_sg_create() argument 1262 struct aead_request *req = container_of(areq, handle_aead_req() local 1532 struct aead_request *req = container_of(areq, handle_aead_resp() local 1712 skcipher_enqueue(struct skcipher_request *req, bool encrypt) skcipher_enqueue() argument 1889 skcipher_encrypt(struct skcipher_request *req) skcipher_encrypt() argument 1896 skcipher_decrypt(struct skcipher_request *req) skcipher_decrypt() argument 1902 ahash_enqueue(struct ahash_request *req) ahash_enqueue() argument 1958 __ahash_init(struct ahash_request *req) __ahash_init() argument 2016 ahash_init(struct ahash_request *req) ahash_init() argument 2075 __ahash_update(struct ahash_request *req) __ahash_update() argument 2089 ahash_update(struct ahash_request *req) ahash_update() argument 2133 __ahash_final(struct ahash_request *req) __ahash_final() argument 2144 ahash_final(struct ahash_request *req) ahash_final() argument 2170 __ahash_finup(struct ahash_request *req) __ahash_finup() argument 2183 ahash_finup(struct ahash_request *req) ahash_finup() argument 2237 ahash_digest(struct ahash_request *req) ahash_digest() argument 2285 ahash_export(struct ahash_request *req, void *out) ahash_export() argument 2300 ahash_import(struct ahash_request *req, const void *in) ahash_import() argument 2416 ahash_hmac_init(struct ahash_request *req) ahash_hmac_init() argument 2442 ahash_hmac_update(struct ahash_request *req) ahash_hmac_update() argument 2452 ahash_hmac_final(struct ahash_request *req) ahash_hmac_final() argument 2459 ahash_hmac_finup(struct ahash_request *req) ahash_hmac_finup() argument 2466 ahash_hmac_digest(struct ahash_request *req) ahash_hmac_digest() argument 2504 aead_need_fallback(struct aead_request *req) aead_need_fallback() argument 2573 aead_do_fallback(struct aead_request *req, bool is_encrypt) aead_do_fallback() argument 2598 aead_enqueue(struct aead_request *req, bool is_encrypt) aead_enqueue() argument 3003 aead_encrypt(struct aead_request *req) aead_encrypt() argument 3013 aead_decrypt(struct aead_request *req) aead_decrypt() argument [all...] |
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/ |
H A D | file_operations_base_test.cpp | 77 fuse_req_t req = nullptr; in HWTEST_F() local 80 fileoperationBase_->Forget(req, FUSE_ROOT_ID, nLookup); in HWTEST_F() 101 fuse_req_t req = nullptr; in HWTEST_F() local 104 fileoperationBase_->Forget(req, 0, nLookup); in HWTEST_F() 125 fuse_req_t req = nullptr; in HWTEST_F() local 128 fileoperationBase_->ForgetMulti(req, 0, forgets); in HWTEST_F() 149 fuse_req_t req = nullptr; in HWTEST_F() local 153 fileoperationBase_->ForgetMulti(req, 1, &forgets); in HWTEST_F() 175 fuse_req_t req = nullptr; in HWTEST_F() local 179 fileoperationBase_->ForgetMulti(req, in HWTEST_F() 201 fuse_req_t req = nullptr; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_req.h | 259 static inline void drbd_req_make_private_bio(struct drbd_request *req, struct bio *bio_src) in drbd_req_make_private_bio() argument 264 req->private_bio = bio; in drbd_req_make_private_bio() 266 bio->bi_private = req; in drbd_req_make_private_bio() 281 extern void _req_may_be_done(struct drbd_request *req, 283 extern int __req_mod(struct drbd_request *req, enum drbd_req_event what, 293 extern void drbd_restart_request(struct drbd_request *req); 297 static inline int _req_mod(struct drbd_request *req, enum drbd_req_event what) in _req_mod() argument 299 struct drbd_device *device = req->device; in _req_mod() 303 /* __req_mod possibly frees req, do not touch req afte in _req_mod() 315 req_mod(struct drbd_request *req, enum drbd_req_event what) req_mod() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | chacha-glue.c | 29 static int chacha_mips_stream_xor(struct skcipher_request *req, in chacha_mips_stream_xor() argument 36 err = skcipher_walk_virt(&walk, req, false); in chacha_mips_stream_xor() 54 static int chacha_mips(struct skcipher_request *req) in chacha_mips() argument 56 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chacha_mips() 59 return chacha_mips_stream_xor(req, ctx, req->iv); in chacha_mips() 62 static int xchacha_mips(struct skcipher_request *req) in xchacha_mips() argument 64 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xchacha_mips() 70 chacha_init_generic(state, ctx->key, req->iv); in xchacha_mips() 75 memcpy(&real_iv[0], req in xchacha_mips() [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | acompress.c | 123 struct acomp_req *req; in acomp_request_alloc() local 125 req = __acomp_request_alloc(acomp); in acomp_request_alloc() 126 if (req && (tfm->__crt_alg->cra_type != &crypto_acomp_type)) in acomp_request_alloc() 127 return crypto_acomp_scomp_alloc_ctx(req); in acomp_request_alloc() 129 return req; in acomp_request_alloc() 133 void acomp_request_free(struct acomp_req *req) in acomp_request_free() argument 135 struct crypto_acomp *acomp = crypto_acomp_reqtfm(req); in acomp_request_free() 139 crypto_acomp_scomp_free_ctx(req); in acomp_request_free() 141 if (req->flags & CRYPTO_ACOMP_ALLOC_OUTPUT) { in acomp_request_free() 142 acomp->dst_free(req in acomp_request_free() [all...] |
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | chacha-glue.c | 29 static int chacha_mips_stream_xor(struct skcipher_request *req, in chacha_mips_stream_xor() argument 36 err = skcipher_walk_virt(&walk, req, false); in chacha_mips_stream_xor() 54 static int chacha_mips(struct skcipher_request *req) in chacha_mips() argument 56 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in chacha_mips() 59 return chacha_mips_stream_xor(req, ctx, req->iv); in chacha_mips() 62 static int xchacha_mips(struct skcipher_request *req) in xchacha_mips() argument 64 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xchacha_mips() 70 chacha_init_generic(state, ctx->key, req->iv); in xchacha_mips() 75 memcpy(&real_iv[0], req in xchacha_mips() [all...] |
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_pci.c | 103 static void sclp_pci_callback(struct sclp_req *req, void *data) in sclp_pci_callback() argument 134 struct sclp_req req; in sclp_pci_report() local 157 memset(&req, 0, sizeof(req)); in sclp_pci_report() 158 req.callback_data = &completion; in sclp_pci_report() 159 req.callback = sclp_pci_callback; in sclp_pci_report() 160 req.command = SCLP_CMDW_WRITE_EVENT_DATA; in sclp_pci_report() 161 req.status = SCLP_REQ_FILLED; in sclp_pci_report() 162 req.sccb = sccb; in sclp_pci_report() 175 ret = sclp_add_request(&req); in sclp_pci_report() [all...] |
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | skcipher.h | 95 static inline void skcipher_request_complete(struct skcipher_request *req, int err) in skcipher_request_complete() argument 97 crypto_request_complete(&req->base, err); in skcipher_request_complete() 149 struct skcipher_request *req, 152 struct skcipher_request *req); 154 struct aead_request *req, bool atomic); 156 struct aead_request *req, bool atomic); 174 static inline void *skcipher_request_ctx(struct skcipher_request *req) in skcipher_request_ctx() argument 176 return req->__ctx; in skcipher_request_ctx() 179 static inline void *skcipher_request_ctx_dma(struct skcipher_request *req) in skcipher_request_ctx_dma() argument 186 return PTR_ALIGN(skcipher_request_ctx(req), alig in skcipher_request_ctx_dma() 189 skcipher_request_flags(struct skcipher_request *req) skcipher_request_flags() argument [all...] |
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_pci.c | 103 static void sclp_pci_callback(struct sclp_req *req, void *data) in sclp_pci_callback() argument 134 struct sclp_req req; in sclp_pci_report() local 157 memset(&req, 0, sizeof(req)); in sclp_pci_report() 158 req.callback_data = &completion; in sclp_pci_report() 159 req.callback = sclp_pci_callback; in sclp_pci_report() 160 req.command = SCLP_CMDW_WRITE_EVENT_DATA; in sclp_pci_report() 161 req.status = SCLP_REQ_FILLED; in sclp_pci_report() 162 req.sccb = sccb; in sclp_pci_report() 175 ret = sclp_add_request(&req); in sclp_pci_report() [all...] |
/third_party/libfuse/test/ |
H A D | test_setattr.c | 55 static void tfs_lookup(fuse_req_t req, fuse_ino_t parent, in tfs_lookup() argument 69 fuse_reply_entry(req, &e); in tfs_lookup() 73 fuse_reply_err(req, ENOENT); in tfs_lookup() 76 static void tfs_getattr(fuse_req_t req, fuse_ino_t ino, in tfs_getattr() argument 84 fuse_reply_err(req, ENOENT); in tfs_getattr() 86 fuse_reply_attr(req, &stbuf, 5); in tfs_getattr() 89 static void tfs_open(fuse_req_t req, fuse_ino_t ino, in tfs_open() argument 92 fuse_reply_err(req, EISDIR); in tfs_open() 96 fuse_reply_open(req, fi); in tfs_open() 100 static void tfs_setattr (fuse_req_t req, fuse_ino_ argument [all...] |
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | loop.c | 22 struct nvmet_req req; member 74 static void nvme_loop_complete_rq(struct request *req) in nvme_loop_complete_rq() argument 76 struct nvme_loop_iod *iod = blk_mq_rq_to_pdu(req); in nvme_loop_complete_rq() 79 nvme_complete_rq(req); in nvme_loop_complete_rq() 91 static void nvme_loop_queue_response(struct nvmet_req *req) in nvme_loop_queue_response() argument 94 container_of(req->sq, struct nvme_loop_queue, nvme_sq); in nvme_loop_queue_response() 95 struct nvme_completion *cqe = req->cqe; in nvme_loop_queue_response() 128 iod->req.execute(&iod->req); in nvme_loop_execute_work() 136 struct request *req in nvme_loop_queue_rq() local 203 nvme_loop_init_request(struct blk_mq_tag_set *set, struct request *req, unsigned int hctx_idx, unsigned int numa_node) nvme_loop_init_request() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_phonet.c | 200 static void pn_tx_complete(struct usb_ep *ep, struct usb_request *req) in pn_tx_complete() argument 204 struct sk_buff *skb = req->context; in pn_tx_complete() 206 switch (req->status) { in pn_tx_complete() 228 struct usb_request *req; in pn_net_xmit() local 239 req = fp->in_req; in pn_net_xmit() 240 req->buf = skb->data; in pn_net_xmit() 241 req->length = skb->len; in pn_net_xmit() 242 req->complete = pn_tx_complete; in pn_net_xmit() 243 req->zero = 1; in pn_net_xmit() 244 req in pn_net_xmit() 292 pn_rx_submit(struct f_phonet *fp, struct usb_request *req, gfp_t gfp_flags) pn_rx_submit() argument 311 pn_rx_complete(struct usb_ep *ep, struct usb_request *req) pn_rx_complete() argument 543 struct usb_request *req; pn_bind() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_phonet.c | 200 static void pn_tx_complete(struct usb_ep *ep, struct usb_request *req) in pn_tx_complete() argument 204 struct sk_buff *skb = req->context; in pn_tx_complete() 206 switch (req->status) { in pn_tx_complete() 228 struct usb_request *req; in pn_net_xmit() local 239 req = fp->in_req; in pn_net_xmit() 240 req->buf = skb->data; in pn_net_xmit() 241 req->length = skb->len; in pn_net_xmit() 242 req->complete = pn_tx_complete; in pn_net_xmit() 243 req->zero = 1; in pn_net_xmit() 244 req in pn_net_xmit() 295 pn_rx_submit(struct f_phonet *fp, struct usb_request *req, gfp_t gfp_flags) pn_rx_submit() argument 314 pn_rx_complete(struct usb_ep *ep, struct usb_request *req) pn_rx_complete() argument 546 struct usb_request *req; pn_bind() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_vf.c | 163 struct vfpf_first_tlv *req; in _qed_vf_pf_release() local 168 req = qed_vf_pf_prep(p_hwfn, CHANNEL_TLV_RELEASE, sizeof(*req)); in _qed_vf_pf_release() 253 struct vfpf_acquire_tlv *req; in qed_vf_pf_acquire() local 257 req = qed_vf_pf_prep(p_hwfn, CHANNEL_TLV_ACQUIRE, sizeof(*req)); in qed_vf_pf_acquire() 258 p_resc = &req->resc_request; in qed_vf_pf_acquire() 261 req->vfdev_info.opaque_fid = p_hwfn->hw_info.opaque_fid; in qed_vf_pf_acquire() 270 req->vfdev_info.os_type = VFPF_ACQUIRE_OS_LINUX; in qed_vf_pf_acquire() 271 req in qed_vf_pf_acquire() 734 struct vfpf_start_rxq_tlv *req; qed_vf_pf_rxq_start() local 806 struct vfpf_stop_rxqs_tlv *req; qed_vf_pf_rxq_stop() local 847 struct vfpf_start_txq_tlv *req; qed_vf_pf_txq_start() local 903 struct vfpf_stop_txqs_tlv *req; qed_vf_pf_txq_stop() local 943 struct vfpf_vport_start_tlv *req; qed_vf_pf_vport_start() local 1074 struct vfpf_vport_update_tlv *req; qed_vf_pf_vport_update() local 1236 struct vfpf_first_tlv *req; qed_vf_pf_reset() local 1289 struct vfpf_ucast_filter_tlv *req; qed_vf_pf_filter_ucast() local 1354 struct vfpf_read_coal_req_tlv *req; qed_vf_pf_get_coalesce() local 1414 struct vfpf_update_coalesce *req; qed_vf_pf_set_coalesce() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_vf.c | 160 struct vfpf_first_tlv *req; in _qed_vf_pf_release() local 165 req = qed_vf_pf_prep(p_hwfn, CHANNEL_TLV_RELEASE, sizeof(*req)); in _qed_vf_pf_release() 250 struct vfpf_acquire_tlv *req; in qed_vf_pf_acquire() local 254 req = qed_vf_pf_prep(p_hwfn, CHANNEL_TLV_ACQUIRE, sizeof(*req)); in qed_vf_pf_acquire() 255 p_resc = &req->resc_request; in qed_vf_pf_acquire() 258 req->vfdev_info.opaque_fid = p_hwfn->hw_info.opaque_fid; in qed_vf_pf_acquire() 267 req->vfdev_info.os_type = VFPF_ACQUIRE_OS_LINUX; in qed_vf_pf_acquire() 268 req in qed_vf_pf_acquire() 732 struct vfpf_start_rxq_tlv *req; qed_vf_pf_rxq_start() local 804 struct vfpf_stop_rxqs_tlv *req; qed_vf_pf_rxq_stop() local 845 struct vfpf_start_txq_tlv *req; qed_vf_pf_txq_start() local 901 struct vfpf_stop_txqs_tlv *req; qed_vf_pf_txq_stop() local 941 struct vfpf_vport_start_tlv *req; qed_vf_pf_vport_start() local 1072 struct vfpf_vport_update_tlv *req; qed_vf_pf_vport_update() local 1226 struct vfpf_first_tlv *req; qed_vf_pf_reset() local 1279 struct vfpf_ucast_filter_tlv *req; qed_vf_pf_filter_ucast() local 1344 struct vfpf_read_coal_req_tlv *req; qed_vf_pf_get_coalesce() local 1404 struct vfpf_update_coalesce *req; qed_vf_pf_set_coalesce() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_en.c | 737 struct gdma_req_hdr *req = in_buf; in mana_send_request() local 742 req->dev_id = gc->mana.dev_id; in mana_send_request() 743 req->activity_id = atomic_inc_return(&activity_id); in mana_send_request() 753 if (req->dev_id.as_uint32 != resp->dev_id.as_uint32 || in mana_send_request() 754 req->activity_id != resp->activity_id) { in mana_send_request() 756 req->dev_id.as_uint32, resp->dev_id.as_uint32, in mana_send_request() 757 req->activity_id, resp->activity_id); in mana_send_request() 783 struct mana_register_hw_vport_req req = {}; in mana_pf_register_hw_vport() local 786 mana_gd_init_req_hdr(&req.hdr, MANA_REGISTER_HW_PORT, in mana_pf_register_hw_vport() 787 sizeof(req), sizeo in mana_pf_register_hw_vport() 814 struct mana_deregister_hw_vport_req req = {}; mana_pf_deregister_hw_vport() local 840 struct mana_register_filter_req req = {}; mana_pf_register_filter() local 870 struct mana_deregister_filter_req req = {}; mana_pf_deregister_filter() local 899 struct mana_query_device_cfg_req req = {}; mana_query_device_cfg() local 942 struct mana_query_vport_cfg_req req = {}; mana_query_vport_cfg() local 986 struct mana_config_vport_req req = {}; mana_cfg_vport() local 1058 struct mana_cfg_rx_steer_req_v2 *req; mana_cfg_vport_steering() local 1129 struct mana_create_wqobj_req req = {}; mana_create_wq_obj() local 1181 struct mana_destroy_wqobj_req req = {}; mana_destroy_wq_obj() local 1261 struct mana_fence_rq_req req = {}; mana_fence_rq() local 2382 struct mana_query_gf_stat_req req = {}; mana_query_gf_stats() local [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | ubd_kern.c | 60 struct request *req; member 483 if ((io_req->error == BLK_STS_NOTSUPP) && (req_op(io_req->req) == REQ_OP_DISCARD)) { in ubd_handler() 484 blk_queue_max_discard_sectors(io_req->req->q, 0); in ubd_handler() 485 blk_queue_max_write_zeroes_sectors(io_req->req->q, 0); in ubd_handler() 487 blk_mq_end_request(io_req->req, io_req->error); in ubd_handler() 1227 static void cowify_req(struct io_thread_req *req, struct io_desc *segment, in cowify_req() argument 1237 if (req_op(req->req) == REQ_OP_READ) { in cowify_req() 1251 struct request *req) in ubd_map_req() 1257 enum req_op op = req_op(req); in ubd_map_req() 1250 ubd_map_req(struct ubd *dev, struct io_thread_req *io_req, struct request *req) ubd_map_req() argument 1283 ubd_alloc_req(struct ubd *dev, struct request *req, int desc_cnt) ubd_alloc_req() argument 1315 ubd_submit_request(struct ubd *dev, struct request *req) ubd_submit_request() argument 1350 struct request *req = bd->rq; ubd_queue_rq() local 1451 update_bitmap(struct io_thread_req *req, struct io_desc *segment) update_bitmap() argument 1466 do_io(struct io_thread_req *req, struct io_desc *desc) do_io() argument 1574 struct io_thread_req *req = (*io_req_buffer)[count]; io_thread() local [all...] |