Home
last modified time | relevance | path

Searched refs:state (Results 15926 - 15950 of 20918) sorted by relevance

1...<<631632633634635636637638639640>>...837

/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_mad.c366 * Note that this will only take effect when the link state changes.
385 * Note that this will only take effect when the link state changes.
395 * get_linkdowndefaultstate - get the default linkdown state
463 u32 state; in subn_get_portinfo() local
507 state = dd->f_iblink_state(ppd->lastibcstat); in subn_get_portinfo()
508 pip->linkspeed_portstate = ppd->link_speed_supported << 4 | state; in subn_get_portinfo()
666 u8 state; in subn_set_portinfo() local
758 /* Set link down default state. */ in subn_set_portinfo()
813 * Do the port state change now that the other link parameters in subn_set_portinfo()
815 * Changing the port physical state onl in subn_set_portinfo()
[all...]
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_llc.c821 if (lgr->lnk[i].state == SMC_LNK_UNUSED) in smc_llc_alloc_alt_link()
825 if (lgr->lnk[i].state == SMC_LNK_UNUSED) in smc_llc_alloc_alt_link()
1113 lnk_new->state = SMC_LNK_INACTIVE; in smc_llc_cli_add_link()
1294 if (!smc_link_downing(&lnk_asym->state)) in smc_llc_delete_asym_link()
1514 link_new->state = SMC_LNK_INACTIVE; in smc_llc_srv_add_link()
1625 if (smc_link_downing(&lnk_del->state)) in smc_llc_process_cli_delete_link()
1631 /* expected deletion of asym link, don't change lgr state */ in smc_llc_process_cli_delete_link()
1698 if (smc_link_downing(&lnk_del->state)) { in smc_llc_process_srv_delete_link()
2127 return; /* link state changed */ in smc_llc_testlink_work()
2184 link->state in smc_llc_link_active()
[all...]
/kernel/linux/linux-6.6/net/netlink/
H A Daf_netlink.c82 /* state bits */
354 &nlk_sk(sk)->state)) { in netlink_overrun()
367 clear_bit(NETLINK_S_CONGESTED, &nlk->state); in netlink_rcv_wake()
368 if (!test_bit(NETLINK_S_CONGESTED, &nlk->state)) in netlink_rcv_wake()
681 sock->state = SS_UNCONNECTED; in netlink_create()
1250 test_bit(NETLINK_S_CONGESTED, &nlk->state))) { in netlink_attachskb()
1264 test_bit(NETLINK_S_CONGESTED, &nlk->state)) && in netlink_attachskb()
1417 !test_bit(NETLINK_S_CONGESTED, &nlk->state)) { in netlink_broadcast_deliver()
1711 clear_bit(NETLINK_S_CONGESTED, &nlk->state); in netlink_setsockopt()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_io.c167 atomic_set(&io_req->state, QEDFC_CMD_ST_RRQ_ACTIVE); in qedf_handle_rrq()
376 atomic_set(&io_req->state, QEDFC_CMD_ST_IO_ACTIVE); in qedf_alloc_cmd()
453 atomic_set(&io_req->state, QEDF_CMD_ST_INACTIVE); in qedf_release_cmd()
989 if (lport->state != LPORT_ST_READY || in qedf_queuecommand()
1684 if (atomic_read(&io_req->state) == in qedf_flush_active_ios()
1882 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_abts()
2015 atomic_set(&io_req->state, QEDFC_CMD_ST_RRQ_WAIT); in qedf_process_abts_compl()
2385 * Double check that fcport has not gone into an uploading state before in qedf_execute_tmf()
2485 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_tmf()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c1726 nodes, so we are creating holes in the state space in tre_copy_ast()
2495 while (trans->state != NULL) in tre_make_trans()
2517 if (trans->state == NULL) in tre_make_trans()
2518 (trans + 1)->state = NULL; in tre_make_trans()
2523 trans->state = transitions + offs[p2->position]; in tre_make_trans()
2605 from each state. */ in tre_make_trans()
2793 /* Add a dummy node for the final state. in regcomp()
2857 initial[i].state = transitions + offs[p->position]; in regcomp()
2874 initial[i].state = NULL; in regcomp()
2918 if (tnfa->transitions[i].state) in regfree()
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c1727 nodes, so we are creating holes in the state space in tre_copy_ast()
2496 while (trans->state != NULL) in tre_make_trans()
2518 if (trans->state == NULL) in tre_make_trans()
2519 (trans + 1)->state = NULL; in tre_make_trans()
2524 trans->state = transitions + offs[p2->position]; in tre_make_trans()
2606 from each state. */ in tre_make_trans()
2794 /* Add a dummy node for the final state. in regcomp()
2858 initial[i].state = transitions + offs[p->position]; in regcomp()
2875 initial[i].state = NULL; in regcomp()
2919 if (tnfa->transitions[i].state) in regfree()
[all...]
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c1726 nodes, so we are creating holes in the state space in tre_copy_ast()
2495 while (trans->state != NULL) in tre_make_trans()
2517 if (trans->state == NULL) in tre_make_trans()
2518 (trans + 1)->state = NULL; in tre_make_trans()
2523 trans->state = transitions + offs[p2->position]; in tre_make_trans()
2605 from each state. */ in tre_make_trans()
2793 /* Add a dummy node for the final state. in regcomp()
2857 initial[i].state = transitions + offs[p->position]; in regcomp()
2874 initial[i].state = NULL; in regcomp()
2918 if (tnfa->transitions[i].state) in regfree()
[all...]
/third_party/musl/src/regex/
H A Dregcomp.c1726 nodes, so we are creating holes in the state space in tre_copy_ast()
2495 while (trans->state != NULL) in tre_make_trans()
2517 if (trans->state == NULL) in tre_make_trans()
2518 (trans + 1)->state = NULL; in tre_make_trans()
2523 trans->state = transitions + offs[p2->position]; in tre_make_trans()
2605 from each state. */ in tre_make_trans()
2793 /* Add a dummy node for the final state. in regcomp()
2857 initial[i].state = transitions + offs[p->position]; in regcomp()
2874 initial[i].state = NULL; in regcomp()
2918 if (tnfa->transitions[i].state) in regfree()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c1016 /* blend state */ in nvc0_blitctx_prepare_state()
1022 /* rasterizer state */ in nvc0_blitctx_prepare_state()
1039 /* zsa state */ in nvc0_blitctx_prepare_state()
1345 n = MAX2(2, nvc0->state.num_vtxelts); in nvc0_blit_3d()
1361 if (nvc0->state.instance_elts) { in nvc0_blit_3d()
1362 nvc0->state.instance_elts = 0; in nvc0_blit_3d()
1367 nvc0->state.num_vtxelts = 2; in nvc0_blit_3d()
1369 if (nvc0->state.prim_restart) { in nvc0_blit_3d()
1371 nvc0->state.prim_restart = 0; in nvc0_blit_3d()
1374 if (nvc0->state in nvc0_blit_3d()
[all...]
/third_party/python/Lib/
H A Dinspect.py1864 """Get current state of a generator-iterator.
1906 """Get current state of a coroutine object.
2735 def __setstate__(self, state):
2736 self._default = state['_default']
2737 self._annotation = state['_annotation']
2928 def __setstate__(self, state):
2929 self._signature = state['_signature']
2930 self.arguments = state['arguments']
3226 def __setstate__(self, state):
3227 self._return_annotation = state['_return_annotatio
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c436 vf->state = VF_STOPPED; in qed_iov_setup_vfdb()
821 vf->state = VF_FREE; in qed_iov_enable_vf_access()
1554 if (vf->state != VF_FREE && vf->state != VF_STOPPED) { in qed_iov_vf_mbx_acquire()
1557 "VF[%d] sent ACQUIRE but is already in state %d - fail request\n", in qed_iov_vf_mbx_acquire()
1558 vf->abs_vf_id, vf->state); in qed_iov_vf_mbx_acquire()
1676 vf->state = VF_ACQUIRED; in qed_iov_vf_mbx_acquire()
1908 vf->state = VF_ENABLED; in qed_iov_vf_mbx_start_vport()
3395 if (p_vf->state != VF_STOPPED && p_vf->state ! in qed_iov_vf_mbx_release()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c806 int state; /* Adapter OPENED or CLOSED */ member
817 int local_state; /* State within a 'media' state */
835 int save_cnt; /* Flag if state already saved */
991 static void yawn(struct net_device *dev, int state);
1243 lp->state = INITIALISED; in de4x5_hw_init()
1252 lp->state = CLOSED; in de4x5_hw_init()
1314 lp->state = OPEN; in de4x5_open()
1327 lp->state = CLOSED; in de4x5_open()
1836 lp->state = CLOSED; in de4x5_close()
1923 if (lp->state in set_multicast_list()
5142 yawn(struct net_device *dev, int state) yawn() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/
H A Dmwl8k.c177 u8 state; member
288 /* async firmware loading state */
570 * FW_STATE_INIT state. in mwl8k_request_firmware()
1794 if (stream->state == AMPDU_NO_STREAM) { in mwl8k_add_stream()
1796 stream->state = AMPDU_STREAM_NEW; in mwl8k_add_stream()
1813 if (stream->state != AMPDU_STREAM_NEW) in mwl8k_start_stream()
1842 if (stream->state == AMPDU_NO_STREAM) in mwl8k_lookup_stream()
1991 if (stream->state == AMPDU_STREAM_ACTIVE) { in mwl8k_txq_xmit()
1999 } else if (stream->state == AMPDU_STREAM_NEW) { in mwl8k_txq_xmit()
3839 if (streams->state in mwl8k_watchdog_ba_events()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_attr.c188 /* Port state is only one of two values for now. */ in lpfc_nvme_info_show()
355 /* Port state is only one of two values for now. */ in lpfc_nvme_info_show()
383 /* Port state is only one of two values for now. */ in lpfc_nvme_info_show()
871 * lpfc_state_show - Return the link state of the port
874 * @buf: on return contains text describing the state of the link.
968 (link.link0.state == LPFC_LINK_UP) ? in lpfc_link_state_show()
975 (link.link1.state == LPFC_LINK_UP) ? in lpfc_link_state_show()
982 (link.link2.state == LPFC_LINK_UP) ? in lpfc_link_state_show()
989 (link.link3.state == LPFC_LINK_UP) ? in lpfc_link_state_show()
1056 * return from link state chang
1734 char * state; lpfc_board_mode_show() local
6088 enum ras_state state; lpfc_ras_fwlog_buffsize_set() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/
H A Dmacb_main.c581 struct phylink_link_state *state) in macb_usx_pcs_get_state()
586 state->speed = SPEED_10000; in macb_usx_pcs_get_state()
587 state->duplex = 1; in macb_usx_pcs_get_state()
588 state->an_complete = 1; in macb_usx_pcs_get_state()
591 state->link = !!(val & GEM_BIT(USX_BLOCK_LOCK)); in macb_usx_pcs_get_state()
594 state->pause = MLO_PAUSE_RX; in macb_usx_pcs_get_state()
612 struct phylink_link_state *state) in macb_pcs_get_state()
614 state->link = 0; in macb_pcs_get_state()
644 const struct phylink_link_state *state) in macb_mac_config()
658 if (state in macb_mac_config()
580 macb_usx_pcs_get_state(struct phylink_pcs *pcs, struct phylink_link_state *state) macb_usx_pcs_get_state() argument
611 macb_pcs_get_state(struct phylink_pcs *pcs, struct phylink_link_state *state) macb_pcs_get_state() argument
643 macb_mac_config(struct phylink_config *config, unsigned int mode, const struct phylink_link_state *state) macb_mac_config() argument
850 macb_get_pcs_fixed_state(struct phylink_config *config, struct phylink_link_state *state) macb_get_pcs_fixed_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c438 vf->state = VF_STOPPED; in qed_iov_setup_vfdb()
823 vf->state = VF_FREE; in qed_iov_enable_vf_access()
1556 if (vf->state != VF_FREE && vf->state != VF_STOPPED) { in qed_iov_vf_mbx_acquire()
1559 "VF[%d] sent ACQUIRE but is already in state %d - fail request\n", in qed_iov_vf_mbx_acquire()
1560 vf->abs_vf_id, vf->state); in qed_iov_vf_mbx_acquire()
1678 vf->state = VF_ACQUIRED; in qed_iov_vf_mbx_acquire()
1910 vf->state = VF_ENABLED; in qed_iov_vf_mbx_start_vport()
3397 if (p_vf->state != VF_STOPPED && p_vf->state ! in qed_iov_vf_mbx_release()
[all...]
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c162 * Check the link state. This may start or stop the tx queue.
209 /* Check if link state has changed */ in vmxnet3_process_events()
2067 /* reset internal state and allocate buffers for both rings */ in vmxnet3_rq_init()
3073 * Check link state when first activating device. It will start the in vmxnet3_activate_dev()
3081 clear_bit(VMXNET3_STATE_BIT_QUIESCED, &adapter->state); in vmxnet3_activate_dev()
3111 if (test_and_set_bit(VMXNET3_STATE_BIT_QUIESCED, &adapter->state)) in vmxnet3_quiesce_dev()
3416 while (test_and_set_bit(VMXNET3_STATE_BIT_RESETTING, &adapter->state)) in vmxnet3_close()
3424 clear_bit(VMXNET3_STATE_BIT_RESETTING, &adapter->state); in vmxnet3_close()
3440 BUG_ON(test_bit(VMXNET3_STATE_BIT_RESETTING, &adapter->state)); in vmxnet3_force_close()
3449 clear_bit(VMXNET3_STATE_BIT_QUIESCED, &adapter->state); in vmxnet3_force_close()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/
H A Dmwl8k.c177 u8 state; member
288 /* async firmware loading state */
570 * FW_STATE_INIT state. in mwl8k_request_firmware()
1798 if (stream->state == AMPDU_NO_STREAM) { in mwl8k_add_stream()
1800 stream->state = AMPDU_STREAM_NEW; in mwl8k_add_stream()
1817 if (stream->state != AMPDU_STREAM_NEW) in mwl8k_start_stream()
1846 if (stream->state == AMPDU_NO_STREAM) in mwl8k_lookup_stream()
1995 if (stream->state == AMPDU_STREAM_ACTIVE) { in mwl8k_txq_xmit()
2003 } else if (stream->state == AMPDU_STREAM_NEW) { in mwl8k_txq_xmit()
3843 if (streams->state in mwl8k_watchdog_ba_events()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_attr.c363 /* Port state is only one of two values for now. */ in lpfc_nvme_info_show()
530 /* Port state is only one of two values for now. */ in lpfc_nvme_info_show()
558 /* Port state is only one of two values for now. */ in lpfc_nvme_info_show()
1025 * lpfc_link_state_show - Return the link state of the port
1028 * @buf: on return contains text describing the state of the link.
1129 (link.link0.state == LPFC_LINK_UP) ? in lpfc_link_state_show()
1136 (link.link1.state == LPFC_LINK_UP) ? in lpfc_link_state_show()
1143 (link.link2.state == LPFC_LINK_UP) ? in lpfc_link_state_show()
1150 (link.link3.state == LPFC_LINK_UP) ? in lpfc_link_state_show()
1217 * return from link state chang
2004 char * state; lpfc_board_mode_show() local
5856 enum ras_state state; lpfc_ras_fwlog_buffsize_set() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc22 #include "src/compiler/state-values-utils.h"
750 FrameStateDescriptor* descriptor, FrameState state, OperandGenerator* g, in AddInputsToFrameStateDescriptor()
759 descriptor->outer_state(), FrameState{state.outer_frame_state()}, g, in AddInputsToFrameStateDescriptor()
763 Node* parameters = state.parameters(); in AddInputsToFrameStateDescriptor()
764 Node* locals = state.locals(); in AddInputsToFrameStateDescriptor()
765 Node* stack = state.stack(); in AddInputsToFrameStateDescriptor()
766 Node* context = state.context(); in AddInputsToFrameStateDescriptor()
767 Node* function = state.function(); in AddInputsToFrameStateDescriptor()
1062 // If the call needs a frame state, we insert the state informatio in InitializeCallBuffer()
749 AddInputsToFrameStateDescriptor( FrameStateDescriptor* descriptor, FrameState state, OperandGenerator* g, StateObjectDeduplicator* deduplicator, InstructionOperandVector* inputs, FrameStateInputKind kind, Zone* zone) AddInputsToFrameStateDescriptor() argument
3275 GetFrameStateDescriptorInternal(Zone* zone, FrameState state) GetFrameStateDescriptorInternal() argument
3309 GetFrameStateDescriptor( FrameState state) GetFrameStateDescriptor() argument
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_vap.h106 mac_vap_state_enum_uint8 state; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dplat_pm_wlan.h122 unsigned long wlan_power_state; /* wlan power on state */
125 volatile unsigned long wlan_dev_state; /* wlan sleep state */
126 volatile unsigned long wlan_host_state; /* wlan host sleep state */
184 system can enter deep sleep state.CNcomment:深睡眠门限,单位
189 hi_u8 evt_sts; /**< sleep event state.CNcomment:唤醒事件状态 CNend */
190 hi_u8 int_sts; /**< sleep interrupt state.CNcomment:唤醒中断状态 CNend */
191 hi_u8 last_time_vote_state; /**< last time vote state, 0:no sleep, 1: light sleep, 2: deep sleep.
249 hi_void wlan_pm_state_set(struct wlan_pm_info *wlan_pm, unsigned long state);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/
H A Ddevice.h71 INT32 (*suspend)(struct device *dev, INT32 state);
172 * Solution: Check the system state.
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_session.h72 coap_session_state_t state; /**< current state of relationaship with peer */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddhcp.h199 /* current DHCP state machine state */
200 u8_t state: 4; member
235 /* track PCB allocation state */

Completed in 96 milliseconds

1...<<631632633634635636637638639640>>...837