Home
last modified time | relevance | path

Searched refs:state (Results 5051 - 5075 of 18368) sorted by relevance

1...<<201202203204205206207208209210>>...735

/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_async.c40 /* Structure for storing local state. */
44 unsigned int state; member
766 if (ap->state & (SC_TOSS | SC_ESCAPE)) in process_input_packet()
805 skb->cb[0] = ap->state; in process_input_packet()
808 ap->state = 0; in process_input_packet()
813 ap->state = SC_PREV_ERROR; in process_input_packet()
847 if ((ap->state & SC_ESCAPE) && buf[0] == PPP_ESCAPE) in ppp_async_input()
853 if (flags && (ap->state & SC_TOSS) == 0) { in ppp_async_input()
861 ap->state |= SC_TOSS; in ppp_async_input()
863 } else if (n > 0 && (ap->state in ppp_async_input()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c50 if ((ret == -ETIMEDOUT) || (ctx->state & GSC_CTX_ABORT)) { in __gsc_m2m_job_abort()
158 set_bit(ST_M2M_PEND, &gsc->state); in gsc_m2m_device_run()
164 ctx->state |= GSC_PARAMS; in gsc_m2m_device_run()
168 is_set = ctx->state & GSC_CTX_STOP_REQ; in gsc_m2m_device_run()
170 ctx->state &= ~GSC_CTX_STOP_REQ; in gsc_m2m_device_run()
171 ctx->state |= GSC_CTX_ABORT; in gsc_m2m_device_run()
186 if (ctx->state & GSC_PARAMS) { in gsc_m2m_device_run()
214 ctx->state &= ~GSC_PARAMS; in gsc_m2m_device_run()
221 ctx->state &= ~GSC_PARAMS; in gsc_m2m_device_run()
269 pr_debug("ctx: %p, ctx->state in gsc_m2m_buf_queue()
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dti-tsc2046.c148 enum tsc2046_state state; member
527 * This state machine should address following challenges : in tsc2046_adc_timer()
529 * channel of ADC. It will change the state every time we switch in tsc2046_adc_timer()
538 switch (priv->state) { in tsc2046_adc_timer()
548 priv->state = TSC2046_STATE_POLL_IRQ_DISABLE; in tsc2046_adc_timer()
551 priv->state = TSC2046_STATE_POLL; in tsc2046_adc_timer()
554 priv->state = TSC2046_STATE_STANDBY; in tsc2046_adc_timer()
562 priv->state = TSC2046_STATE_ENABLE_IRQ; in tsc2046_adc_timer()
571 dev_warn(&priv->spi->dev, "Got unexpected state: %i\n", in tsc2046_adc_timer()
572 priv->state); in tsc2046_adc_timer()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c74 ((x)->state)
118 if ((fcf->state == FCOE_FCF_STATE_UNKNOWN) || in fcoe_fcf_set_dev_loss_tmo()
119 (fcf->state == FCOE_FCF_STATE_DISCONNECTED) || in fcoe_fcf_set_dev_loss_tmo()
120 (fcf->state == FCOE_FCF_STATE_DELETED)) in fcoe_fcf_set_dev_loss_tmo()
250 name = get_fcoe_fcf_state_name(fcf->state); in show_fcf_state()
255 static FCOE_DEVICE_ATTR(fcf, state, S_IRUGO, show_fcf_state, NULL);
880 fcf->state = FCOE_FCF_STATE_DELETED; in fcoe_ctlr_device_delete()
937 * fires the devloss queue will be flushed, but the state will in fip_timeout_deleted_fcf()
941 if (fcf->state != FCOE_FCF_STATE_DISCONNECTED) in fip_timeout_deleted_fcf()
948 fcf->state in fip_timeout_deleted_fcf()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H A Dqedi_fw_api.c393 SET_FIELD(rdif_context->state, in init_rtdif_task_context()
396 SET_FIELD(rdif_context->state, RDIF_TASK_CONTEXT_IGNORE_APP_TAG, in init_rtdif_task_context()
475 SET_FIELD(context->ystorm_st_context.state.flags, in set_local_completion_context()
526 init_dif_context_flags(&cxt->ystorm_st_context.state.dif_flags, in init_rw_iscsi_task()
530 init_scsi_sgl_context(&cxt->ystorm_st_context.state.sgl_params, in init_rw_iscsi_task()
531 &cxt->ystorm_st_context.state.data_desc, in init_rw_iscsi_task()
542 SET_FIELD(cxt->ystorm_st_context.state.flags, in init_rw_iscsi_task()
635 init_scsi_sgl_context(&cxt->ystorm_st_context.state.sgl_params, in init_initiator_login_request_task()
636 &cxt->ystorm_st_context.state.data_desc, in init_initiator_login_request_task()
672 init_scsi_sgl_context(&cxt->ystorm_st_context.state in init_initiator_nop_out_task()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmsft.c114 int state; member
292 monitor->state = ADV_MONITOR_STATE_OFFLOADED; in msft_le_monitor_advertisement_cb()
328 if (address_filter->state == AF_STATE_ADDING) { in msft_remove_addr_filters_sync()
329 address_filter->state = AF_STATE_REMOVING; in msft_remove_addr_filters_sync()
337 if (address_filter->state == AF_STATE_REMOVING) in msft_remove_addr_filters_sync()
393 if (monitor->state == ADV_MONITOR_STATE_OFFLOADED) in msft_le_cancel_monitor_advertisement_cb()
394 monitor->state = ADV_MONITOR_STATE_REGISTERED; in msft_le_cancel_monitor_advertisement_cb()
681 * Therefore, remove handle_data mapping and reset monitor state. in msft_do_close()
687 if (monitor && monitor->state == ADV_MONITOR_STATE_OFFLOADED) in msft_do_close()
688 monitor->state in msft_do_close()
[all...]
/third_party/libinput/test/
H A Dlitest.h742 enum libinput_switch_state state);
778 enum libinput_button_state state);
799 enum libinput_key_state state);
813 enum libinput_button_state state);
825 enum libinput_key_state state);
830 enum libinput_switch_state state);
834 enum libinput_tablet_tool_proximity_state state);
845 enum libinput_key_state state);
850 enum libinput_button_state state);
855 enum libinput_switch_state state);
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_gpsk.c17 enum { GPSK_1, GPSK_3, SUCCESS, FAILURE } state; member
49 static const char * eap_gpsk_state_txt(int state) in eap_gpsk_state_txt() argument
51 switch (state) { in eap_gpsk_state_txt()
67 static void eap_gpsk_state(struct eap_gpsk_data *data, int state) in eap_gpsk_state() argument
70 eap_gpsk_state_txt(data->state), in eap_gpsk_state()
71 eap_gpsk_state_txt(state)); in eap_gpsk_state()
72 data->state = state; in eap_gpsk_state()
95 data->state = GPSK_1; in eap_gpsk_init()
282 if (data->state ! in eap_gpsk_process_gpsk_1()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_gpsk.c17 enum { GPSK_1, GPSK_3, SUCCESS, FAILURE } state; member
49 static const char * eap_gpsk_state_txt(int state) in eap_gpsk_state_txt() argument
51 switch (state) { in eap_gpsk_state_txt()
67 static void eap_gpsk_state(struct eap_gpsk_data *data, int state) in eap_gpsk_state() argument
70 eap_gpsk_state_txt(data->state), in eap_gpsk_state()
71 eap_gpsk_state_txt(state)); in eap_gpsk_state()
72 data->state = state; in eap_gpsk_state()
95 data->state = GPSK_1; in eap_gpsk_init()
282 if (data->state ! in eap_gpsk_process_gpsk_1()
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_frontend.c111 unsigned int state; member
474 fepriv->state = FESTATE_ERROR; in dvb_frontend_swzigzag_autotune()
493 if (fepriv->state & FESTATE_IDLE) { in dvb_frontend_swzigzag()
501 if (fepriv->state & FESTATE_RETUNE) { in dvb_frontend_swzigzag()
507 fepriv->state = FESTATE_ERROR; in dvb_frontend_swzigzag()
509 fepriv->state = FESTATE_TUNED; in dvb_frontend_swzigzag()
517 if (fepriv->state & FESTATE_RETUNE) { in dvb_frontend_swzigzag()
528 /* if we're not tuned, and we have a lock, move to the TUNED state */ in dvb_frontend_swzigzag()
529 if ((fepriv->state & FESTATE_WAITFORLOCK) && (s & FE_HAS_LOCK)) { in dvb_frontend_swzigzag()
531 fepriv->state in dvb_frontend_swzigzag()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_frontend.c112 unsigned int state; member
475 fepriv->state = FESTATE_ERROR; in dvb_frontend_swzigzag_autotune()
498 if (fepriv->state & FESTATE_IDLE) { in dvb_frontend_swzigzag()
506 if (fepriv->state & FESTATE_RETUNE) { in dvb_frontend_swzigzag()
512 fepriv->state = FESTATE_ERROR; in dvb_frontend_swzigzag()
514 fepriv->state = FESTATE_TUNED; in dvb_frontend_swzigzag()
522 if (fepriv->state & FESTATE_RETUNE) { in dvb_frontend_swzigzag()
533 /* if we're not tuned, and we have a lock, move to the TUNED state */ in dvb_frontend_swzigzag()
534 if ((fepriv->state & FESTATE_WAITFORLOCK) && (s & FE_HAS_LOCK)) { in dvb_frontend_swzigzag()
536 fepriv->state in dvb_frontend_swzigzag()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-cluster.c88 unsigned long state; member
356 set_bit(MD_CLUSTER_SUSPEND_READ_BALANCING, &cinfo->state); in recover_prep()
399 if (test_bit(MD_CLUSTER_BEGIN_JOIN_CLUSTER, &cinfo->state)) { in recover_done()
401 clear_bit(MD_CLUSTER_BEGIN_JOIN_CLUSTER, &cinfo->state); in recover_done()
403 clear_bit(MD_CLUSTER_SUSPEND_READ_BALANCING, &cinfo->state); in recover_done()
425 if (test_bit(MD_CLUSTER_ALREADY_IN_CLUSTER, &cinfo->state)) in ack_bast()
428 set_bit(MD_CLUSTER_PENDING_RECV_EVENT, &cinfo->state); in ack_bast()
518 set_bit(MD_CLUSTER_WAITING_FOR_NEWDISK, &cinfo->state); in process_add_new_disk()
522 clear_bit(MD_CLUSTER_WAITING_FOR_NEWDISK, &cinfo->state); in process_add_new_disk()
535 test_bit(MD_CLUSTER_HOLDING_MUTEX_FOR_RECVD, &cinfo->state)); in process_metadata_update()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispccdc.c109 * omap3isp_ccdc_busy - Get busy state of the CCDC.
282 ccdc->lsc.state = LSC_STATE_STOPPED; in __ccdc_lsc_enable()
286 ccdc->lsc.state = LSC_STATE_RUNNING; in __ccdc_lsc_enable()
288 ccdc->lsc.state = LSC_STATE_STOPPING; in __ccdc_lsc_enable()
347 ccdc->lsc.state = LSC_STATE_STOPPED; in ccdc_lsc_error_handler()
495 if (lsc->state != LSC_STATE_STOPPED) in ccdc_lsc_enable()
712 if (ccdc->state != ISP_PIPELINE_STREAM_STOPPED) in ccdc_config()
1331 if (ccdc->state == ISP_PIPELINE_STREAM_CONTINUOUS) in ccdc_disable()
1372 * ccdc_sbl_busy - Poll idle state of CCDC and related SBL memory write bits
1430 if (ccdc->lsc.state ! in ccdc_handle_stopping()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_lport.c21 * while processing another state.
37 * As rports exit the rport state machine a callback is made to the owner of
61 * that every _enter_* function corresponds to a state change. They generally
62 * change the lports state and then send a request out on the wire. We lock
63 * before calling any of these functions to protect that state change. This
65 * the state machine can transition between states (i.e. _enter_* functions)
71 * trigger a state change and so the lock must already be held.
74 * context and the work function will lock the lport and then retry the state
178 if (lport->state == LPORT_ST_DNS) { in fc_lport_rport_callback()
181 } else if (lport->state in fc_lport_rport_callback()
1336 fc_lport_enter_ns(struct fc_lport *lport, enum fc_lport_state state) fc_lport_enter_ns() argument
1435 fc_lport_enter_ms(struct fc_lport *lport, enum fc_lport_state state) fc_lport_enter_ms() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-timechart.c118 long state; member
176 int state; member
347 static void c_state_start(int cpu, u64 timestamp, int state) in c_state_start() argument
350 cpus_cstate_state[cpu] = state; in c_state_start()
360 pwr->state = cpus_cstate_state[cpu]; in c_state_end()
381 pwr->state = cpus_pstate_state[cpu]; in p_state_change()
427 if (p && p->current && p->current->state == TYPE_NONE) { in sched_wakeup()
429 p->current->state = TYPE_WAITING; in sched_wakeup()
431 if (p && p->current && p->current->state == TYPE_BLOCKED) { in sched_wakeup()
432 pid_put_sample(tchart, p->pid, p->current->state, cp in sched_wakeup()
582 u32 state = evsel__intval(evsel, sample, "state"); process_sample_cpu_idle() local
598 u32 state = evsel__intval(evsel, sample, "state"); process_sample_cpu_frequency() local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dtransaction.c291 if (btrfs_blocked_trans_types[cur_trans->state] & type) { in join_transaction()
342 cur_trans->state = TRANS_STATE_RUNNING; in join_transaction()
406 if ((test_bit(BTRFS_ROOT_SHAREABLE, &root->state) && in record_root_in_trans()
416 set_bit(BTRFS_ROOT_IN_TRANS_SETUP, &root->state); in record_root_in_trans()
455 clear_bit(BTRFS_ROOT_IN_TRANS_SETUP, &root->state); in record_root_in_trans()
485 if (!test_bit(BTRFS_ROOT_SHAREABLE, &root->state)) in btrfs_record_root_in_trans()
494 !test_bit(BTRFS_ROOT_IN_TRANS_SETUP, &root->state)) in btrfs_record_root_in_trans()
506 return (trans->state >= TRANS_STATE_COMMIT_START && in is_transaction_blocked()
507 trans->state < TRANS_STATE_UNBLOCKED && in is_transaction_blocked()
526 cur_trans->state > in wait_current_trans()
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_core.c2 /* Connection state tracking for netfilter. This is separated from,
987 * ASSURED state, i.e. the entry can always be evicted under in nf_ct_resolve_clash_harder()
1634 const struct nf_hook_state *state) in resolve_normal_ct()
1645 dataoff, state->pf, protonum, state->net, in resolve_normal_ct()
1653 hash = hash_conntrack_raw(&tuple, state->net); in resolve_normal_ct()
1654 h = __nf_conntrack_find_get(state->net, zone, &tuple, hash); in resolve_normal_ct()
1656 h = init_conntrack(state->net, tmpl, &tuple, in resolve_normal_ct()
1697 const struct nf_hook_state *state) in nf_conntrack_handle_icmp()
1701 if (state in nf_conntrack_handle_icmp()
1630 resolve_normal_ct(struct nf_conn *tmpl, struct sk_buff *skb, unsigned int dataoff, u_int8_t protonum, const struct nf_hook_state *state) resolve_normal_ct() argument
1693 nf_conntrack_handle_icmp(struct nf_conn *tmpl, struct sk_buff *skb, unsigned int dataoff, u8 protonum, const struct nf_hook_state *state) nf_conntrack_handle_icmp() argument
1729 nf_conntrack_handle_packet(struct nf_conn *ct, struct sk_buff *skb, unsigned int dataoff, enum ip_conntrack_info ctinfo, const struct nf_hook_state *state) nf_conntrack_handle_packet() argument
1774 nf_conntrack_in(struct sk_buff *skb, const struct nf_hook_state *state) nf_conntrack_in() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-cluster.c88 unsigned long state; member
356 set_bit(MD_CLUSTER_SUSPEND_READ_BALANCING, &cinfo->state); in recover_prep()
399 if (test_bit(MD_CLUSTER_BEGIN_JOIN_CLUSTER, &cinfo->state)) { in recover_done()
401 clear_bit(MD_CLUSTER_BEGIN_JOIN_CLUSTER, &cinfo->state); in recover_done()
403 clear_bit(MD_CLUSTER_SUSPEND_READ_BALANCING, &cinfo->state); in recover_done()
425 if (test_bit(MD_CLUSTER_ALREADY_IN_CLUSTER, &cinfo->state)) in ack_bast()
428 set_bit(MD_CLUSTER_PENDING_RECV_EVENT, &cinfo->state); in ack_bast()
518 set_bit(MD_CLUSTER_WAITING_FOR_NEWDISK, &cinfo->state); in process_add_new_disk()
522 clear_bit(MD_CLUSTER_WAITING_FOR_NEWDISK, &cinfo->state); in process_add_new_disk()
539 test_bit(MD_CLUSTER_HOLDING_MUTEX_FOR_RECVD, &cinfo->state)); in process_metadata_update()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/libfc/
H A Dfc_lport.c21 * while processing another state.
37 * As rports exit the rport state machine a callback is made to the owner of
61 * that every _enter_* function corresponds to a state change. They generally
62 * change the lports state and then send a request out on the wire. We lock
63 * before calling any of these functions to protect that state change. This
65 * the state machine can transition between states (i.e. _enter_* functions)
71 * trigger a state change and so the lock must already be held.
74 * context and the work function will lock the lport and then retry the state
181 if (lport->state == LPORT_ST_DNS) { in fc_lport_rport_callback()
184 } else if (lport->state in fc_lport_rport_callback()
1345 fc_lport_enter_ns(struct fc_lport *lport, enum fc_lport_state state) fc_lport_enter_ns() argument
1444 fc_lport_enter_ms(struct fc_lport *lport, enum fc_lport_state state) fc_lport_enter_ms() argument
[all...]
/third_party/pulseaudio/src/pulse/
H A Dcontext.c169 c->state = PA_CONTEXT_UNCONNECTED; in pa_context_new_with_proplist()
225 pa_stream_set_state(s, c->state == PA_CONTEXT_FAILED ? PA_STREAM_FAILED : PA_STREAM_TERMINATED); in context_unlink()
317 if (c->state == st) in pa_context_set_state()
322 c->state = st; in pa_context_set_state()
497 pa_assert(c->state == PA_CONTEXT_AUTHORIZING || c->state == PA_CONTEXT_SETTING_NAME); in setup_complete_callback()
506 switch(c->state) { in setup_complete_callback()
732 const char *state = NULL; local
752 if (!(a = pa_split_spaces(c->conf->extra_arguments, &state)))
924 pa_assert(c->state
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c602 if (test_and_set_bit(HCLGE_STATE_STATISTICS_UPDATING, &hdev->state)) in hclge_update_stats()
617 clear_bit(HCLGE_STATE_STATISTICS_UPDATING, &hdev->state); in hclge_update_stats()
1807 vport->port_base_vlan_cfg.state = HNAE3_PORT_BASE_VLAN_DISABLE; in hclge_alloc_vport()
2750 test_and_set_bit(HCLGE_STATE_FEC_STATS_UPDATING, &hdev->state)) in hclge_update_fec_stats()
2758 clear_bit(HCLGE_STATE_FEC_STATS_UPDATING, &hdev->state); in hclge_update_fec_stats()
2896 if (!test_bit(HCLGE_STATE_RST_HANDLING, &hdev->state)) in hclge_mac_init()
2938 if (!test_bit(HCLGE_STATE_REMOVING, &hdev->state) && in hclge_mbx_task_schedule()
2939 !test_and_set_bit(HCLGE_STATE_MBX_SERVICE_SCHED, &hdev->state)) { in hclge_mbx_task_schedule()
2947 if (!test_bit(HCLGE_STATE_REMOVING, &hdev->state) && in hclge_reset_task_schedule()
2948 test_bit(HCLGE_STATE_SERVICE_INITED, &hdev->state) in hclge_reset_task_schedule()
3033 int state; hclge_update_link_status() local
5119 hclge_update_fd_rule_node(struct hclge_dev *hdev, struct hclge_fd_rule *old_rule, struct hclge_fd_rule *new_rule, enum HCLGE_FD_NODE_STATE state) hclge_update_fd_rule_node() argument
5328 hclge_update_fd_list(struct hclge_dev *hdev, enum HCLGE_FD_NODE_STATE state, u16 location, struct hclge_fd_rule *new_rule) hclge_update_fd_list() argument
8406 hclge_update_mac_node(struct hclge_mac_node *mac_node, enum HCLGE_MAC_NODE_STATE state) hclge_update_mac_node() argument
8435 hclge_update_mac_list(struct hclge_vport *vport, enum HCLGE_MAC_NODE_STATE state, enum HCLGE_MAC_ADDR_TYPE mac_type, const unsigned char *addr) hclge_update_mac_list() argument
10102 u16 state; hclge_restore_vport_port_base_vlan_config() local
10302 hclge_update_port_base_vlan_cfg(struct hclge_vport *vport, u16 state, struct hclge_vlan_info *vlan_info) hclge_update_port_base_vlan_cfg() argument
10343 hclge_get_port_base_vlan_state(struct hclge_vport *vport, enum hnae3_port_base_vlan_state state, u16 vlan, u8 qos) hclge_get_port_base_vlan_state() argument
10371 u16 state; hclge_set_vf_vlan_filter() local
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd.c2014 tnr_dmd->state = CXD2880_TNRDMD_STATE_UNKNOWN; in cxd2880_tnrdmd_init1()
2024 tnr_dmd->diver_sub->state = CXD2880_TNRDMD_STATE_UNKNOWN; in cxd2880_tnrdmd_init1()
2134 tnr_dmd->state = CXD2880_TNRDMD_STATE_SLEEP; in cxd2880_tnrdmd_init2()
2137 tnr_dmd->diver_sub->state = CXD2880_TNRDMD_STATE_SLEEP; in cxd2880_tnrdmd_init2()
2204 if (tnr_dmd->state != CXD2880_TNRDMD_STATE_SLEEP && in cxd2880_tnrdmd_common_tune_setting1()
2205 tnr_dmd->state != CXD2880_TNRDMD_STATE_ACTIVE) in cxd2880_tnrdmd_common_tune_setting1()
2394 if (tnr_dmd->state != CXD2880_TNRDMD_STATE_SLEEP && in cxd2880_tnrdmd_common_tune_setting2()
2395 tnr_dmd->state != CXD2880_TNRDMD_STATE_ACTIVE) in cxd2880_tnrdmd_common_tune_setting2()
2424 if (tnr_dmd->state == CXD2880_TNRDMD_STATE_SLEEP) in cxd2880_tnrdmd_sleep()
2427 if (tnr_dmd->state ! in cxd2880_tnrdmd_sleep()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd.c2014 tnr_dmd->state = CXD2880_TNRDMD_STATE_UNKNOWN; in cxd2880_tnrdmd_init1()
2024 tnr_dmd->diver_sub->state = CXD2880_TNRDMD_STATE_UNKNOWN; in cxd2880_tnrdmd_init1()
2134 tnr_dmd->state = CXD2880_TNRDMD_STATE_SLEEP; in cxd2880_tnrdmd_init2()
2137 tnr_dmd->diver_sub->state = CXD2880_TNRDMD_STATE_SLEEP; in cxd2880_tnrdmd_init2()
2204 if (tnr_dmd->state != CXD2880_TNRDMD_STATE_SLEEP && in cxd2880_tnrdmd_common_tune_setting1()
2205 tnr_dmd->state != CXD2880_TNRDMD_STATE_ACTIVE) in cxd2880_tnrdmd_common_tune_setting1()
2394 if (tnr_dmd->state != CXD2880_TNRDMD_STATE_SLEEP && in cxd2880_tnrdmd_common_tune_setting2()
2395 tnr_dmd->state != CXD2880_TNRDMD_STATE_ACTIVE) in cxd2880_tnrdmd_common_tune_setting2()
2424 if (tnr_dmd->state == CXD2880_TNRDMD_STATE_SLEEP) in cxd2880_tnrdmd_sleep()
2427 if (tnr_dmd->state ! in cxd2880_tnrdmd_sleep()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dmcast.c1994 pmc->mca_flags &= ~MAF_GSQUERY; /* clear query state */ in add_grec()
2867 struct igmp6_mc_iter_state *state = igmp6_mc_seq_private(seq); in igmp6_mc_get_first() local
2870 state->idev = NULL; in igmp6_mc_get_first()
2871 for_each_netdev_rcu(net, state->dev) { in igmp6_mc_get_first()
2873 idev = __in6_dev_get(state->dev); in igmp6_mc_get_first()
2879 state->idev = idev; in igmp6_mc_get_first()
2888 struct igmp6_mc_iter_state *state = igmp6_mc_seq_private(seq); in igmp6_mc_get_next() local
2892 state->dev = next_net_device_rcu(state->dev); in igmp6_mc_get_next()
2893 if (!state in igmp6_mc_get_next()
2932 struct igmp6_mc_iter_state *state = igmp6_mc_seq_private(seq); __releases() local
2943 struct igmp6_mc_iter_state *state = igmp6_mc_seq_private(seq); igmp6_mc_seq_show() local
2975 struct igmp6_mcf_iter_state *state = igmp6_mcf_seq_private(seq); igmp6_mcf_get_first() local
3001 struct igmp6_mcf_iter_state *state = igmp6_mcf_seq_private(seq); igmp6_mcf_get_next() local
3055 struct igmp6_mcf_iter_state *state = igmp6_mcf_seq_private(seq); __releases() local
3069 struct igmp6_mcf_iter_state *state = igmp6_mcf_seq_private(seq); igmp6_mcf_seq_show() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c725 if (efx->state != STATE_RECOVERY) { in ef4_farch_fini_dmaq()
1823 * key derived from the n-tuple. The initial LFSR state is 0xffff. */
1867 struct ef4_farch_filter_state *state = efx->filter_state; in ef4_farch_filter_push_rx_config() local
1873 table = &state->table[EF4_FARCH_FILTER_TABLE_RX_IP]; in ef4_farch_filter_push_rx_config()
1887 table = &state->table[EF4_FARCH_FILTER_TABLE_RX_MAC]; in ef4_farch_filter_push_rx_config()
1899 table = &state->table[EF4_FARCH_FILTER_TABLE_RX_DEF]; in ef4_farch_filter_push_rx_config()
1941 struct ef4_farch_filter_state *state = efx->filter_state; in ef4_farch_filter_push_tx_limits() local
1947 table = &state->table[EF4_FARCH_FILTER_TABLE_TX_MAC]; in ef4_farch_filter_push_tx_limits()
2304 struct ef4_farch_filter_state *state = efx->filter_state; in ef4_farch_filter_get_rx_id_limit() local
2310 if (state in ef4_farch_filter_get_rx_id_limit()
2322 struct ef4_farch_filter_state *state = efx->filter_state; ef4_farch_filter_insert() local
2526 struct ef4_farch_filter_state *state = efx->filter_state; ef4_farch_filter_remove_safe() local
2552 struct ef4_farch_filter_state *state = efx->filter_state; ef4_farch_filter_get_safe() local
2589 struct ef4_farch_filter_state *state = efx->filter_state; ef4_farch_filter_table_clear() local
2617 struct ef4_farch_filter_state *state = efx->filter_state; ef4_farch_filter_count_rx_used() local
2645 struct ef4_farch_filter_state *state = efx->filter_state; ef4_farch_filter_get_rx_ids() local
2678 struct ef4_farch_filter_state *state = efx->filter_state; ef4_farch_filter_table_restore() local
2710 struct ef4_farch_filter_state *state = efx->filter_state; ef4_farch_filter_table_remove() local
2722 struct ef4_farch_filter_state *state; ef4_farch_filter_table_probe() local
2780 struct ef4_farch_filter_state *state = efx->filter_state; ef4_farch_filter_update_rx_scatter() local
2832 struct ef4_farch_filter_state *state = efx->filter_state; ef4_farch_filter_rfs_expire_one() local
[all...]

Completed in 51 milliseconds

1...<<201202203204205206207208209210>>...735