Searched refs:stage (Results 126 - 148 of 148) sorted by relevance

123456

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.c514 enum dpu_sspp pipe = stage_cfg->stage[i][j];
/linux-master/fs/f2fs/
H A Dgc.c607 int stage = 0; local
617 if (stage++ == 0)
647 ve = rb_entry(stage == 0 ? rb_prev(&ve->rb_node) :
653 if (stage++ == 0)
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.h726 enum arm_smmu_domain_stage stage; member in struct:arm_smmu_domain
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c32 u8 channel, u8 *stage,
1796 u8 channel, u8 *stage, u8 *step,
1838 switch (*stage) {
1849 pr_err("Invalid 'stage' = %d, Check it!\n",
1850 *stage);
1855 if ((*stage) == 2)
1857 (*stage)++;
1795 _rtl92ee_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5434 struct hclge_fd_key_cfg *stage; local
5441 stage = &hdev->fd_cfg.key_cfg[stage_num];
5442 req->stage = stage_num;
5443 req->key_select = stage->key_sel;
5444 req->inner_sipv6_word_en = stage->inner_sipv6_word_en;
5445 req->inner_dipv6_word_en = stage->inner_dipv6_word_en;
5446 req->outer_sipv6_word_en = stage->outer_sipv6_word_en;
5447 req->outer_dipv6_word_en = stage->outer_dipv6_word_en;
5448 req->tuple_mask = cpu_to_le32(~stage->tuple_active);
5449 req->meta_data_mask = cpu_to_le32(~stage
5532 hclge_fd_tcam_config(struct hclge_dev *hdev, u8 stage, bool sel_x, int loc, u8 *key, bool is_add) argument
5574 hclge_fd_ad_config(struct hclge_dev *hdev, u8 stage, int loc, struct hclge_fd_ad_data *action) argument
5743 hclge_config_key(struct hclge_dev *hdev, u8 stage, struct hclge_fd_rule *rule) argument
5800 hclge_config_action(struct hclge_dev *hdev, u8 stage, struct hclge_fd_rule *rule) argument
[all...]
H A Dhclge_debugfs.c1541 req1->stage = tcam_msg.stage;
1631 tcam_msg.stage = HCLGE_FD_STAGE_1;
/linux-master/drivers/thunderbolt/
H A Dicm.c1158 int stage)
1166 request.stage = stage;
1157 icm_tr_xdomain_tear_down(struct tb *tb, struct tb_xdomain *xd, int stage) argument
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h656 uint32 stage; member in struct:__anon531
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c92 drm_printf(p, "\tstage=%s\n", stage2name(pstate->stage));
205 * the max LM width, but we'd need to stage another
427 * we need to stage/unstage the plane from the Layer Mixer(s). We
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c429 /* Tx gain stage */
431 /* Tx gain stage */
433 /* Tx gain stage */
435 /* Tx gain stage */
2702 u8 channel, u8 *stage, u8 *step,
2735 switch (*stage) {
2747 if ((*stage) == 2) {
2750 (*stage)++;
2701 _rtl92d_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c747 u16 stage; local
754 stage = status;
765 stage = be_POST_stage_get(adapter);
766 if (stage == POST_STAGE_ARMFW_RDY)
778 dev_err(dev, "POST timeout; stage=%#x\n", stage);
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-abi.h316 /* Pipeline Done event, sent after last pipeline stage */
326 /* Extension stage executed */
655 /* The type of pipe stage */
1448 /* Information for a single pipeline stage */
1489 u8 if_config_index; /* Which should be applied by this stage. */
1793 u32 stage; /* stage ptr is only used on sp */ member in struct:imgu_abi_sp_pipeline
1836 * This is initialized every stage through dma.
1837 * The stage part itself is transferred through imgu_abi_sp_stage.
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c659 cmd->body.s1.stage = binding->texture_stage;
H A Dvmwgfx_execbuf.c1645 if (cur_state->stage >= SVGA3D_NUM_TEXTURE_UNITS) {
1647 (unsigned int) cur_state->stage);
1669 binding.texture_stage = cur_state->stage;
/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h359 ZSTD_compressionStage_e stage; member in struct:ZSTD_CCtx_s
/linux-master/net/bluetooth/
H A Dhci_sync.c3432 /* Run init stage NULL terminated function table */
3434 const struct hci_init_stage *stage)
3438 for (i = 0; stage[i].func; i++) {
3441 err = stage[i].func(hdev);
3534 /* BR Controller init stage 1 command sequence */
3592 /* AMP Controller init stage 1 command sequence */
3637 /* AMP Controller init stage 2 command sequence */
3738 /* BR Controller init stage 2 command sequence */
3838 /* HCI Controller init stage 2 command sequence */
3884 /* LE Controller init stage
3433 hci_init_stage_sync(struct hci_dev *hdev, const struct hci_init_stage *stage) argument
[all...]
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h402 __u8 stage; member in struct:gb_bootrom_firmware_size_request
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1744 enum x86_intercept_stage stage,
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-core.c3405 int ddb_exit_ddbridge(int stage, int error) argument
3407 switch (stage) {
/linux-master/drivers/scsi/
H A Dipr.c5336 * Or in the case of SIS 64, check for a stage change interrupt.
5344 /* clear stage change */
7553 * ipr_reset_next_stage - Process IPL stage change based on feedback register.
7561 unsigned long stage, stage_time; local
7568 stage = feedback & IPR_IPL_INIT_STAGE_MASK;
7571 ipr_dbg("IPL stage = 0x%lx, IPL stage time = %ld\n", stage, stage_time);
7581 if (stage == IPR_IPL_INIT_STAGE_UNKNOWN) {
7586 } else if (stage
[all...]
/linux-master/arch/x86/kvm/
H A Demulate.c468 enum x86_intercept_stage stage)
484 return ctxt->ops->intercept(ctxt, &info, stage);
2718 * Now load segment descriptors. If fault happens at this stage
2850 * Now load segment descriptors. If fault happens at this stage
466 emulator_check_intercept(struct x86_emulate_ctxt *ctxt, enum x86_intercept intercept, enum x86_intercept_stage stage) argument
H A Dx86.c8480 enum x86_intercept_stage stage)
8482 return static_call(kvm_x86_check_intercept)(emul_to_vcpu(ctxt), info, stage,
8478 emulator_intercept(struct x86_emulate_ctxt *ctxt, struct x86_instruction_info *info, enum x86_intercept_stage stage) argument
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c8006 enum x86_intercept_stage stage,
8004 vmx_check_intercept(struct kvm_vcpu *vcpu, struct x86_instruction_info *info, enum x86_intercept_stage stage, struct x86_exception *exception) argument

Completed in 616 milliseconds

123456