Home
last modified time | relevance | path

Searched refs:req_flags (Results 26 - 50 of 77) sorted by relevance

1234

/kernel/linux/linux-5.10/net/ncsi/
H A Dncsi-manage.c132 nca.req_flags = 0; in ncsi_channel_monitor()
354 unsigned int req_flags) in ncsi_alloc_request()
368 nr->flags = req_flags; in ncsi_alloc_request()
380 nr->flags = req_flags; in ncsi_alloc_request()
479 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_suspend_channel()
866 nca.req_flags = 0; in ncsi_update_tx_channel()
953 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_configure_channel()
1307 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_probe_channel()
353 ncsi_alloc_request(struct ncsi_dev_priv *ndp, unsigned int req_flags) ncsi_alloc_request() argument
/kernel/linux/linux-6.6/net/ncsi/
H A Dncsi-manage.c132 nca.req_flags = 0; in ncsi_channel_monitor()
354 unsigned int req_flags) in ncsi_alloc_request()
368 nr->flags = req_flags; in ncsi_alloc_request()
380 nr->flags = req_flags; in ncsi_alloc_request()
479 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_suspend_channel()
918 nca.req_flags = 0; in ncsi_update_tx_channel()
1005 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_configure_channel()
1359 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_probe_channel()
353 ncsi_alloc_request(struct ncsi_dev_priv *ndp, unsigned int req_flags) ncsi_alloc_request() argument
/third_party/ffmpeg/fftools/
H A Dcmdutils.h174 * @param req_flags print only options which have all those flags set.
178 void show_help_options(const OptionDef *options, const char *msg, int req_flags,
H A Dcmdutils.c134 void show_help_options(const OptionDef *options, const char *msg, int req_flags, in show_help_options() argument
144 if (((po->flags & req_flags) != req_flags) || in show_help_options()
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Dmain.c498 cmd->rcb.req_flags = (SISL_REQ_FLAGS_PORT_LUN_ID | in send_tmf()
569 u16 req_flags = SISL_REQ_FLAGS_SUP_UNDERRUN; in cxlflash_queuecommand() local
628 req_flags |= SISL_REQ_FLAGS_HOST_WRITE; in cxlflash_queuecommand()
630 cmd->rcb.req_flags = req_flags; in cxlflash_queuecommand()
2402 rcb.req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_afu_sync()
3358 rcb.req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_lun_provision()
3405 u16 req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_afu_debug() local
3416 req_flags |= SISL_REQ_FLAGS_SUP_UNDERRUN; in cxlflash_afu_debug()
3432 req_flags | in cxlflash_afu_debug()
[all...]
H A Dsislite.h28 u16 req_flags; member
68 u16 timeout; /* in units specified by req_flags */
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Dmain.c498 cmd->rcb.req_flags = (SISL_REQ_FLAGS_PORT_LUN_ID | in send_tmf()
569 u16 req_flags = SISL_REQ_FLAGS_SUP_UNDERRUN; in cxlflash_queuecommand() local
628 req_flags |= SISL_REQ_FLAGS_HOST_WRITE; in cxlflash_queuecommand()
630 cmd->rcb.req_flags = req_flags; in cxlflash_queuecommand()
2379 rcb.req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_afu_sync()
3339 rcb.req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_lun_provision()
3386 u16 req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_afu_debug() local
3397 req_flags |= SISL_REQ_FLAGS_SUP_UNDERRUN; in cxlflash_afu_debug()
3413 req_flags | in cxlflash_afu_debug()
[all...]
H A Dsislite.h28 u16 req_flags; member
68 u16 timeout; /* in units specified by req_flags */
/kernel/linux/linux-5.10/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c242 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in send_trespass_cmd() local
268 req_flags, 0, NULL); in send_trespass_cmd()
H A Dscsi_dh_rdac.c539 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in send_mode_select() local
560 RDAC_RETRIES, req_flags, 0, NULL)) { in send_mode_select()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
H A Dhwa742.c231 int req_flags = 0; in alloc_req() local
236 req_flags = REQ_FROM_IRQ_POOL; in alloc_req()
246 req->flags = req_flags; in alloc_req()
/third_party/curl/lib/vtls/
H A Dschannel.c1224 backend->req_flags = ISC_REQ_SEQUENCE_DETECT | ISC_REQ_REPLAY_DETECT | in schannel_connect_step1()
1229 backend->req_flags |= ISC_REQ_USE_SUPPLIED_CREDS; in schannel_connect_step1()
1249 backend->req_flags, 0, 0, in schannel_connect_step1()
1440 backend->cred->sni_hostname, backend->req_flags, in schannel_connect_step2()
1460 !(backend->req_flags & ISC_REQ_USE_SUPPLIED_CREDS)) { in schannel_connect_step2()
1461 backend->req_flags |= ISC_REQ_USE_SUPPLIED_CREDS; in schannel_connect_step2()
1698 if(backend->ret_flags != backend->req_flags) { in schannel_connect_step3()
2522 backend->req_flags, in schannel_shutdown()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_fcp.c327 if ((fsp->req_flags & FC_SRB_READ) && in fc_fcp_ddp_setup()
1147 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK; in fc_fcp_pkt_send()
1928 fsp->req_flags = FC_SRB_READ; in fc_queuecommand()
1932 fsp->req_flags = FC_SRB_WRITE; in fc_queuecommand()
1936 fsp->req_flags = 0; in fc_queuecommand()
2016 if ((fsp->cdb_status == 0) && !(fsp->req_flags & FC_SRB_READ)) { in fc_io_compl()
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_fcp.c321 if ((fsp->req_flags & FC_SRB_READ) && in fc_fcp_ddp_setup()
1137 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK; in fc_fcp_pkt_send()
1916 fsp->req_flags = FC_SRB_READ; in fc_queuecommand()
1920 fsp->req_flags = FC_SRB_WRITE; in fc_queuecommand()
1924 fsp->req_flags = 0; in fc_queuecommand()
2003 if ((fsp->cdb_status == 0) && !(fsp->req_flags & FC_SRB_READ)) { in fc_io_compl()
/third_party/ffmpeg/libavutil/
H A Dopt.h381 * @param req_flags requested flags for the options to show. Show only the
382 * options for which it is opt->flags & req_flags.
384 * options for which it is !(opt->flags & req_flags).
387 int av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags);
H A Dvulkan.c138 VkMemoryPropertyFlagBits req_flags, void *alloc_extension, in vk_alloc_mem()
151 if (req_flags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) in vk_alloc_mem()
164 if ((s->mprops.memoryTypes[i].propertyFlags & req_flags) != req_flags) in vk_alloc_mem()
174 req_flags); in vk_alloc_mem()
137 vk_alloc_mem(FFVulkanContext *s, VkMemoryRequirements *req, VkMemoryPropertyFlagBits req_flags, void *alloc_extension, VkMemoryPropertyFlagBits *mem_flags, VkDeviceMemory *mem) vk_alloc_mem() argument
H A Dopt.c1235 int req_flags, int rej_flags, enum AVOptionType parent_type) in opt_list()
1242 if (!(opt->flags & req_flags) || (opt->flags & rej_flags)) in opt_list()
1442 opt_list(obj, av_log_obj, opt->unit, req_flags, rej_flags, opt->type); in opt_list()
1446 int av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags) in av_opt_show2() argument
1453 opt_list(obj, av_log_obj, NULL, req_flags, rej_flags, -1); in av_opt_show2()
1234 opt_list(void *obj, void *av_log_obj, const char *unit, int req_flags, int rej_flags, enum AVOptionType parent_type) opt_list() argument
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_private.h160 VkMemoryPropertyFlags req_flags,
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_request.c78 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in req_run()
262 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_req_add_ev()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/
H A Dhwa742.c239 int req_flags = 0; in alloc_req() local
244 req_flags = REQ_FROM_IRQ_POOL; in alloc_req()
254 req->flags = req_flags; in alloc_req()
/third_party/curl/packages/OS400/
H A Dos400sys.c433 gss_flags_t req_flags, OM_uint32 time_req, in Curl_gss_init_sec_context_a()
467 target_name, mech_type, req_flags, time_req, in Curl_gss_init_sec_context_a()
429 Curl_gss_init_sec_context_a(OM_uint32 *minor_status, gss_cred_id_t cred_handle, gss_ctx_id_t *context_handle, gss_name_t target_name, gss_OID mech_type, gss_flags_t req_flags, OM_uint32 time_req, gss_channel_bindings_t input_chan_bindings, gss_buffer_t input_token, gss_OID *actual_mech_type, gss_buffer_t output_token, gss_flags_t *ret_flags, OM_uint32 *time_rec) Curl_gss_init_sec_context_a() argument
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_ssif.c248 bool req_flags; member
384 ssif_info->req_flags = false; in start_flag_fetch()
589 ssif_info->req_flags = true; in watch_timeout()
905 else if (ssif_info->req_flags) in msg_done_handler()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c720 &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
743 if (test_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
763 &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
779 set_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags); in bnx2fc_process_unsol_compl()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_ssif.c248 bool req_flags; member
378 ssif_info->req_flags = false; in start_flag_fetch()
582 ssif_info->req_flags = true; in watch_timeout()
897 else if (ssif_info->req_flags) in msg_done_handler()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c720 &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
743 if (test_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
763 &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
778 set_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags); in bnx2fc_process_unsol_compl()

Completed in 53 milliseconds

1234