Home
last modified time | relevance | path

Searched refs:state (Results 13776 - 13800 of 20928) sorted by relevance

1...<<551552553554555556557558559560>>...838

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c293 e_err("forcing MDI/MDI-X state is not supported when link speed and/or duplex are forced\n"); in e1000_set_link_ksettings()
299 while (test_and_set_bit(__E1000_RESETTING, &adapter->state)) in e1000_set_link_ksettings()
343 clear_bit(__E1000_RESETTING, &adapter->state); in e1000_set_link_ksettings()
375 while (test_and_set_bit(__E1000_RESETTING, &adapter->state)) in e1000_set_pauseparam()
413 clear_bit(__E1000_RESETTING, &adapter->state); in e1000_set_pauseparam()
693 while (test_and_set_bit(__E1000_RESETTING, &adapter->state)) in e1000_set_ringparam()
769 clear_bit(__E1000_RESETTING, &adapter->state); in e1000_set_ringparam()
1804 set_bit(__E1000_TESTING, &adapter->state); in e1000_diag_test()
1861 clear_bit(__E1000_TESTING, &adapter->state); in e1000_diag_test()
1878 clear_bit(__E1000_TESTING, &adapter->state); in e1000_diag_test()
1957 e1000_set_phys_id(struct net_device *netdev, enum ethtool_phys_id_state state) e1000_set_phys_id() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c248 * to check fw loading state in iceland_start_smu()
715 struct SMU71_Discrete_Ulv *state) in iceland_populate_ulv_level()
721 state->CcPwrDynRm = 0; in iceland_populate_ulv_level()
722 state->CcPwrDynRm1 = 0; in iceland_populate_ulv_level()
735 state->VddcOffset = 0; in iceland_populate_ulv_level()
738 state->VddcOffset = (uint16_t)(hwmgr->dyn_state.vddc_dependency_on_sclk->entries[0].v - ulv_voltage); in iceland_populate_ulv_level()
742 state->VddcOffsetVid = 0; in iceland_populate_ulv_level()
744 state->VddcOffsetVid = (uint8_t)( in iceland_populate_ulv_level()
749 state->VddcPhase = 1; in iceland_populate_ulv_level()
751 CONVERT_FROM_HOST_TO_SMC_UL(state in iceland_populate_ulv_level()
714 iceland_populate_ulv_level(struct pp_hwmgr *hwmgr, struct SMU71_Discrete_Ulv *state) iceland_populate_ulv_level() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_opr_v6.c1769 if (ctx->state != MFCINST_FINISHING) in s5p_mfc_encode_one_frame_v6()
1797 if (ctx->state == MFCINST_FINISHING) { in s5p_mfc_run_dec_frame()
1822 mfc_debug(2, "Setting ctx->state to FINISHING\n"); in s5p_mfc_run_dec_frame()
1823 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_dec_frame()
1841 if (list_empty(&ctx->src_queue) && ctx->state != MFCINST_FINISHING) { in s5p_mfc_run_enc_frame()
1860 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
1870 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
1937 ctx->state = MFCINST_ERROR; in s5p_mfc_run_init_dec_buffers()
1951 ctx->state = MFCINST_ERROR; in s5p_mfc_run_init_enc_buffers()
1991 mfc_debug(1, "ctx->state in s5p_mfc_try_run_v6()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dnsp32.c2059 /* staring ECA (Extended Contingent Allegiance) state. */ in nsp32_msgin_occur()
2446 * It waits until SCSI REQ becomes assertion or negation state.
2453 static void nsp32_wait_req(nsp32_hw_data *data, int state) in nsp32_wait_req() argument
2459 if (!((state == ASSERT) || (state == NEGATE))) { in nsp32_wait_req()
2460 nsp32_msg(KERN_ERR, "unknown state designation"); in nsp32_wait_req()
2463 req_bit = (state == ASSERT ? BUSMON_REQ : 0); in nsp32_wait_req()
2480 * It waits until SCSI SACK becomes assertion or negation state.
2482 static void nsp32_wait_sack(nsp32_hw_data *data, int state) in nsp32_wait_sack() argument
2488 if (!((state in nsp32_wait_sack()
3277 nsp32_suspend(struct pci_dev *pdev, pm_message_t state) nsp32_suspend() argument
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dsta_info.c135 * Destroy aggregation state here. It would be nice to wait for the in __cleanup_single_sta()
263 * have gone through the state transitions down again, so do in sta_info_free()
266 * This will clear state such as fast TX/RX that may have been in sta_info_free()
267 * allocated during state transitions. in sta_info_free()
573 enum ieee80211_sta_state state; in sta_info_insert_drv_state() local
576 for (state = IEEE80211_STA_NOTEXIST; state < sta->sta_state; state++) { in sta_info_insert_drv_state()
577 err = drv_sta_state(local, sdata, sta, state, state in sta_info_insert_drv_state()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/s2255/
H A Ds2255drv.c193 u32 state; member
228 /* if channel configured to default state */
1408 int state; in s2255_open() local
1416 state = atomic_read(&dev->fw_data->fw_state); in s2255_open()
1417 switch (state) { in s2255_open()
1430 /* state may have changed, re-read */ in s2255_open()
1431 state = atomic_read(&dev->fw_data->fw_state); in s2255_open()
1444 /* state may have changed, re-read */ in s2255_open()
1445 state = atomic_read(&dev->fw_data->fw_state); in s2255_open()
1451 /* state ma in s2255_open()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/s2255/
H A Ds2255drv.c193 u32 state; member
228 /* if channel configured to default state */
1406 int state; in s2255_open() local
1414 state = atomic_read(&dev->fw_data->fw_state); in s2255_open()
1415 switch (state) { in s2255_open()
1428 /* state may have changed, re-read */ in s2255_open()
1429 state = atomic_read(&dev->fw_data->fw_state); in s2255_open()
1442 /* state may have changed, re-read */ in s2255_open()
1443 state = atomic_read(&dev->fw_data->fw_state); in s2255_open()
1449 /* state ma in s2255_open()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c301 e_err("forcing MDI/MDI-X state is not supported when link speed and/or duplex are forced\n"); in e1000_set_link_ksettings()
307 while (test_and_set_bit(__E1000_RESETTING, &adapter->state)) in e1000_set_link_ksettings()
351 clear_bit(__E1000_RESETTING, &adapter->state); in e1000_set_link_ksettings()
383 while (test_and_set_bit(__E1000_RESETTING, &adapter->state)) in e1000_set_pauseparam()
421 clear_bit(__E1000_RESETTING, &adapter->state); in e1000_set_pauseparam()
705 while (test_and_set_bit(__E1000_RESETTING, &adapter->state)) in e1000_set_ringparam()
781 clear_bit(__E1000_RESETTING, &adapter->state); in e1000_set_ringparam()
1822 set_bit(__E1000_TESTING, &adapter->state); in e1000_diag_test()
1879 clear_bit(__E1000_TESTING, &adapter->state); in e1000_diag_test()
1896 clear_bit(__E1000_TESTING, &adapter->state); in e1000_diag_test()
1975 e1000_set_phys_id(struct net_device *netdev, enum ethtool_phys_id_state state) e1000_set_phys_id() argument
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Dpktcdvd.c429 states[pkt->state]++; in pkt_count_states()
479 seq_printf(m, "\nQueue state:\n"); in pkt_seq_show()
1103 enum packet_data_state state) in pkt_set_state()
1108 enum packet_data_state old_state = pkt->state; in pkt_set_state()
1111 pkt->id, pkt->sector, state_name[old_state], state_name[state]); in pkt_set_state()
1113 pkt->state = state; in pkt_set_state()
1323 switch (pkt->state) { in pkt_run_state_machine()
1377 * Run state machine for active packets in pkt_handle_packets()
1391 if (pkt->state in pkt_handle_packets()
1102 pkt_set_state(struct device *ddev, struct packet_data *pkt, enum packet_data_state state) pkt_set_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Ddriver.c110 * @is_atomic: Flag to state if the transport of this instance is atomic
691 * scmi_msg_response_validate - Validate message type against state of related
698 * This function checks if @msg_type is congruent with the current state of
726 switch (xfer->state) { in scmi_msg_response_validate()
731 * Assume message RESPONSE was OK and skip state. in scmi_msg_response_validate()
734 xfer->state = SCMI_XFER_RESP_OK; in scmi_msg_response_validate()
754 * scmi_xfer_state_update - Update xfer state
760 * by @scmi_msg_response_validate(), so here we just update the state.
771 xfer->state = SCMI_XFER_RESP_OK; in scmi_xfer_state_update()
773 xfer->state in scmi_xfer_state_update()
1497 struct scmi_iterator_state state; global() member
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c1769 if (ctx->state != MFCINST_FINISHING) in s5p_mfc_encode_one_frame_v6()
1797 if (ctx->state == MFCINST_FINISHING) { in s5p_mfc_run_dec_frame()
1822 mfc_debug(2, "Setting ctx->state to FINISHING\n"); in s5p_mfc_run_dec_frame()
1823 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_dec_frame()
1841 if (list_empty(&ctx->src_queue) && ctx->state != MFCINST_FINISHING) { in s5p_mfc_run_enc_frame()
1860 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
1870 ctx->state = MFCINST_FINISHING; in s5p_mfc_run_enc_frame()
1937 ctx->state = MFCINST_ERROR; in s5p_mfc_run_init_dec_buffers()
1951 ctx->state = MFCINST_ERROR; in s5p_mfc_run_init_enc_buffers()
1991 mfc_debug(1, "ctx->state in s5p_mfc_try_run_v6()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c248 * to check fw loading state in iceland_start_smu()
715 struct SMU71_Discrete_Ulv *state) in iceland_populate_ulv_level()
721 state->CcPwrDynRm = 0; in iceland_populate_ulv_level()
722 state->CcPwrDynRm1 = 0; in iceland_populate_ulv_level()
735 state->VddcOffset = 0; in iceland_populate_ulv_level()
738 state->VddcOffset = (uint16_t)(hwmgr->dyn_state.vddc_dependency_on_sclk->entries[0].v - ulv_voltage); in iceland_populate_ulv_level()
742 state->VddcOffsetVid = 0; in iceland_populate_ulv_level()
744 state->VddcOffsetVid = (uint8_t)( in iceland_populate_ulv_level()
749 state->VddcPhase = 1; in iceland_populate_ulv_level()
751 CONVERT_FROM_HOST_TO_SMC_UL(state in iceland_populate_ulv_level()
714 iceland_populate_ulv_level(struct pp_hwmgr *hwmgr, struct SMU71_Discrete_Ulv *state) iceland_populate_ulv_level() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c452 /* not support power state */ in smu_get_power_num_states()
661 smu->smu_baco.state = SMU_BACO_STATE_EXIT; in smu_early_init()
762 dev_err(adev->dev, "Failed to populate UMD state clocks!\n"); in smu_late_init()
1782 enum amd_clockgating_state state) in smu_set_clockgating_state()
1788 enum amd_powergating_state state) in smu_set_powergating_state()
2004 /* reset user dpm clock state */ in smu_force_performance_level()
2096 * However, the mp1 state setting should still be granted
2116 enum pp_df_cstate state) in smu_set_df_cstate()
2127 ret = smu->ppt_funcs->set_df_cstate(smu, state); in smu_set_df_cstate()
2882 static int smu_baco_set_state(void *handle, int state) in smu_baco_set_state() argument
1781 smu_set_clockgating_state(void *handle, enum amd_clockgating_state state) smu_set_clockgating_state() argument
1787 smu_set_powergating_state(void *handle, enum amd_powergating_state state) smu_set_powergating_state() argument
2115 smu_set_df_cstate(void *handle, enum pp_df_cstate state) smu_set_df_cstate() argument
3067 smu_gfx_state_change_set(void *handle, uint32_t state) smu_gfx_state_change_set() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dnsp32.c2064 /* staring ECA (Extended Contingent Allegiance) state. */ in nsp32_msgin_occur()
2446 * It waits until SCSI REQ becomes assertion or negation state.
2453 static void nsp32_wait_req(nsp32_hw_data *data, int state) in nsp32_wait_req() argument
2459 if (!((state == ASSERT) || (state == NEGATE))) { in nsp32_wait_req()
2460 nsp32_msg(KERN_ERR, "unknown state designation"); in nsp32_wait_req()
2463 req_bit = (state == ASSERT ? BUSMON_REQ : 0); in nsp32_wait_req()
2480 * It waits until SCSI SACK becomes assertion or negation state.
2482 static void nsp32_wait_sack(nsp32_hw_data *data, int state) in nsp32_wait_sack() argument
2488 if (!((state in nsp32_wait_sack()
3278 nsp32_suspend(struct pci_dev *pdev, pm_message_t state) nsp32_suspend() argument
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dsta_info.c166 * Destroy aggregation state here. It would be nice to wait for the in __cleanup_single_sta()
412 * have gone through the state transitions down again, so do in sta_info_free()
415 * This will clear state such as fast TX/RX that may have been in sta_info_free()
416 * allocated during state transitions. in sta_info_free()
755 enum ieee80211_sta_state state; in sta_info_insert_drv_state() local
758 for (state = IEEE80211_STA_NOTEXIST; state < sta->sta_state; state++) { in sta_info_insert_drv_state()
759 err = drv_sta_state(local, sdata, sta, state, state in sta_info_insert_drv_state()
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c1377 zero_system_values_state* state = (zero_system_values_state*)cb_state; in lower_system_value_to_zero_filter() local
1378 for (uint32_t i = 0; i < state->count; ++i) { in lower_system_value_to_zero_filter()
1379 gl_system_value value = state->values[i]; in lower_system_value_to_zero_filter()
1410 zero_system_values_state state = { system_values, count }; in dxil_nir_lower_system_values_to_zero() local
1414 &state); in dxil_nir_lower_system_values_to_zero()
2044 struct remove_after_discard_state *state = cb_data; in remove_after_discard() local
2045 if (instr->block == state->active_block) { in remove_after_discard()
2061 state->active_block = instr->block; in remove_after_discard()
2102 struct remove_after_discard_state state; in dxil_nir_lower_discard_and_terminate() local
2103 state in dxil_nir_lower_discard_and_terminate()
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c433 free(res->aux.state); in iris_resource_disable_aux()
440 res->aux.state = NULL; in iris_resource_disable_aux()
536 assert(res->aux.state == NULL); in create_aux_state_map()
580 * sampler via render surface state objects. in iris_get_aux_clear_color_state_size()
876 * we choose an aux state which describes the current state and helps in iris_resource_configure_aux()
886 * state. From the Sky Lake PRM, "MCS Buffer for Render Target(s)": in iris_resource_configure_aux()
891 * A CCS surface initialized to zero is in the pass-through state. in iris_resource_configure_aux()
892 * This state can avoid the need to ambiguate in some cases. We'll in iris_resource_configure_aux()
903 res->aux.state in iris_resource_configure_aux()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv.c271 * when it is in state RUNNING or NOTREADY. NOTREADY is a bit of
290 * state in the P9 path.
326 WARN_ON_ONCE(vcpu->arch.state != KVMPPC_VCPU_BUSY_IN_HOST); in kvmppc_core_vcpu_load_hv()
345 if (vcpu->arch.state == KVMPPC_VCPU_BUSY_IN_HOST && in kvmppc_core_vcpu_load_hv()
364 WARN_ON_ONCE(vcpu->arch.state == KVMPPC_VCPU_RUNNABLE); in kvmppc_core_vcpu_put_hv()
370 vcpu->arch.state == KVMPPC_VCPU_BUSY_IN_HOST) in kvmppc_core_vcpu_put_hv()
381 if (vcpu->arch.state == KVMPPC_VCPU_BUSY_IN_HOST) in kvmppc_core_vcpu_put_hv()
1006 if (target->arch.state == KVMPPC_VCPU_RUNNABLE && in kvm_arch_vcpu_yield_to()
1850 * mode and was transitioning to transactional state. in kvmppc_handle_exit_hv()
1992 * mode and was transitioning to transactional state in kvmppc_handle_nested_exit()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H A Dverbs.c229 attr->state = IB_PORT_ACTIVE; in qedr_query_port()
232 attr->state = IB_PORT_DOWN; in qedr_query_port()
1352 qp->state = QED_ROCE_QP_STATE_RESET; in qedr_set_common_qp_params()
1375 "QP params:\tpd = %d, qp_type = %d, max_inline_data = %d, state = %d, signaled = %d, use_srq=%d\n", in qedr_set_common_qp_params()
1377 qp->state, qp->signaled, (attrs->srq) ? 1 : 0); in qedr_set_common_qp_params()
2399 /* Invalid state change. */ in qedr_update_qp_state()
2412 /* Invalid state change. */ in qedr_update_qp_state()
2425 /* Invalid state change. */ in qedr_update_qp_state()
2437 /* Invalid state change. */ in qedr_update_qp_state()
2480 "modify qp: qp %p attr_mask=0x%x, state in qedr_modify_qp()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dnamei.c64 * resolution to correspond with current state of the code.
507 unsigned int flags, state; member
540 p->state = 0; in set_nameidata()
603 if (nd->state & ND_ROOT_GRABBED) { in terminate_walk()
605 nd->state &= ~ND_ROOT_GRABBED; in terminate_walk()
668 if (!nd->root.mnt || (nd->state & ND_ROOT_PRESET)) in legitimize_root()
670 nd->state |= ND_ROOT_GRABBED; in legitimize_root()
807 if (!(nd->state & ND_ROOT_PRESET)) in complete_walk()
836 if (likely(!(nd->state & ND_JUMPED))) in complete_walk()
874 nd->state | in set_root()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddisk-io.c1029 root->state = 0; in __setup_root()
1165 set_bit(BTRFS_ROOT_TRACK_DIRTY, &root->state); in btrfs_create_tree()
1371 set_bit(BTRFS_ROOT_SHAREABLE, &root->state); in btrfs_init_fs_root()
1466 set_bit(BTRFS_ROOT_IN_RADIX, &root->state); in btrfs_insert_fs_root()
1604 set_bit(BTRFS_ROOT_ORPHAN_ITEM_INSERTED, &root->state); in btrfs_get_root_ref()
1812 if (cur->state < TRANS_STATE_COMMIT_START && in transaction_kthread()
2060 WARN_ON(test_bit(BTRFS_ROOT_DEAD_RELOC_TREE, &root->state)); in btrfs_put_root()
2087 if (test_bit(BTRFS_ROOT_IN_RADIX, &gang[0]->state)) in btrfs_free_fs_roots()
2350 set_bit(BTRFS_ROOT_TRACK_DIRTY, &root->state); in btrfs_read_roots()
2359 set_bit(BTRFS_ROOT_TRACK_DIRTY, &root->state); in btrfs_read_roots()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_lrc.c40 * ring contexts incorporate many more things to the context's state, like
396 ring_set_paused(const struct intel_engine_cs *engine, int state) in ring_set_paused() argument
404 engine->status_page.addr[I915_GEM_HWS_PREEMPT] = state; in ring_set_paused()
405 if (state) in ring_set_paused()
585 return i915_ggtt_offset(ce->state) | desc; in lrc_descriptor()
1081 * default state. We rely on the context image using relative in reg_offsets()
1082 * addressing to automatic fixup the register state between the in reg_offsets()
1254 WARN_ONCE(!valid, "Invalid lrc state found before submission\n"); in execlists_check_context()
1663 if (!i915_vma_is_pinned(ce->state)) { in assert_pending_valid()
2207 * normal save/restore will preserve state an in execlists_dequeue()
4684 preparser_disable(bool state) preparser_disable() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H A Dksz884x.c1116 * @state: Connection status of the port.
1126 * @state provides the connection status so that MIB counters are read only
1134 u8 state; member
1148 * @stp_state: Current Spanning Tree Protocol state.
1192 * @state: Connection status of the port.
1201 uint state; member
1458 * @multicast: The all multicast state of the device.
1459 * @promiscuous: The promiscuous state of the device.
2765 * port_set_stp_state - configure port spanning tree state
2768 * @state
2772 port_set_stp_state(struct ksz_hw *hw, int port, int state) port_set_stp_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H A Dksz884x.c1048 * @state: Connection status of the port.
1058 * @state provides the connection status so that MIB counters are read only
1066 u8 state; member
1080 * @stp_state: Current Spanning Tree Protocol state.
1124 * @state: Connection status of the port.
1133 uint state; member
1390 * @multicast: The all multicast state of the device.
1391 * @promiscuous: The promiscuous state of the device.
2453 * port_set_stp_state - configure port spanning tree state
2456 * @state
2460 port_set_stp_state(struct ksz_hw *hw, int port, int state) port_set_stp_state() argument
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c950 dc->state = D_PREP; in __create_discard_cmd()
1071 if (dc->state == D_DONE) in __detach_discard_cmd()
1120 if (!dc->bio_ref && dc->state == D_SUBMIT) { in f2fs_submit_discard_endio()
1121 dc->state = D_DONE; in f2fs_submit_discard_endio()
1217 dc->state = D_SUBMIT; in __submit_zone_reset_cmd()
1256 if (dc->state != D_PREP) in __submit_discard_cmd()
1312 if (dc->state == D_PARTIAL) in __submit_discard_cmd()
1313 dc->state = D_SUBMIT; in __submit_discard_cmd()
1327 dc->state = D_SUBMIT; in __submit_discard_cmd()
1329 dc->state in __submit_discard_cmd()
[all...]

Completed in 85 milliseconds

1...<<551552553554555556557558559560>>...838