/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | devfreq_cooling.c | 33 * @cooling_state: Current cooling state. 35 * order. You can index the table by cooling device state 44 * corresponding 'state'. 45 * @capped_state: index to cooling state with in dynamic power budget 65 unsigned long *state) in devfreq_cooling_get_max_state() 69 *state = dfc->max_state; in devfreq_cooling_get_max_state() 75 unsigned long *state) in devfreq_cooling_get_cur_state() 79 *state = dfc->cooling_state; in devfreq_cooling_get_cur_state() 85 unsigned long state) in devfreq_cooling_set_cur_state() 93 if (state in devfreq_cooling_set_cur_state() 64 devfreq_cooling_get_max_state(struct thermal_cooling_device *cdev, unsigned long *state) devfreq_cooling_get_max_state() argument 74 devfreq_cooling_get_cur_state(struct thermal_cooling_device *cdev, unsigned long *state) devfreq_cooling_get_cur_state() argument 84 devfreq_cooling_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) devfreq_cooling_set_cur_state() argument 184 unsigned long state; devfreq_cooling_get_requested_power() local 244 devfreq_cooling_state2power(struct thermal_cooling_device *cdev, unsigned long state, u32 *power) devfreq_cooling_state2power() argument 260 devfreq_cooling_power2state(struct thermal_cooling_device *cdev, u32 power, unsigned long *state) devfreq_cooling_power2state() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_hpo_dp_link_encoder.c | 448 struct hpo_dp_link_enc_state *state) in dcn31_hpo_dp_link_enc_read_state() 452 ASSERT(state); in dcn31_hpo_dp_link_enc_read_state() 455 STATUS, &state->link_enc_enabled); in dcn31_hpo_dp_link_enc_read_state() 457 NUM_LANES, &state->lane_count); in dcn31_hpo_dp_link_enc_read_state() 459 MODE, (uint32_t *)&state->link_mode); in dcn31_hpo_dp_link_enc_read_state() 462 SAT_STREAM_SOURCE, &state->stream_src[0], in dcn31_hpo_dp_link_enc_read_state() 463 SAT_SLOT_COUNT, &state->slot_count[0]); in dcn31_hpo_dp_link_enc_read_state() 465 SAT_STREAM_SOURCE, &state->stream_src[1], in dcn31_hpo_dp_link_enc_read_state() 466 SAT_SLOT_COUNT, &state->slot_count[1]); in dcn31_hpo_dp_link_enc_read_state() 468 SAT_STREAM_SOURCE, &state in dcn31_hpo_dp_link_enc_read_state() 446 dcn31_hpo_dp_link_enc_read_state( struct hpo_dp_link_encoder *enc, struct hpo_dp_link_enc_state *state) dcn31_hpo_dp_link_enc_read_state() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | bts.c | 26 int state; member 225 * of bts::state, which: 249 * before we enable BTS and bts::state goes ACTIVE in __bts_event_start() 254 WRITE_ONCE(bts->state, BTS_STATE_ACTIVE); in __bts_event_start() 278 event->hw.state = 0; in bts_event_start() 288 event->hw.state = PERF_HES_STOPPED; in bts_event_start() 291 static void __bts_event_stop(struct perf_event *event, int state) in __bts_event_stop() argument 296 WRITE_ONCE(bts->state, state); in __bts_event_stop() 310 int state in bts_event_stop() local 342 int state = READ_ONCE(bts->state); intel_bts_enable_local() local [all...] |
/kernel/linux/linux-6.6/arch/x86/platform/intel-mid/ |
H A D | pwr.c | 13 * power state of the device in question through a PM hook registered in struct 82 #define LSS_WS_BITS 1 /* wake state width */ 83 #define LSS_PWS_BITS 2 /* power state width */ 91 pci_power_t state; member 159 /* Check if the device is already in desired state */ in __update_power_state() 165 /* Update the power state */ in __update_power_state() 173 /* Check if the device is already in desired state */ in __update_power_state() 184 pci_power_t state) in __find_weakest_power_state() 195 /* Store the desired state in cache */ in __find_weakest_power_state() 198 lss[j].state in __find_weakest_power_state() 182 __find_weakest_power_state(struct mid_pwr_dev *lss, struct pci_dev *pdev, pci_power_t state) __find_weakest_power_state() argument 213 __set_power_state(struct mid_pwr *pwr, struct pci_dev *pdev, pci_power_t state, int id, int reg, int bit) __set_power_state() argument 232 mid_pwr_set_power_state(struct mid_pwr *pwr, struct pci_dev *pdev, pci_power_t state) mid_pwr_set_power_state() argument 257 intel_mid_pci_set_power_state(struct pci_dev *pdev, pci_power_t state) intel_mid_pci_set_power_state() argument [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/peci/ |
H A D | cputemp.c | 45 struct peci_sensor_state state; member 93 if (!peci_sensor_need_update(&priv->temp.target.state)) in update_temp_target() 110 peci_sensor_mark_updated(&priv->temp.target.state); in update_temp_target() 119 mutex_lock(&priv->temp.target.state.lock); in get_temp_target() 143 mutex_unlock(&priv->temp.target.state.lock); in get_temp_target() 184 mutex_lock(&priv->temp.die.state.lock); in get_die_temp() 185 if (!peci_sensor_need_update(&priv->temp.die.state)) in get_die_temp() 203 peci_sensor_mark_updated(&priv->temp.die.state); in get_die_temp() 208 mutex_unlock(&priv->temp.die.state.lock); in get_die_temp() 219 mutex_lock(&priv->temp.dts.state in get_dts() [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | code-reading.c | 40 struct state { struct 229 struct thread *thread, struct state *state) in read_object_code() 294 for (d = 0; d < state->done_cnt; d++) { in read_object_code() 295 if (state->done[d] == map__start(al.map)) { in read_object_code() 301 if (state->done_cnt >= ARRAY_SIZE(state->done)) { in read_object_code() 305 state->done[state->done_cnt++] = map__start(al.map); in read_object_code() 376 union perf_event *event, struct state *stat in process_sample_event() 228 read_object_code(u64 addr, size_t len, u8 cpumode, struct thread *thread, struct state *state) read_object_code() argument 374 process_sample_event(struct machine *machine, struct evlist *evlist, union perf_event *event, struct state *state) process_sample_event() argument 398 process_event(struct machine *machine, struct evlist *evlist, union perf_event *event, struct state *state) process_event() argument 421 process_events(struct machine *machine, struct evlist *evlist, struct state *state) process_events() argument 566 struct state state = { do_test_code_reading() local [all...] |
/kernel/linux/linux-6.6/net/lapb/ |
H A D | lapb_iface.c | 131 lapb->state = LAPB_STATE_0; in lapb_create_cb() 224 parms->state = lapb->state; in lapb_getparms() 260 if (lapb->state == LAPB_STATE_0) { in lapb_setparms() 296 if (lapb->state == LAPB_STATE_1) in lapb_connect_request() 300 if (lapb->state == LAPB_STATE_3 || lapb->state == LAPB_STATE_4) in lapb_connect_request() 306 lapb->state = LAPB_STATE_1; in lapb_connect_request() 319 switch (lapb->state) { in __lapb_disconnect_request() 327 lapb->state in __lapb_disconnect_request() [all...] |
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-sha1.c | 54 uint32_t state[5]; /**< intermediate digest state */ member 87 sha1_context_p->state[0] = 0x67452301; in jerryx_sha1_init() 88 sha1_context_p->state[1] = 0xEFCDAB89; in jerryx_sha1_init() 89 sha1_context_p->state[2] = 0x98BADCFE; in jerryx_sha1_init() 90 sha1_context_p->state[3] = 0x10325476; in jerryx_sha1_init() 91 sha1_context_p->state[4] = 0xC3D2E1F0; in jerryx_sha1_init() 134 A = sha1_context_p->state[0]; in jerryx_sha1_process() 135 B = sha1_context_p->state[1]; in jerryx_sha1_process() 136 C = sha1_context_p->state[ in jerryx_sha1_process() [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra_validate.c | 33 * The validation is a forward dataflow analysis. The state at each point 58 * distinguished from undef so that the state forms a valid lattice to 365 chase_definition(struct reg_state *state) in chase_definition() argument 368 struct ir3_instruction *instr = state->def->instr; in chase_definition() 373 *state = (struct reg_state){ in chase_definition() 375 .offset = state->offset + offset, in chase_definition() 380 unsigned src_idx = state->offset / reg_elem_size(state->def); in chase_definition() 381 unsigned src_offset = state->offset % reg_elem_size(state in chase_definition() 420 dump_reg_state(struct reg_state *state) dump_reg_state() argument [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureStateQueryTests.cpp | 96 StateQueryMemoryWriteGuard<GLint> state; in verifyInteger() 97 glGetTexParameteriv(target, name, &state); in verifyInteger() 99 if (!state.verifyValidity(testCtx)) in verifyInteger() 102 if (state != reference) in verifyInteger() 104 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << reference << "; got " << state << TestLog::EndMessage; in verifyInteger() 118 StateQueryMemoryWriteGuard<GLint> state; in verifyFloat() local 119 glGetTexParameteriv(target, name, &state); in verifyFloat() 121 if (!state.verifyValidity(testCtx)) in verifyFloat() 124 if (state < expectedGLStateMin || state > expectedGLStateMa in verifyFloat() 155 StateQueryMemoryWriteGuard<GLfloat> state; verifyInteger() local [all...] |
/third_party/python/Modules/ |
H A D | arraymodule.c | 125 #define array_Check(op, state) PyObject_TypeCheck(op, state->ArrayType) 627 array_state *state = find_array_state_by_type(Py_TYPE(op)); in getarrayitem() local 628 assert(array_Check(op, state)); in getarrayitem() 692 array_state *state = find_array_state_by_type(Py_TYPE(v)); in array_richcompare() local 699 if (!array_Check(v, state) || !array_Check(w, state)) in array_richcompare() 821 array_state *state = find_array_state_by_type(Py_TYPE(a)); in array_slice() local 834 np = (arrayobject *) newarrayobject(state->ArrayType, ihigh - ilow, a->ob_descr); in array_slice() 877 array_state *state in array_concat() local 913 array_state *state = find_array_state_by_type(Py_TYPE(a)); array_repeat() local 987 array_state *state = find_array_state_by_type(Py_TYPE(a)); setarrayitem() local 1017 array_do_extend(array_state *state, arrayobject *self, PyObject *bb) array_do_extend() argument 1052 array_state *state = find_array_state_by_type(Py_TYPE(self)); array_inplace_concat() local 1286 array_state *state = get_array_state_by_class(cls); array_array_extend_impl() local 1486 array_state *state = get_array_state_by_class(cls); array_array_fromfile_impl() local 1984 array_state *state = get_array_state(module); array__array_reconstructor_impl() local 2198 array_state *state = get_array_state_by_class(cls); array_array___reduce_ex___impl() local 2345 array_state *state = find_array_state_by_type(Py_TYPE(self)); array_subscr() local 2409 array_state* state = find_array_state_by_type(Py_TYPE(self)); array_ass_subscr() local 2616 array_state *state = find_array_state_by_type(type); array_new() local 2877 array_state *state = find_array_state_by_type(Py_TYPE(ao)); array_iter() local 2904 array_state *state = find_array_state_by_type(Py_TYPE(it)); arrayiter_next() local 2955 array_state *state = get_array_state_by_class(cls); array_arrayiterator___reduce___impl() local 2974 array_arrayiterator___setstate__(arrayiterobject *self, PyObject *state) array_arrayiterator___setstate__() argument 3018 array_state *state = get_array_state(module); array_traverse() local 3027 array_state *state = get_array_state(module); array_clear() local 3070 array_state *state = get_array_state(m); array_modexec() local [all...] |
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | process.c | 93 * Save any process state which is live in hardware registers to the in arch_dup_task_struct() 95 * state becoming stale if the parent is preempted before copy_thread() in arch_dup_task_struct() 121 * Copy architecture-specific thread state 257 struct unwind_state state __maybe_unused; in get_wchan() 259 if (!task || task == current || task->state == TASK_RUNNING) in get_wchan() 283 memset(&state, 0, sizeof(state)); in get_wchan() 284 state.task = task; in get_wchan() 285 state.sp = frame; in get_wchan() 286 state in get_wchan() [all...] |
/kernel/linux/linux-5.10/arch/m68k/atari/ |
H A D | atakeyb.c | 48 /* state: 0: off; >0: in progress; >1: 0xf1 received */ 112 KB_STATE_T state; member 118 * bytes have been lost and in which state of the packet structure we are now. 122 * introduced the RESYNC state for IKBD data. In this state, the bytes up to 160 kb_state.state = KEYBOARD; in atari_keyboard_interrupt() 163 /* Go to RESYNC state and skip this byte */ in atari_keyboard_interrupt() 164 kb_state.state = RESYNC; in atari_keyboard_interrupt() 174 switch (kb_state.state) { in atari_keyboard_interrupt() 178 kb_state.state in atari_keyboard_interrupt() [all...] |
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | cpuidle-psci.c | 40 void psci_set_domain_state(u32 state) in psci_set_domain_state() argument 42 __this_cpu_write(domain_state, state); in psci_set_domain_state() 50 static inline int psci_enter_state(int idx, u32 state) in psci_enter_state() argument 52 return CPU_PM_CPU_IDLE_ENTER_PARAM(psci_cpu_suspend_enter, idx, state); in psci_enter_state() 61 u32 state; in psci_enter_domain_idle_state() local 71 state = psci_get_domain_state(); in psci_enter_domain_idle_state() 72 if (!state) in psci_enter_domain_idle_state() 73 state = states[idx]; in psci_enter_domain_idle_state() 75 ret = psci_cpu_suspend_enter(state) ? -1 : idx; in psci_enter_domain_idle_state() 81 /* Clear the domain state t in psci_enter_domain_idle_state() 127 u32 *state = __this_cpu_read(psci_cpuidle_data.psci_states); psci_enter_idle_state() local 138 psci_dt_parse_state_node(struct device_node *np, u32 *state) psci_dt_parse_state_node() argument [all...] |
/kernel/linux/linux-6.6/arch/m68k/atari/ |
H A D | atakeyb.c | 48 /* state: 0: off; >0: in progress; >1: 0xf1 received */ 112 KB_STATE_T state; member 118 * bytes have been lost and in which state of the packet structure we are now. 122 * introduced the RESYNC state for IKBD data. In this state, the bytes up to 160 kb_state.state = KEYBOARD; in atari_keyboard_interrupt() 163 /* Go to RESYNC state and skip this byte */ in atari_keyboard_interrupt() 164 kb_state.state = RESYNC; in atari_keyboard_interrupt() 174 switch (kb_state.state) { in atari_keyboard_interrupt() 178 kb_state.state in atari_keyboard_interrupt() [all...] |
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | rotary_encoder.c | 8 * state machine code inspired by code from Tim Ruetz 107 unsigned int state; in rotary_encoder_irq() local 111 state = rotary_encoder_get_state(encoder); in rotary_encoder_irq() 113 switch (state) { in rotary_encoder_irq() 124 encoder->dir = 2 - state; in rotary_encoder_irq() 140 unsigned int state; in rotary_encoder_half_period_irq() local 144 state = rotary_encoder_get_state(encoder); in rotary_encoder_half_period_irq() 146 if (state & 1) { in rotary_encoder_half_period_irq() 147 encoder->dir = ((encoder->last_stable - state + 1) % 4) - 1; in rotary_encoder_half_period_irq() 149 if (state ! in rotary_encoder_half_period_irq() 163 unsigned int state; rotary_encoder_quarter_period_irq() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | hdlcd_crtc.c | 86 const struct drm_framebuffer *fb = crtc->primary->state->fb; in hdlcd_set_pxl_fmt() 131 struct drm_display_mode *m = &crtc->state->adjusted_mode; in hdlcd_crtc_mode_set_nofb() 208 struct drm_crtc_state *state) in hdlcd_crtc_atomic_begin() 210 struct drm_pending_vblank_event *event = crtc->state->event; in hdlcd_crtc_atomic_begin() 213 crtc->state->event = NULL; in hdlcd_crtc_atomic_begin() 232 struct drm_plane_state *state) in hdlcd_plane_atomic_check() 237 u32 src_h = state->src_h >> 16; in hdlcd_plane_atomic_check() 245 for_each_new_crtc_in_state(state->state, crtc, crtc_state, i) { in hdlcd_plane_atomic_check() 247 if (!state in hdlcd_plane_atomic_check() 207 hdlcd_crtc_atomic_begin(struct drm_crtc *crtc, struct drm_crtc_state *state) hdlcd_crtc_atomic_begin() argument 231 hdlcd_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) hdlcd_plane_atomic_check() argument 258 hdlcd_plane_atomic_update(struct drm_plane *plane, struct drm_plane_state *state) hdlcd_plane_atomic_update() argument [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l2_sys.c | 17 enum qeth_sbp_states state = QETH_SBP_STATE_INACTIVE; in qeth_bridge_port_role_state_show() local 28 &card->options.sbp.role, &state); in qeth_bridge_port_role_state_show() 31 switch (state) { in qeth_bridge_port_role_state_show() 54 card->options.sbp.role, state); in qeth_bridge_port_role_state_show() 180 char *state; in qeth_bridgeport_reflect_show() local 187 state = "primary"; in qeth_bridgeport_reflect_show() 189 state = "secondary"; in qeth_bridgeport_reflect_show() 191 state = "none"; in qeth_bridgeport_reflect_show() 193 return sprintf(buf, "%s\n", state); in qeth_bridgeport_reflect_show() 313 bool state; in qeth_vnicc_char_show() local 333 bool state; qeth_vnicc_char_store() local [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_chain_filter.c | 19 const struct nf_hook_state *state) in nft_do_chain_ipv4() 23 nft_set_pktinfo(&pkt, skb, state); in nft_do_chain_ipv4() 63 const struct nf_hook_state *state) in nft_do_chain_arp() 67 nft_set_pktinfo(&pkt, skb, state); in nft_do_chain_arp() 103 const struct nf_hook_state *state) in nft_do_chain_ipv6() 107 nft_set_pktinfo(&pkt, skb, state); in nft_do_chain_ipv6() 147 const struct nf_hook_state *state) in nft_do_chain_inet() 151 nft_set_pktinfo(&pkt, skb, state); in nft_do_chain_inet() 153 switch (state->pf) { in nft_do_chain_inet() 168 const struct nf_hook_state *state) in nft_do_chain_inet_ingress() 17 nft_do_chain_ipv4(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_ipv4() argument 62 nft_do_chain_arp(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_arp() argument 101 nft_do_chain_ipv6(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_ipv6() argument 146 nft_do_chain_inet(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_inet() argument 167 nft_do_chain_inet_ingress(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_inet_ingress() argument 234 nft_do_chain_bridge(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_bridge() argument 290 nft_do_chain_netdev(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_netdev() argument [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | gpio-regulator.c | 42 int state; member 51 if (data->states[ptr].gpios == data->state) in gpio_regulator_get_value() 62 int ptr, target = 0, state, best_val = INT_MAX; in gpio_regulator_set_voltage() local 78 state = (target & (1 << ptr)) >> ptr; in gpio_regulator_set_voltage() 79 gpiod_set_value_cansleep(data->gpiods[ptr], state); in gpio_regulator_set_voltage() 81 data->state = target; in gpio_regulator_set_voltage() 101 int ptr, target = 0, state, best_val = 0; in gpio_regulator_set_current_limit() local 115 state = (target & (1 << ptr)) >> ptr; in gpio_regulator_set_current_limit() 116 gpiod_set_value_cansleep(data->gpiods[ptr], state); in gpio_regulator_set_current_limit() 118 data->state in gpio_regulator_set_current_limit() 240 int ptr, ret, state, i; gpio_regulator_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-twl-led.c | 23 * clock tick per period. This should better use the disabled state. 157 const struct pwm_state *state) in twl4030_pwmled_apply() 161 if (state->polarity != PWM_POLARITY_NORMAL) in twl4030_pwmled_apply() 164 if (!state->enabled) { in twl4030_pwmled_apply() 165 if (pwm->state.enabled) in twl4030_pwmled_apply() 172 * We cannot skip calling ->config even if state->period == in twl4030_pwmled_apply() 173 * pwm->state.period && state->duty_cycle == pwm->state.duty_cycle in twl4030_pwmled_apply() 175 * pwm_apply_state because of !state in twl4030_pwmled_apply() 156 twl4030_pwmled_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) twl4030_pwmled_apply() argument 264 twl6030_pwmled_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) twl6030_pwmled_apply() argument [all...] |
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_snapshot.c | 43 * Global state maintained for transaction that is being processed. For a class 57 int state; /* hvutil_device_state */ member 68 * This state maintains the version number registered by the daemon. 84 /* Transaction is finished, reset the state here to avoid races. */ in vss_poll_wrapper() 85 vss_transaction.state = HVUTIL_READY; in vss_poll_wrapper() 148 if (vss_transaction.state > HVUTIL_READY) { in vss_on_msg() 154 } else if (vss_transaction.state == HVUTIL_USERSPACE_REQ) { in vss_on_msg() 155 vss_transaction.state = HVUTIL_USERSPACE_RECV; in vss_on_msg() 163 /* Transaction is finished, reset the state. */ in vss_on_msg() 181 /* The transaction state i in vss_send_op() [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | rotary_encoder.c | 8 * state machine code inspired by code from Tim Ruetz 107 unsigned int state; in rotary_encoder_irq() local 111 state = rotary_encoder_get_state(encoder); in rotary_encoder_irq() 113 switch (state) { in rotary_encoder_irq() 124 encoder->dir = 2 - state; in rotary_encoder_irq() 140 unsigned int state; in rotary_encoder_half_period_irq() local 144 state = rotary_encoder_get_state(encoder); in rotary_encoder_half_period_irq() 146 if (state & 1) { in rotary_encoder_half_period_irq() 147 encoder->dir = ((encoder->last_stable - state + 1) % 4) - 1; in rotary_encoder_half_period_irq() 149 if (state ! in rotary_encoder_half_period_irq() 163 unsigned int state; rotary_encoder_quarter_period_irq() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_chain_filter.c | 16 const struct nf_hook_state *state) in nft_do_chain_ipv4() 20 nft_set_pktinfo(&pkt, skb, state); in nft_do_chain_ipv4() 60 const struct nf_hook_state *state) in nft_do_chain_arp() 64 nft_set_pktinfo(&pkt, skb, state); in nft_do_chain_arp() 100 const struct nf_hook_state *state) in nft_do_chain_ipv6() 104 nft_set_pktinfo(&pkt, skb, state); in nft_do_chain_ipv6() 144 const struct nf_hook_state *state) in nft_do_chain_inet() 148 nft_set_pktinfo(&pkt, skb, state); in nft_do_chain_inet() 150 switch (state->pf) { in nft_do_chain_inet() 165 const struct nf_hook_state *state) in nft_do_chain_inet_ingress() 14 nft_do_chain_ipv4(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_ipv4() argument 59 nft_do_chain_arp(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_arp() argument 98 nft_do_chain_ipv6(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_ipv6() argument 143 nft_do_chain_inet(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_inet() argument 164 nft_do_chain_inet_ingress(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_inet_ingress() argument 231 nft_do_chain_bridge(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_bridge() argument 287 nft_do_chain_netdev(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nft_do_chain_netdev() argument [all...] |
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l2_sys.c | 17 enum qeth_sbp_states state = QETH_SBP_STATE_INACTIVE; in qeth_bridge_port_role_state_show() local 28 &card->options.sbp.role, &state); in qeth_bridge_port_role_state_show() 31 switch (state) { in qeth_bridge_port_role_state_show() 54 card->options.sbp.role, state); in qeth_bridge_port_role_state_show() 180 char *state; in qeth_bridgeport_reflect_show() local 187 state = "primary"; in qeth_bridgeport_reflect_show() 189 state = "secondary"; in qeth_bridgeport_reflect_show() 191 state = "none"; in qeth_bridgeport_reflect_show() 193 return sysfs_emit(buf, "%s\n", state); in qeth_bridgeport_reflect_show() 313 bool state; in qeth_vnicc_char_show() local 333 bool state; qeth_vnicc_char_store() local [all...] |