Home
last modified time | relevance | path

Searched refs:req_flags (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/curl/lib/
H A Dcurl_gssapi.c62 OM_uint32 req_flags = GSS_C_REPLAY_FLAG; in Curl_gss_init_sec_context() local
65 req_flags |= GSS_C_MUTUAL_FLAG; in Curl_gss_init_sec_context()
69 req_flags |= GSS_C_DELEG_POLICY_FLAG; in Curl_gss_init_sec_context()
77 req_flags |= GSS_C_DELEG_FLAG; in Curl_gss_init_sec_context()
84 req_flags, in Curl_gss_init_sec_context()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c49 "req_flags = %lx\n", cmd_type, io_req->req_flags); in bnx2fc_cmd_timeout()
52 if (test_and_clear_bit(BNX2FC_FLAG_ISSUE_RRQ, &io_req->req_flags)) { in bnx2fc_cmd_timeout()
53 clear_bit(BNX2FC_FLAG_RETIRE_OXID, &io_req->req_flags); in bnx2fc_cmd_timeout()
62 if (test_and_clear_bit(BNX2FC_FLAG_RETIRE_OXID, &io_req->req_flags)) { in bnx2fc_cmd_timeout()
70 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
75 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
80 &io_req->req_flags))) { in bnx2fc_cmd_timeout()
95 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
102 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
[all...]
H A Dbnx2fc_els.c43 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rrq_req->req_flags)) { in bnx2fc_rrq_compl()
139 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &els_req->req_flags)) { in bnx2fc_l2_els_compl()
280 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &srr_req->req_flags)) { in bnx2fc_srr_compl()
291 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl()
292 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl()
294 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl()
318 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl()
319 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl()
321 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl()
405 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rec_req->req_flags)) { in bnx2fc_rec_compl()
[all...]
H A Dbnx2fc_tgt.c186 &io_req->req_flags)) { in bnx2fc_flush_active_ios()
196 set_bit(BNX2FC_FLAG_IO_COMPL, &io_req->req_flags); in bnx2fc_flush_active_ios()
197 set_bit(BNX2FC_FLAG_IO_CLEANUP, &io_req->req_flags); in bnx2fc_flush_active_ios()
250 &io_req->req_flags)) { in bnx2fc_flush_active_ios()
260 clear_bit(BNX2FC_FLAG_ISSUE_RRQ, &io_req->req_flags); in bnx2fc_flush_active_ios()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c49 "req_flags = %lx\n", cmd_type, io_req->req_flags); in bnx2fc_cmd_timeout()
52 if (test_and_clear_bit(BNX2FC_FLAG_ISSUE_RRQ, &io_req->req_flags)) { in bnx2fc_cmd_timeout()
53 clear_bit(BNX2FC_FLAG_RETIRE_OXID, &io_req->req_flags); in bnx2fc_cmd_timeout()
62 if (test_and_clear_bit(BNX2FC_FLAG_RETIRE_OXID, &io_req->req_flags)) { in bnx2fc_cmd_timeout()
70 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
75 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
80 &io_req->req_flags))) { in bnx2fc_cmd_timeout()
95 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
102 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
[all...]
H A Dbnx2fc_els.c43 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rrq_req->req_flags)) { in bnx2fc_rrq_compl()
139 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &els_req->req_flags)) { in bnx2fc_l2_els_compl()
280 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &srr_req->req_flags)) { in bnx2fc_srr_compl()
291 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl()
292 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl()
294 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl()
318 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl()
319 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl()
321 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl()
405 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rec_req->req_flags)) { in bnx2fc_rec_compl()
[all...]
H A Dbnx2fc_tgt.c186 &io_req->req_flags)) { in bnx2fc_flush_active_ios()
196 set_bit(BNX2FC_FLAG_IO_COMPL, &io_req->req_flags); in bnx2fc_flush_active_ios()
197 set_bit(BNX2FC_FLAG_IO_CLEANUP, &io_req->req_flags); in bnx2fc_flush_active_ios()
250 &io_req->req_flags)) { in bnx2fc_flush_active_ios()
260 clear_bit(BNX2FC_FLAG_ISSUE_RRQ, &io_req->req_flags); in bnx2fc_flush_active_ios()
/third_party/ffmpeg/libavutil/
H A Dtx.c482 uint64_t req_flags = flags; in ff_tx_init_subtx() local
488 if (req_flags & FF_TX_ALIGNED) in ff_tx_init_subtx()
489 req_flags |= AV_TX_UNALIGNED; in ff_tx_init_subtx()
492 if ((req_flags & AV_TX_INPLACE) && (req_flags & FF_TX_OUT_OF_PLACE)) in ff_tx_init_subtx()
493 req_flags &= ~(AV_TX_INPLACE | FF_TX_OUT_OF_PLACE); in ff_tx_init_subtx()
494 if ((req_flags & FF_TX_ALIGNED) && (req_flags & AV_TX_UNALIGNED)) in ff_tx_init_subtx()
495 req_flags &= ~(FF_TX_ALIGNED | AV_TX_UNALIGNED); in ff_tx_init_subtx()
516 if (((req_flags in ff_tx_init_subtx()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c86 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in hp_sw_tur() local
91 HP_SW_TIMEOUT, HP_SW_RETRIES, req_flags, 0, NULL); in hp_sw_tur()
124 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in hp_sw_start_stop() local
129 HP_SW_TIMEOUT, HP_SW_RETRIES, req_flags, 0, NULL); in hp_sw_start_stop()
H A Dscsi_dh_alua.c129 int req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in submit_rtpg() local
143 ALUA_FAILOVER_RETRIES, req_flags, 0, NULL); in submit_rtpg()
159 int req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in submit_stpg() local
175 ALUA_FAILOVER_RETRIES, req_flags, 0, NULL); in submit_stpg()
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dcpucheck.c35 static const u32 req_flags[NCAPINTS] = variable
94 err_flags[i] = req_flags[i] & ~cpu.flags[i]; in check_cpuflags()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dcpucheck.c36 static const u32 req_flags[NCAPINTS] = variable
95 err_flags[i] = req_flags[i] & ~cpu.flags[i]; in check_cpuflags()
/kernel/linux/linux-5.10/include/scsi/
H A Dsrp.h134 u8 req_flags; member
152 u8 req_flags; member
/kernel/linux/linux-6.6/include/scsi/
H A Dsrp.h134 u8 req_flags; member
152 u8 req_flags; member
/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c269 * @req_flags: extra request_flags, e.g. CRYPTO_TFM_REQ_MAY_SLEEP
286 u32 req_flags; member
342 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
407 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
512 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config()
913 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions()
950 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
1004 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
1023 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_testvec_config()
1034 cfg->req_flags); in generate_random_testvec_config()
911 generate_random_sgl_divisions(struct test_sg_division *divs, size_t max_divs, char *p, char *end, bool gen_flushes, u32 req_flags) generate_random_sgl_divisions() argument
1370 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; test_ahash_vec_cfg() local
1937 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; test_aead_vec_cfg() local
2708 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; test_skcipher_vec_cfg() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c283 * @req_flags: extra request_flags, e.g. CRYPTO_TFM_REQ_MAY_SLEEP
300 u32 req_flags; member
369 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
434 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP,
539 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config()
1000 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions()
1039 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions()
1104 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config()
1123 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && prandom_bool(rng)) { in generate_random_testvec_config()
1133 cfg->req_flags); in generate_random_testvec_config()
997 generate_random_sgl_divisions(struct rnd_state *rng, struct test_sg_division *divs, size_t max_divs, char *p, char *end, bool gen_flushes, u32 req_flags) generate_random_sgl_divisions() argument
1466 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; test_ahash_vec_cfg() local
2040 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; test_aead_vec_cfg() local
2818 const u32 req_flags = CRYPTO_TFM_REQ_MAY_BACKLOG | cfg->req_flags; test_skcipher_vec_cfg() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
H A Dcqhci-core.c418 u32 req_flags = mrq->data->flags; in cqhci_prep_task_desc() local
425 CQHCI_FORCED_PROG(!!(req_flags & MMC_DATA_FORCED_PRG)) | in cqhci_prep_task_desc()
426 CQHCI_DATA_TAG(!!(req_flags & MMC_DATA_DAT_TAG)) | in cqhci_prep_task_desc()
427 CQHCI_DATA_DIR(!!(req_flags & MMC_DATA_READ)) | in cqhci_prep_task_desc()
428 CQHCI_PRIORITY(!!(req_flags & MMC_DATA_PRIO)) | in cqhci_prep_task_desc()
429 CQHCI_QBAR(!!(req_flags & MMC_DATA_QBR)) | in cqhci_prep_task_desc()
430 CQHCI_REL_WRITE(!!(req_flags & MMC_DATA_REL_WR)) | in cqhci_prep_task_desc()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dcqhci.c416 u32 req_flags = mrq->data->flags; in cqhci_prep_task_desc() local
422 CQHCI_FORCED_PROG(!!(req_flags & MMC_DATA_FORCED_PRG)) | in cqhci_prep_task_desc()
423 CQHCI_DATA_TAG(!!(req_flags & MMC_DATA_DAT_TAG)) | in cqhci_prep_task_desc()
424 CQHCI_DATA_DIR(!!(req_flags & MMC_DATA_READ)) | in cqhci_prep_task_desc()
425 CQHCI_PRIORITY(!!(req_flags & MMC_DATA_PRIO)) | in cqhci_prep_task_desc()
426 CQHCI_QBAR(!!(req_flags & MMC_DATA_QBR)) | in cqhci_prep_task_desc()
427 CQHCI_REL_WRITE(!!(req_flags & MMC_DATA_REL_WR)) | in cqhci_prep_task_desc()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dcqhci-core.c426 u32 req_flags = mrq->data->flags; in cqhci_prep_task_desc() local
433 CQHCI_FORCED_PROG(!!(req_flags & MMC_DATA_FORCED_PRG)) | in cqhci_prep_task_desc()
434 CQHCI_DATA_TAG(!!(req_flags & MMC_DATA_DAT_TAG)) | in cqhci_prep_task_desc()
435 CQHCI_DATA_DIR(!!(req_flags & MMC_DATA_READ)) | in cqhci_prep_task_desc()
436 CQHCI_PRIORITY(!!(req_flags & MMC_DATA_PRIO)) | in cqhci_prep_task_desc()
437 CQHCI_QBAR(!!(req_flags & MMC_DATA_QBR)) | in cqhci_prep_task_desc()
438 CQHCI_REL_WRITE(!!(req_flags & MMC_DATA_REL_WR)) | in cqhci_prep_task_desc()
/kernel/linux/linux-5.10/net/ncsi/
H A Dncsi-cmd.c287 nr = ncsi_alloc_request(ndp, nca->req_flags); in ncsi_alloc_command()
327 if (nca->req_flags == NCSI_REQ_FLAG_NETLINK_DRIVEN) in ncsi_xmit_cmd()
362 if (nca->req_flags == NCSI_REQ_FLAG_NETLINK_DRIVEN) { in ncsi_xmit_cmd()
H A Dinternal.h347 unsigned int req_flags; /* NCSI request properties */ member
387 unsigned int req_flags);
/kernel/linux/linux-6.6/net/ncsi/
H A Dncsi-cmd.c288 nr = ncsi_alloc_request(ndp, nca->req_flags); in ncsi_alloc_command()
328 if (nca->req_flags == NCSI_REQ_FLAG_NETLINK_DRIVEN) in ncsi_xmit_cmd()
363 if (nca->req_flags == NCSI_REQ_FLAG_NETLINK_DRIVEN) { in ncsi_xmit_cmd()
H A Dinternal.h355 unsigned int req_flags; /* NCSI request properties */ member
395 unsigned int req_flags);
/third_party/curl/lib/vtls/
H A Dschannel_int.h141 unsigned long req_flags, ret_flags; member
/third_party/curl/tests/libtest/
H A Dstub_gssapi.c84 OM_uint32 req_flags, in gss_init_sec_context()
209 ctx->flags = req_flags; in gss_init_sec_context()
79 gss_init_sec_context(OM_uint32 *min, gss_const_cred_id_t initiator_cred_handle, gss_ctx_id_t *context_handle, gss_const_name_t target_name, const gss_OID mech_type, OM_uint32 req_flags, OM_uint32 time_req, const gss_channel_bindings_t input_chan_bindings, const gss_buffer_t input_token, gss_OID *actual_mech_type, gss_buffer_t output_token, OM_uint32 *ret_flags, OM_uint32 *time_rec) gss_init_sec_context() argument

Completed in 26 milliseconds

1234