/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | interrupt.h | 281 static inline void interrupt_nmi_enter_prepare(struct pt_regs *regs, struct interrupt_nmi_state *state) in interrupt_nmi_enter_prepare() argument 284 state->irq_soft_mask = local_paca->irq_soft_mask; in interrupt_nmi_enter_prepare() 285 state->irq_happened = local_paca->irq_happened; in interrupt_nmi_enter_prepare() 286 state->softe = regs->softe; in interrupt_nmi_enter_prepare() 301 * masked state. This makes arch_irq_disabled_regs(regs) in interrupt_nmi_enter_prepare() 309 /* Don't do any per-CPU operations until interrupt state is fixed */ in interrupt_nmi_enter_prepare() 312 state->ftrace_enabled = this_cpu_get_ftrace_enabled(); in interrupt_nmi_enter_prepare() 343 static inline void interrupt_nmi_exit_prepare(struct pt_regs *regs, struct interrupt_nmi_state *state) in interrupt_nmi_exit_prepare() argument 373 this_cpu_set_ftrace_enabled(state->ftrace_enabled); in interrupt_nmi_exit_prepare() 376 WARN_ON_ONCE((state in interrupt_nmi_exit_prepare() [all...] |
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | cerr-sb1.c | 116 printk(" tag-state"); in breakout_cerrd() 241 * state of the system (and the cache), making it difficult to in sb1_cache_error() 460 #define DC_TAG_VALID(state) \ 461 (((state) == 0x0) || ((state) == 0xf) || ((state) == 0x13) || \ 462 ((state) == 0x19) || ((state) == 0x16) || ((state) == 0x1c)) 464 static char *dc_state_str(unsigned char state) in dc_state_str() argument 478 unsigned char state; extract_dc() local [all...] |
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | signal.c | 46 struct __riscv_d_ext_state __user *state = &sc_fpregs->d; in restore_fp_state() local 48 err = __copy_from_user(¤t->thread.fstate, state, sizeof(*state)); in restore_fp_state() 60 struct __riscv_d_ext_state __user *state = &sc_fpregs->d; in save_fp_state() local 63 err = __copy_to_user(state, ¤t->thread.fstate, sizeof(*state)); in save_fp_state() 76 struct __sc_riscv_v_state __user *state; in save_v_state() local 81 /* Place state to the user's signal context space after the hdr */ in save_v_state() 82 state = (struct __sc_riscv_v_state __user *)(hdr + 1); in save_v_state() 84 datap = state in save_v_state() 116 struct __sc_riscv_v_state __user *state = sc_vec; __restore_v_state() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | da8xx.c | 135 usb_otg_state_string(musb->xceiv->otg->state)); in otg_timer() 138 switch (musb->xceiv->otg->state) { in otg_timer() 145 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in otg_timer() 148 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer() 163 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in otg_timer() 170 * when to switch to the A-Default state machine (by setting in otg_timer() 175 * grounded and we're now in the A-Default state machine. in otg_timer() 185 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer() 202 musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON)) { in da8xx_musb_try_idle() 204 usb_otg_state_string(musb->xceiv->otg->state)); in da8xx_musb_try_idle() [all...] |
H A D | am35x.c | 133 usb_otg_state_string(musb->xceiv->otg->state)); in otg_timer() 136 switch (musb->xceiv->otg->state) { in otg_timer() 143 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in otg_timer() 146 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer() 151 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in otg_timer() 160 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer() 177 musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON)) { in am35x_musb_try_idle() 179 usb_otg_state_string(musb->xceiv->otg->state)); in am35x_musb_try_idle() 192 usb_otg_state_string(musb->xceiv->otg->state), in am35x_musb_try_idle() 236 * switch appropriately between halves of the OTG state machin in am35x_musb_interrupt() [all...] |
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | xprt.h | 110 state of the transport 124 unsigned long rq_bc_pa_state; /* Backchannel prealloc state */ 208 unsigned long state; /* transport state */ member 412 * Reserved bit positions in xprt->state 428 set_bit(XPRT_CONNECTED, &xprt->state); in xprt_set_connected() 433 clear_bit(XPRT_CONNECTED, &xprt->state); in xprt_clear_connected() 438 return test_bit(XPRT_CONNECTED, &xprt->state); in xprt_connected() 443 return test_and_set_bit(XPRT_CONNECTED, &xprt->state); in xprt_test_and_set_connected() 448 return test_and_clear_bit(XPRT_CONNECTED, &xprt->state); in xprt_test_and_clear_connected() [all...] |
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | ir_toy.c | 47 enum state { enum 66 enum state state; member 81 switch (irtoy->state) { in irtoy_response() 99 irtoy->state = STATE_IRDATA; in irtoy_response() 117 irtoy->state = STATE_IRDATA; in irtoy_response() 159 irtoy->state = STATE_IRDATA; in irtoy_response() 171 irtoy->state = STATE_IRDATA; in irtoy_response() 187 irtoy->state = STATE_IRDATA; in irtoy_response() 207 if (irtoy->state in irtoy_out_callback() 229 irtoy_command(struct irtoy *irtoy, const u8 *cmd, int cmd_len, enum state state) irtoy_command() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf.h | 50 /* VSI state flags shared with common code */ 63 DECLARE_BITMAP(state, __IAVF_VSI_STATE_SIZE__); 171 enum iavf_vlan_state_t state; member 177 __IAVF_TC_INVALID, /* no traffic class, default state */ 184 enum iavf_tc_state_t state; member 196 /* Driver state. The order of these is important! */ 241 enum iavf_cloud_filter_state_t state; member 353 * During the __IAVF_INIT_EXTENDED_CAPS state, the driver will 354 * process one flag at a time during each state loop. 376 enum iavf_state_t state; member 472 iavf_state_str(enum iavf_state_t state) iavf_state_str() argument 508 iavf_change_state(struct iavf_adapter *adapter, enum iavf_state_t state) iavf_change_state() argument [all...] |
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | xprt.h | 111 state of the transport 125 unsigned long rq_bc_pa_state; /* Backchannel prealloc state */ 231 unsigned long state; /* transport state */ member 444 * Reserved bit positions in xprt->state 462 set_bit(XPRT_CONNECTED, &xprt->state); in xprt_set_connected() 467 clear_bit(XPRT_CONNECTED, &xprt->state); in xprt_clear_connected() 472 return test_bit(XPRT_CONNECTED, &xprt->state); in xprt_connected() 477 return test_and_set_bit(XPRT_CONNECTED, &xprt->state); in xprt_test_and_set_connected() 482 return test_and_clear_bit(XPRT_CONNECTED, &xprt->state); in xprt_test_and_clear_connected() [all...] |
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | drd.c | 217 /* Waiting till H_IDLE state.*/ in cdns_drd_host_off() 218 readl_poll_timeout_atomic(&cdns->otg_regs->state, val, in cdns_drd_host_off() 276 /* Waiting till DEV_IDLE state.*/ in cdns_drd_gadget_off() 277 readl_poll_timeout_atomic(&cdns->otg_regs->state, val, in cdns_drd_gadget_off() 392 u32 state; in cdns_drd_init() local 426 state = readl(&cdns->otg_cdnsp_regs->did); in cdns_drd_init() 428 if (OTG_CDNSP_CHECK_DID(state)) { in cdns_drd_init() 432 } else if (OTG_CDNS3_CHECK_DID(state)) { in cdns_drd_init() 438 dev_err(cdns->dev, "not supporte DID=0x%08x\n", state); in cdns_drd_init() 447 state in cdns_drd_init() [all...] |
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-meson.c | 147 const struct pwm_state *state) in meson_pwm_calc() 154 duty = state->duty_cycle; in meson_pwm_calc() 155 period = state->period; in meson_pwm_calc() 163 if (state->polarity == PWM_POLARITY_INVERSED) in meson_pwm_calc() 248 const struct pwm_state *state) in meson_pwm_apply() 254 if (!state->enabled) { in meson_pwm_apply() 255 if (state->polarity == PWM_POLARITY_INVERSED) { in meson_pwm_apply() 277 err = meson_pwm_calc(meson, pwm, state); in meson_pwm_apply() 305 struct pwm_state *state) in meson_pwm_get_state() 312 if (!state) in meson_pwm_get_state() 146 meson_pwm_calc(struct meson_pwm *meson, struct pwm_device *pwm, const struct pwm_state *state) meson_pwm_calc() argument 247 meson_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) meson_pwm_apply() argument 304 meson_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) meson_pwm_get_state() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | da8xx.c | 135 usb_otg_state_string(musb->xceiv->otg->state)); in otg_timer() 138 switch (musb->xceiv->otg->state) { in otg_timer() 145 musb->xceiv->otg->state = OTG_STATE_B_IDLE; in otg_timer() 148 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer() 163 musb->xceiv->otg->state = OTG_STATE_A_WAIT_VRISE; in otg_timer() 170 * when to switch to the A-Default state machine (by setting in otg_timer() 175 * grounded and we're now in the A-Default state machine. in otg_timer() 185 musb->xceiv->otg->state = OTG_STATE_A_IDLE; in otg_timer() 202 musb->xceiv->otg->state == OTG_STATE_A_WAIT_BCON)) { in da8xx_musb_try_idle() 204 usb_otg_state_string(musb->xceiv->otg->state)); in da8xx_musb_try_idle() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | testmode.c | 70 if (mphy->test.state != MT76_TM_STATE_OFF) in mt7615_tm_set_tx_power() 106 if (phy->mt76->test.state == MT76_TM_STATE_OFF) { in mt7615_tm_reg_backup_restore() 138 if (!test_bit(MT76_STATE_RUNNING, &phy->mt76->state)) in mt7615_tm_init() 141 mt7615_mcu_set_sku_en(phy, phy->mt76->test.state == MT76_TM_STATE_OFF); in mt7615_tm_init() 246 bool en = phy->mt76->test.state != MT76_TM_STATE_OFF; in mt7615_tm_update_params() 259 mt7615_tm_set_state(struct mt76_phy *mphy, enum mt76_testmode_state state) in mt7615_tm_set_state() argument 263 enum mt76_testmode_state prev_state = td->state; in mt7615_tm_set_state() 265 mphy->test.state = state; in mt7615_tm_set_state() 269 else if (state in mt7615_tm_set_state() [all...] |
/kernel/linux/linux-6.6/drivers/iio/multiplexer/ |
H A D | iio-mux.c | 242 u32 state, const char *label, int idx) in mux_configure_channel() 271 if (state >= mux_control_states(mux->control)) { in mux_configure_channel() 276 chan->channel = state; in mux_configure_channel() 337 u32 state; in mux_probe() local 367 for (state = 0; state < all_children; state++) { in mux_probe() 368 if (*labels[state]) in mux_probe() 424 for (state = 0; state < all_childre in mux_probe() 241 mux_configure_channel(struct device *dev, struct mux *mux, u32 state, const char *label, int idx) mux_configure_channel() argument [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statetable.c | 11 * These are the state tables for the SCTP state machine. 43 enum sctp_state state); 60 rtn = &_table[event_subtype._type][(int)state]; \ 68 enum sctp_state state, in sctp_sm_lookup_event() 73 return sctp_chunk_event_lookup(net, event_subtype.chunk, state); in sctp_sm_lookup_event() 378 * The secondary index for this table is the state. 440 * The secondary index for this table is the state. 468 * The secondary index for this table is the state. 495 * The secondary index for this table is the state 65 sctp_sm_lookup_event( struct net *net, enum sctp_event_type event_type, enum sctp_state state, union sctp_subtype event_subtype) sctp_sm_lookup_event() argument 1005 sctp_chunk_event_lookup( struct net *net, enum sctp_cid cid, enum sctp_state state) sctp_chunk_event_lookup() argument [all...] |
/third_party/PyYAML/tests/lib/ |
H A D | test_constructor.py | 107 def __setstate__(self, state): 108 self.foo = state[1] 109 self.bar = state[2] 110 self.baz = state[3] 150 def __setstate__(self, state): 151 self.foo = state['_foo'] 152 self.bar = state['_bar'] 153 self.baz = state['_baz'] 158 def __setstate__(self, state): 159 self.foo, self.bar, self.baz = state [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_dcc_retile.c | 86 struct radv_meta_state *state = &device->meta_state; in radv_device_finish_meta_dcc_retile_state() local 88 for (unsigned i = 0; i < ARRAY_SIZE(state->dcc_retile.pipeline); i++) { in radv_device_finish_meta_dcc_retile_state() 89 radv_DestroyPipeline(radv_device_to_handle(device), state->dcc_retile.pipeline[i], in radv_device_finish_meta_dcc_retile_state() 90 &state->alloc); in radv_device_finish_meta_dcc_retile_state() 92 radv_DestroyPipelineLayout(radv_device_to_handle(device), state->dcc_retile.p_layout, in radv_device_finish_meta_dcc_retile_state() 93 &state->alloc); in radv_device_finish_meta_dcc_retile_state() 95 state->dcc_retile.ds_layout, &state->alloc); in radv_device_finish_meta_dcc_retile_state() 98 memset(&state->dcc_retile, 0, sizeof(state in radv_device_finish_meta_dcc_retile_state() 190 struct radv_cmd_state *state = &cmd_buffer->state; radv_retile_dcc() local [all...] |
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-process.c | 191 if (!m->conn->ss || m->conn->state != LPCSPROX_OPERATIONAL) { in ss_proxy_onward_tx() 233 lws_ss_constate_t state, lws_ss_tx_ordinal_t ack) in ss_proxy_onward_state() 238 switch (state) { in ss_proxy_onward_state() 289 lwsl_warn("%s: dropping state due to conn not up\n", __func__); in ss_proxy_onward_state() 294 if (lws_ss_serialize_state(m->conn->wsi, m->conn->dsh, state, ack)) in ss_proxy_onward_state() 296 * Failed to alloc state packet that we want to send in dsh, in ss_proxy_onward_state() 372 pss->conn->state = LPCSPROX_WAIT_INITIAL_TX; in callback_ss_proxy() 446 * ssi.state for proxied ss in callback_ss_proxy() 451 if (conn->state == LPCSPROX_DESTROYED || !conn->ss) { in callback_ss_proxy() 471 lwsl_err("%s: rx with bad conn state\ in callback_ss_proxy() 232 ss_proxy_onward_state(void *userobj, void *sh, lws_ss_constate_t state, lws_ss_tx_ordinal_t ack) ss_proxy_onward_state() argument [all...] |
/third_party/node/deps/npm/node_modules/jsonparse/ |
H A D | jsonparse.js | 67 this.state = VALUE; 90 this.onError(new Error("Unexpected " + JSON.stringify(String.fromCharCode(buffer[i])) + " at position " + i + " in state " + Parser.toknam(this.tState))); 171 return this.onError(new Error("Invalid UTF-8 character at position " + i + " in state " + Parser.toknam(this.tState))); 321 this.onError(new Error("Unexpected " + Parser.toknam(token) + (value ? ("(" + JSON.stringify(value) + ")") : "") + " in state " + Parser.toknam(this.state))); 333 if (!this.mode) { this.state = VALUE; } 336 if (this.mode) { this.state = COMMA; } 343 if(this.state === VALUE){ 357 this.state = KEY; 368 this.state [all...] |
/third_party/lwip/src/core/ipv4/ |
H A D | autoip.c | 116 /* autoip->state = AUTOIP_STATE_OFF; */ in autoip_set_struct() 285 autoip->state = AUTOIP_STATE_OFF; in autoip_start() 303 autoip->state = AUTOIP_STATE_PROBING; in autoip_start_probing() 306 ("autoip_start_probing(): changing state to PROBING: %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n", in autoip_start_probing() 337 if (autoip && (autoip->state != AUTOIP_STATE_OFF)) { in autoip_network_changed() 355 autoip->state = AUTOIP_STATE_OFF; in autoip_stop() 373 if ((autoip->state == AUTOIP_STATE_PROBING) || in autoip_tmr_tick() 374 (autoip->state == AUTOIP_STATE_ANNOUNCING)) { in autoip_tmr_tick() 404 (u16_t)(autoip->state), autoip->ttw)); in autoip_tmr() 410 switch (autoip->state) { in autoip_tmr() [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-interpreter-frame-state.h | 32 const InterpreterFrameState& state) in InterpreterFrameState() 34 frame_.CopyFrom(info, state.frame_, nullptr); in InterpreterFrameState() 38 const InterpreterFrameState& state) { in CopyFrom() 39 frame_.CopyFrom(info, state.frame_, nullptr); in CopyFrom() 43 const MergePointInterpreterFrameState& state); 85 const InterpreterFrameState& state) in CompactInterpreterFrameState() 88 entry = state.get(reg); in CompactInterpreterFrameState() 191 RegisterState& state; member 248 const MaglevCompilationUnit& info, const InterpreterFrameState& state, in MergePointInterpreterFrameState() 254 frame_state_(info, liveness, state) { in MergePointInterpreterFrameState() 31 InterpreterFrameState(const MaglevCompilationUnit& info, const InterpreterFrameState& state) InterpreterFrameState() argument 37 CopyFrom(const MaglevCompilationUnit& info, const InterpreterFrameState& state) CopyFrom() argument 83 CompactInterpreterFrameState(const MaglevCompilationUnit& info, const compiler::BytecodeLivenessState* liveness, const InterpreterFrameState& state) CompactInterpreterFrameState() argument 247 MergePointInterpreterFrameState( const MaglevCompilationUnit& info, const InterpreterFrameState& state, int merge_offset, int predecessor_count, BasicBlock* predecessor, const compiler::BytecodeLivenessState* liveness) MergePointInterpreterFrameState() argument 489 CopyFrom( const MaglevCompilationUnit& info, const MergePointInterpreterFrameState& state) CopyFrom() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | remap_neon.c | 230 int32x4_t *f = m->state; in remap_ch4_s16ne_neon() 255 float32x4_t *f = m->state; in remap_ch4_float32ne_neon() 278 const uint8x8_t t = ((uint8x8_t *) m->state)[0]; in remap_arrange_stereo_s16ne_neon() 304 const uint8x8_t t = ((uint8x8_t *) m->state)[0]; in remap_arrange_ch2_ch4_s16ne_neon() 319 const uint8x8_t t = ((uint8x8_t *) m->state)[0]; in remap_arrange_ch4_s16ne_neon() 334 const uint8x8_t t = ((uint8x8_t *)m->state)[0]; in remap_arrange_stereo_float32ne_neon() 350 const uint8x8_t t0 = ((uint8x8_t *)m->state)[0]; in remap_arrange_ch2_ch4_any32ne_neon() 351 const uint8x8_t t1 = ((uint8x8_t *)m->state)[1]; in remap_arrange_ch2_ch4_any32ne_neon() 367 const uint8x8_t t0 = ((uint8x8_t *)m->state)[0]; in remap_arrange_ch4_float32ne_neon() 368 const uint8x8_t t1 = ((uint8x8_t *)m->state)[ in remap_arrange_ch4_float32ne_neon() [all...] |
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 202 self.state = STARTUP 282 self.start_btn.config(state=start) 283 self.stop_btn.config(state=stop) 284 self.clear_btn.config(state=clear) 286 self.start_btn.config(state=start, 288 self.stop_btn.config(state=stop, 290 self.clear_btn.config(state=clear, 346 self.state = READY 356 self.state = RUNNING 361 self.state [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | farch.c | 723 if (efx->state != STATE_RECOVERY) { in efx_farch_fini_dmaq() 1890 * key derived from the n-tuple. The initial LFSR state is 0xffff. */ 1934 struct efx_farch_filter_state *state = efx->filter_state; in efx_farch_filter_push_rx_config() local 1940 table = &state->table[EFX_FARCH_FILTER_TABLE_RX_IP]; in efx_farch_filter_push_rx_config() 1954 table = &state->table[EFX_FARCH_FILTER_TABLE_RX_MAC]; in efx_farch_filter_push_rx_config() 1966 table = &state->table[EFX_FARCH_FILTER_TABLE_RX_DEF]; in efx_farch_filter_push_rx_config() 2008 struct efx_farch_filter_state *state = efx->filter_state; in efx_farch_filter_push_tx_limits() local 2014 table = &state->table[EFX_FARCH_FILTER_TABLE_TX_MAC]; in efx_farch_filter_push_tx_limits() 2370 struct efx_farch_filter_state *state = efx->filter_state; in efx_farch_filter_get_rx_id_limit() local 2376 if (state in efx_farch_filter_get_rx_id_limit() 2388 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_insert() local 2592 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_remove_safe() local 2618 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_get_safe() local 2653 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_table_clear() local 2681 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_count_rx_used() local 2709 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_get_rx_ids() local 2742 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_table_restore() local 2774 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_table_remove() local 2786 struct efx_farch_filter_state *state; efx_farch_filter_table_probe() local 2859 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_update_rx_scatter() local 2905 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_rfs_expire_one() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | farch.c | 724 if (efx->state != STATE_RECOVERY) { in efx_farch_fini_dmaq() 1893 * key derived from the n-tuple. The initial LFSR state is 0xffff. */ 1937 struct efx_farch_filter_state *state = efx->filter_state; in efx_farch_filter_push_rx_config() local 1943 table = &state->table[EFX_FARCH_FILTER_TABLE_RX_IP]; in efx_farch_filter_push_rx_config() 1957 table = &state->table[EFX_FARCH_FILTER_TABLE_RX_MAC]; in efx_farch_filter_push_rx_config() 1969 table = &state->table[EFX_FARCH_FILTER_TABLE_RX_DEF]; in efx_farch_filter_push_rx_config() 2011 struct efx_farch_filter_state *state = efx->filter_state; in efx_farch_filter_push_tx_limits() local 2017 table = &state->table[EFX_FARCH_FILTER_TABLE_TX_MAC]; in efx_farch_filter_push_tx_limits() 2373 struct efx_farch_filter_state *state = efx->filter_state; in efx_farch_filter_get_rx_id_limit() local 2379 if (state in efx_farch_filter_get_rx_id_limit() 2391 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_insert() local 2595 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_remove_safe() local 2621 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_get_safe() local 2656 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_table_clear() local 2684 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_count_rx_used() local 2712 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_get_rx_ids() local 2745 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_table_restore() local 2777 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_table_remove() local 2789 struct efx_farch_filter_state *state; efx_farch_filter_table_probe() local 2860 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_update_rx_scatter() local 2906 struct efx_farch_filter_state *state = efx->filter_state; efx_farch_filter_rfs_expire_one() local [all...] |