Home
last modified time | relevance | path

Searched refs:state (Results 7026 - 7050 of 20560) sorted by relevance

1...<<281282283284285286287288289290>>...823

/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_imem.c25 static int ipc_imem_msg_send_device_sleep(struct iosm_imem *ipc_imem, u32 state) in ipc_imem_msg_send_device_sleep() argument
29 .sleep.state = state, in ipc_imem_msg_send_device_sleep()
32 ipc_imem->device_sleep = state; in ipc_imem_msg_send_device_sleep()
232 if (channel->state != IMEM_CHANNEL_ACTIVE) in ipc_imem_ul_write_td()
268 /* Trigger the CP interrupt to enter the init state. */ in ipc_imem_ipc_init_check()
278 /* Trigger the CP irq to enter the running state. */ in ipc_imem_ipc_init_check()
499 /* reduce period to 100 ms to check for mmio init state */ in ipc_imem_tq_startup_timer_cb()
574 "Modem link down. Exit run state worker."); in ipc_imem_run_state_worker()
779 /* Reset the expected CP state in ipc_imem_handle_irq()
[all...]
/kernel/linux/linux-6.6/block/
H A Dgenhd.c350 if (test_bit(GD_SUPPRESS_PART_SCAN, &disk->state)) in disk_scan_partitions()
368 set_bit(GD_NEED_PART_SCAN, &disk->state); in disk_scan_partitions()
381 clear_bit(GD_NEED_PART_SCAN, &disk->state); in disk_scan_partitions()
507 !test_bit(GD_SUPPRESS_PART_SCAN, &disk->state)) in device_add_disk()
508 set_bit(GD_NEED_PART_SCAN, &disk->state); in device_add_disk()
531 set_bit(GD_ADDED, &disk->state); in device_add_disk()
584 if (test_and_set_bit(GD_DEAD, &disk->state)) in __blk_mark_disk_dead()
587 if (test_bit(GD_OWNS_QUEUE, &disk->state)) in __blk_mark_disk_dead()
659 if (!test_bit(GD_DEAD, &disk->state)) in del_gendisk()
716 if (!test_bit(GD_OWNS_QUEUE, &disk->state)) { in del_gendisk()
[all...]
/third_party/eudev/src/udev/
H A Dudevd.c92 enum event_state state; member
124 enum worker_state state; member
209 worker->state = WORKER_RUNNING; in worker_attach_event()
211 event->state = EVENT_RUNNING; in worker_attach_event()
423 event->state = EVENT_QUEUED; in worker_spawn()
450 if (worker->state != WORKER_IDLE) in event_run()
458 worker->state = WORKER_KILLED; in event_run()
497 event->state = EVENT_QUEUED; in event_queue_insert()
507 if (worker->state == WORKER_KILLED) in worker_kill()
510 worker->state in worker_kill()
[all...]
/third_party/ffmpeg/libavformat/
H A Dftp.c69 FTPState state; /**< State of data connection */ member
235 s->state = DISCONNECTED; in ftp_close_data_connection()
439 s->state = DOWNLOADING; in ftp_retrieve()
458 s->state = UPLOADING; in ftp_store()
526 s->state = LISTING_DIR; in ftp_list()
642 s->state = READY; in ftp_connect_data_connection()
692 s->state = DISCONNECTED; in ftp_connect()
825 if (s->state == ENDOFFILE) in ftp_read()
827 if (s->state == DISCONNECTED) { in ftp_read()
831 if (s->state in ftp_read()
[all...]
/third_party/lwip/src/core/
H A Dnetif.c279 netif_add_noaddr(struct netif *netif, struct net_group *group, void *state, netif_init_fn init, netif_input_fn input) in netif_add_noaddr() argument
281 netif_add_noaddr(struct netif *netif, void *state, netif_init_fn init, netif_input_fn input) in netif_add_noaddr()
292 state, init, input); in netif_add_noaddr()
303 * @param state opaque data passed to the new netif
331 void *state, netif_init_fn init, netif_input_fn input)
368 /* reset new interface configuration state */
411 /* remember netif specific state information data */
412 netif->state = state;
981 args.status_changed.state
324 netif_add(struct netif *netif, struct net_group *group, const ip4_addr_t *ipaddr, const ip4_addr_t *netmask, const ip4_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) global() argument
1537 netif_ip6_addr_set_state(struct netif *netif, s8_t addr_idx, u8_t state) global() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc51 explicit KeyedStoreGenericAssembler(compiler::CodeAssemblerState* state, in KeyedStoreGenericAssembler() argument
53 : AccessorAssembler(state), mode_(mode) {} in KeyedStoreGenericAssembler()
188 void KeyedStoreGenericGenerator::Generate(compiler::CodeAssemblerState* state) { in Generate() argument
189 KeyedStoreGenericAssembler assembler(state, StoreMode::kSet); in Generate()
194 compiler::CodeAssemblerState* state) { in Generate()
195 KeyedStoreGenericAssembler assembler(state, StoreMode::kDefineKeyedOwn); in Generate()
199 void StoreICNoFeedbackGenerator::Generate(compiler::CodeAssemblerState* state) { in Generate() argument
200 KeyedStoreGenericAssembler assembler(state, StoreMode::kSet); in Generate()
205 compiler::CodeAssemblerState* state) { in Generate()
208 KeyedStoreGenericAssembler assembler(state, StoreMod in Generate()
193 Generate( compiler::CodeAssemblerState* state) Generate() argument
204 Generate( compiler::CodeAssemblerState* state) Generate() argument
212 SetProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<JSReceiver> receiver, TNode<BoolT> is_simple_receiver, TNode<Name> name, TNode<Object> value, LanguageMode language_mode) SetProperty() argument
221 SetProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<Object> receiver, TNode<Object> key, TNode<Object> value, LanguageMode language_mode) SetProperty() argument
229 CreateDataProperty( compiler::CodeAssemblerState* state, TNode<Context> context, TNode<JSObject> receiver, TNode<Object> key, TNode<Object> value) CreateDataProperty() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DRenderer.cpp660 auto &state = drawCall->setupState; in setupSolidTriangles() local
662 int ms = state.multiSampleCount; in setupSolidTriangles()
705 auto &state = drawCall->setupState; in setupWireframeTriangles() local
707 int ms = state.multiSampleCount; in setupWireframeTriangles()
726 bool frontFacing = (state.frontFace == VK_FRONT_FACE_COUNTER_CLOCKWISE) ? (A >= 0.0f) : (A <= 0.0f); in setupWireframeTriangles()
728 if(state.cullMode & VK_CULL_MODE_FRONT_BIT) in setupWireframeTriangles()
732 if(state.cullMode & VK_CULL_MODE_BACK_BIT) in setupWireframeTriangles()
760 auto &state = drawCall->setupState; in setupPointTriangles() local
762 int ms = state.multiSampleCount; in setupPointTriangles()
775 bool frontFacing = (state in setupPointTriangles()
805 auto &state = drawCall->setupState; setupLines() local
826 auto &state = drawCall->setupState; setupPoints() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureD3D12.cpp69 // There is no STENCIL_READ state. Readonly for stencil is bundled with DEPTH_READ. in D3D12TextureUsage()
648 Texture::Texture(Device* device, const TextureDescriptor* descriptor, TextureState state) in Texture() argument
649 : TextureBase(device, descriptor, state), in Texture()
762 StateAndDecay* state, in TransitionSubresourceRange()
767 if (state->lastState == newState) { in TransitionSubresourceRange()
771 D3D12_RESOURCE_STATES lastState = state->lastState; in TransitionSubresourceRange()
773 // The COMMON state represents a state where no write operations can be pending, and in TransitionSubresourceRange()
777 // state, or 2) multiple read states. Textures will implicitly decay to the COMMON in TransitionSubresourceRange()
778 // state whe in TransitionSubresourceRange()
760 TransitionSubresourceRange(std::vector<D3D12_RESOURCE_BARRIER>* barriers, const SubresourceRange& range, StateAndDecay* state, D3D12_RESOURCE_STATES newState, ExecutionSerial pendingCommandSerial) const TransitionSubresourceRange() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-surround-sink.c269 if (!PA_SINK_IS_LINKED(u->sink->thread_info.state) || in sink_process_msg_cb()
270 !PA_SINK_INPUT_IS_LINKED(u->sink_input->thread_info.state)) { in sink_process_msg_cb()
293 static int sink_set_state_in_main_thread_cb(pa_sink *s, pa_sink_state_t state, pa_suspend_cause_t suspend_cause) { in sink_set_state_in_main_thread_cb() argument
299 if (!PA_SINK_IS_LINKED(state) || in sink_set_state_in_main_thread_cb()
300 !PA_SINK_INPUT_IS_LINKED(u->sink_input->state)) in sink_set_state_in_main_thread_cb()
303 pa_sink_input_cork(u->sink_input, state == PA_SINK_SUSPENDED); in sink_set_state_in_main_thread_cb()
316 if (PA_SINK_IS_OPENED(new_state) && s->thread_info.state == PA_SINK_INIT) { in sink_set_state_in_io_thread_cb()
317 pa_log_debug("Requesting rewind due to state change."); in sink_set_state_in_io_thread_cb()
332 if (!PA_SINK_IS_LINKED(u->sink->thread_info.state) || in sink_request_rewind_cb()
333 !PA_SINK_INPUT_IS_LINKED(u->sink_input->thread_info.state)) in sink_request_rewind_cb()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic_scsi.c80 const char *fnic_state_to_str(unsigned int state) in fnic_state_to_str() argument
82 if (state >= ARRAY_SIZE(fnic_state_str) || !fnic_state_str[state]) in fnic_state_to_str()
85 return fnic_state_str[state]; in fnic_state_to_str()
88 static const char *fnic_ioreq_state_to_str(unsigned int state) in fnic_ioreq_state_to_str() argument
90 if (state >= ARRAY_SIZE(fnic_ioreq_state_str) || in fnic_ioreq_state_to_str()
91 !fnic_ioreq_state_str[state]) in fnic_ioreq_state_to_str()
94 return fnic_ioreq_state_str[state]; in fnic_ioreq_state_to_str()
479 "rport 0x%x in state 0x%x, returning DID_IMM_RETRY\n", in fnic_queuecommand_lck()
487 if (lp->state ! in fnic_queuecommand_lck()
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsamsung_tty.c285 struct circ_buf *xmit = &port->state->xmit; in s3c24xx_serial_stop_tx()
286 struct dma_tx_state state; in s3c24xx_serial_stop_tx() local
299 dmaengine_tx_status(dma->tx_chan, dma->tx_cookie, &state); in s3c24xx_serial_stop_tx()
304 count = dma->tx_bytes_requested - state.residue; in s3c24xx_serial_stop_tx()
324 struct circ_buf *xmit = &port->state->xmit; in s3c24xx_serial_tx_dma_complete()
326 struct dma_tx_state state; in s3c24xx_serial_tx_dma_complete() local
330 dmaengine_tx_status(dma->tx_chan, dma->tx_cookie, &state); in s3c24xx_serial_tx_dma_complete()
331 count = dma->tx_bytes_requested - state.residue; in s3c24xx_serial_tx_dma_complete()
407 struct circ_buf *xmit = &port->state->xmit; in s3c24xx_serial_start_tx_dma()
440 struct circ_buf *xmit = &port->state in s3c24xx_serial_start_next_tx()
509 struct dma_tx_state state; s3c24xx_serial_stop_rx() local
574 struct dma_tx_state state; s3c24xx_serial_rx_dma_complete() local
677 struct dma_tx_state state; s3c24xx_serial_rx_chars_dma() local
[all...]
/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c169 * each socket state is protected by separate spin lock.
525 int state; in unix_release_sock() local
529 /* Clear state */ in unix_release_sock()
536 state = sk->sk_state; in unix_release_sock()
565 if (state == TCP_LISTEN) in unix_release_sock()
849 sock->state = SS_UNCONNECTED; in unix_create()
1194 * 1003.1g breaking connected state with AF_UNSPEC in unix_dgram_connect()
1275 If we will make it after state is locked, in unix_stream_connect()
1297 /* Latch state of peer */ in unix_stream_connect()
1327 /* Latch our state in unix_stream_connect()
2311 unix_stream_read_generic(struct unix_stream_read_state *state, bool freezable) unix_stream_read_generic() argument
2510 unix_stream_read_actor(struct sk_buff *skb, int skip, int chunk, struct unix_stream_read_state *state) unix_stream_read_actor() argument
2524 struct unix_stream_read_state state = { unix_stream_recvmsg() local
2535 unix_stream_splice_actor(struct sk_buff *skb, int skip, int chunk, struct unix_stream_read_state *state) unix_stream_splice_actor() argument
2548 struct unix_stream_read_state state = { unix_stream_splice_read() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Drv770_dpm.c259 struct rv7xx_ps *state = rv770_get_ps(radeon_state); in rv770_populate_smc_t() local
271 a_n = (int)state->medium.sclk * pi->lmp + in rv770_populate_smc_t()
272 (int)state->low.sclk * (R600_AH_DFLT - pi->rlp); in rv770_populate_smc_t()
273 a_d = (int)state->low.sclk * (100 - (int)pi->rlp) + in rv770_populate_smc_t()
274 (int)state->medium.sclk * pi->lmp; in rv770_populate_smc_t()
279 a_n = (int)state->high.sclk * pi->lhp + (int)state->medium.sclk * in rv770_populate_smc_t()
281 a_d = (int)state->medium.sclk * (100 - (int)pi->rmp) + in rv770_populate_smc_t()
282 (int)state->high.sclk * pi->lhp; in rv770_populate_smc_t()
677 struct rv7xx_ps *state in rv770_convert_power_state_to_smc() local
741 struct rv7xx_ps *state = rv770_get_ps(radeon_state); rv770_program_memory_timing_parameters() local
1387 RV770_SMC_SWSTATE state = { 0 }; rv770_upload_sw_state() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Drv770_dpm.c261 struct rv7xx_ps *state = rv770_get_ps(radeon_state); in rv770_populate_smc_t() local
273 a_n = (int)state->medium.sclk * pi->lmp + in rv770_populate_smc_t()
274 (int)state->low.sclk * (R600_AH_DFLT - pi->rlp); in rv770_populate_smc_t()
275 a_d = (int)state->low.sclk * (100 - (int)pi->rlp) + in rv770_populate_smc_t()
276 (int)state->medium.sclk * pi->lmp; in rv770_populate_smc_t()
281 a_n = (int)state->high.sclk * pi->lhp + (int)state->medium.sclk * in rv770_populate_smc_t()
283 a_d = (int)state->medium.sclk * (100 - (int)pi->rmp) + in rv770_populate_smc_t()
284 (int)state->high.sclk * pi->lhp; in rv770_populate_smc_t()
679 struct rv7xx_ps *state in rv770_convert_power_state_to_smc() local
743 struct rv7xx_ps *state = rv770_get_ps(radeon_state); rv770_program_memory_timing_parameters() local
1389 RV770_SMC_SWSTATE state = { 0 }; rv770_upload_sw_state() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp453 State state; in getDirProps() local
464 /* The following stack contains the last known state before in getDirProps()
481 state=NOT_SEEKING_STRONG; in getDirProps()
483 state=SEEKING_STRONG_FOR_PARA; in getDirProps()
487 state=NOT_SEEKING_STRONG; in getDirProps()
507 if(state==SEEKING_STRONG_FOR_PARA) { in getDirProps()
509 state=NOT_SEEKING_STRONG; in getDirProps()
511 else if(state==SEEKING_STRONG_FOR_FSI) { in getDirProps()
517 state=LOOKING_FOR_PDI; in getDirProps()
523 if(state in getDirProps()
1780 int32_t state; /* current state */ global() member
[all...]
/third_party/lzma/C/
H A DXzDec.c954 p->state = XZ_STATE_STREAM_HEADER; in XzUnpacker_Init()
998 p->state = XZ_STATE_BLOCK_HEADER; in XzUnpacker_PrepareToRandomBlockDecoding()
1030 if (p->state == XZ_STATE_BLOCK) in XzUnpacker_Code()
1106 p->state = XZ_STATE_BLOCK_FOOTER; in XzUnpacker_Code()
1124 if (srcRem == 0 && p->state != XZ_STATE_BLOCK_FOOTER) in XzUnpacker_Code()
1130 switch (p->state) in XzUnpacker_Code()
1150 p->state = XZ_STATE_BLOCK_HEADER; in XzUnpacker_Code()
1172 p->state = XZ_STATE_STREAM_INDEX; in XzUnpacker_Code()
1195 p->state = XZ_STATE_BLOCK; in XzUnpacker_Code()
1245 p->state in XzUnpacker_Code()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dubidi.cpp453 State state; in getDirProps() local
464 /* The following stack contains the last known state before in getDirProps()
481 state=NOT_SEEKING_STRONG; in getDirProps()
483 state=SEEKING_STRONG_FOR_PARA; in getDirProps()
487 state=NOT_SEEKING_STRONG; in getDirProps()
507 if(state==SEEKING_STRONG_FOR_PARA) { in getDirProps()
509 state=NOT_SEEKING_STRONG; in getDirProps()
511 else if(state==SEEKING_STRONG_FOR_FSI) { in getDirProps()
517 state=LOOKING_FOR_PDI; in getDirProps()
523 if(state in getDirProps()
1780 int32_t state; /* current state */ global() member
[all...]
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs517 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
518 self.ut_type.hash(state); in hash()
519 self.ut_tv.hash(state); in hash()
520 self.ut_id.hash(state); in hash()
521 self.ut_pid.hash(state); in hash()
522 self.ut_user.hash(state); in hash()
523 self.ut_line.hash(state); in hash()
524 self.ut_host.hash(state); in hash()
525 self.__ut_reserved.hash(state); in hash()
550 fn hash<H: ::hash::Hasher>(&self, state
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidi.cpp453 State state; in getDirProps() local
464 /* The following stack contains the last known state before in getDirProps()
481 state=NOT_SEEKING_STRONG; in getDirProps()
483 state=SEEKING_STRONG_FOR_PARA; in getDirProps()
487 state=NOT_SEEKING_STRONG; in getDirProps()
507 if(state==SEEKING_STRONG_FOR_PARA) { in getDirProps()
509 state=NOT_SEEKING_STRONG; in getDirProps()
511 else if(state==SEEKING_STRONG_FOR_FSI) { in getDirProps()
517 state=LOOKING_FOR_PDI; in getDirProps()
523 if(state in getDirProps()
1780 int32_t state; /* current state */ global() member
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp195 void RenderRecord::SetState(int32_t state) in SetState() argument
197 state_ = state; in SetState()
364 void AppRunningRecord::SetState(const ApplicationState state) in SetState() argument
366 if (state >= ApplicationState::APP_STATE_END && state != ApplicationState::APP_STATE_CACHED) { in SetState()
367 TAG_LOGE(AAFwkTag::APPMGR, "Invalid application state"); in SetState()
370 if (state == ApplicationState::APP_STATE_FOREGROUND || state == ApplicationState::APP_STATE_BACKGROUND) { in SetState()
374 if (state == ApplicationState::APP_STATE_FOREGROUND) { in SetState()
376 } else if (state in SetState()
834 StateChangedNotifyObserver(const std::shared_ptr<AbilityRunningRecord> &ability, int32_t state, bool isAbility, bool isFromWindowFocusChanged) StateChangedNotifyObserver() argument
957 UpdateAbilityState(const sptr<IRemoteObject> &token, const AbilityState state) UpdateAbilityState() argument
1219 auto state = static_cast<int>(GetSupportProcessCacheState()); AbilityTerminated() local
2182 ChangeAppGcState(const int32_t state) ChangeAppGcState() argument
2291 SetPreloadState(PreloadState state) SetPreloadState() argument
[all...]
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp73 return (int32_t)(device->state); in DeviceAction()
183 manager->state->handlePendingRequest = handlePendingRequest; in BuildParam()
184 manager->state->connectRequest = connectRequest; in BuildParam()
185 manager->state->clientConnected = clientConnected; in BuildParam()
186 manager->state->clientConnectTimeout = clientConnectTimeout; in BuildParam()
187 manager->state->clientConnectFailed = clientConnectFailed; in BuildParam()
188 manager->state->serverAccepted = serverAccepted; in BuildParam()
189 manager->state->dataReceived = dataReceived; in BuildParam()
190 manager->state->connectionException = connectionException; in BuildParam()
191 manager->state in BuildParam()
1259 int32_t state = SOFTBUS_BR_STATE_TURN_ON; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
H A Dhash_core.c278 * @save_device_state: If true, saves the current hw state.
281 * and could also save current hw state.
295 &device_data->state); in hash_disable_power()
315 * @restore_device_state: If true, restores a previous saved hw state.
318 * and could also restore a previously saved hw state.
347 hash_resume_state(device_data, &device_data->state); in hash_enable_power()
558 memset(&req_ctx->state, 0, sizeof(struct hash_state)); in ux500_hash_init()
662 ctx->state.length.low_word += incr; in hash_incrementlength()
665 if (ctx->state.length.low_word < incr) in hash_incrementlength()
666 ctx->state in hash_incrementlength()
[all...]
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c257 phi->dch.state = dch->state; in hfcsusb_ph_info()
457 if (((ch->protocol == ISDN_P_NT_S0) && (hw->dch.state == 3)) || in open_dchannel()
458 ((ch->protocol == ISDN_P_TE_S0) && (hw->dch.state == 7))) in open_dchannel()
571 * S0 TE state change event handler
579 if (dch->state <= HFC_MAX_TE_LAYER1_STATE) in ph_state_te()
581 HFC_TE_LAYER1_STATES[dch->state]); in ph_state_te()
584 hw->name, __func__, dch->state); in ph_state_te()
587 switch (dch->state) { in ph_state_te()
605 if (dch->state in ph_state_te()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c447 clear_bit(__QLCNIC_SRIOV_ENABLE, &adapter->state); in qlcnic_sriov_pf_cleanup()
585 set_bit(__QLCNIC_SRIOV_ENABLE, &adapter->state); in __qlcnic_pci_sriov_enable()
613 clear_bit(__QLCNIC_SRIOV_ENABLE, &adapter->state); in __qlcnic_pci_sriov_enable()
672 if (test_and_set_bit(__QLCNIC_RESETTING, &adapter->state)) in qlcnic_pci_sriov_configure()
680 clear_bit(__QLCNIC_RESETTING, &adapter->state); in qlcnic_pci_sriov_configure()
777 set_bit(QLC_BC_VF_STATE, &vf->state); in qlcnic_sriov_pf_channel_cfg_cmd()
779 clear_bit(QLC_BC_VF_STATE, &vf->state); in qlcnic_sriov_pf_channel_cfg_cmd()
1670 if (test_bit(QLC_BC_VF_SOFT_FLR, &vf->state)) { in __qlcnic_sriov_process_flr()
1677 clear_bit(QLC_BC_VF_FLR, &vf->state); in __qlcnic_sriov_process_flr()
1678 if (test_bit(QLC_BC_VF_SOFT_FLR, &vf->state)) { in __qlcnic_sriov_process_flr()
[all...]
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dfarsync.c453 unsigned int state; /* State of card */ member
667 /* Place the processor in reset state
1477 if (card->state != FST_RUNNING) { in fst_intr()
1478 pr_err("Interrupt received for card %d in a non running state (%d)\n", in fst_intr()
1479 card->card_no, card->state); in fst_intr()
1601 card->state = FST_IFAILED; in fst_intr()
1629 card->state = FST_BADVERSION; in check_started_ok()
1634 card->state = FST_BADVERSION; in check_started_ok()
1639 card->state = FST_RUNNING; in check_started_ok()
1642 card->state in check_started_ok()
[all...]

Completed in 50 milliseconds

1...<<281282283284285286287288289290>>...823