Home
last modified time | relevance | path

Searched refs:acts (Results 1 – 25 of 140) sorted by relevance

123456

/linux-6.6.21/Documentation/devicetree/bindings/sound/
Dcirrus,cs35l45.yaml102 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
103 2 = Pin acts as MDSYNC, direction controlled by MDSYNC
107 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
108 2 = Pin acts as open drain INT
110 4 = Pin acts as push-pull output INT. Active low.
111 5 = Pin acts as push-pull output INT. Active high.
115 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
/linux-6.6.21/drivers/net/ethernet/sfc/
Dtc.c207 struct efx_tc_action_set_list *acts, in efx_tc_free_action_set_list() argument
217 efx_mae_free_action_set_list(efx, acts); in efx_tc_free_action_set_list()
219 list_for_each_entry_safe(act, next, &acts->list, list) in efx_tc_free_action_set_list()
743 efx_tc_free_action_set_list(efx, &rule->acts, true); in efx_tc_delete_rule()
1486 INIT_LIST_HEAD(&rule->acts.list); in efx_tc_flower_replace_foreign()
1582 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace_foreign()
1628 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace_foreign()
1638 rc = efx_mae_alloc_action_set_list(efx, &rule->acts); in efx_tc_flower_replace_foreign()
1644 rule->acts.fw_id, &rule->fw_id); in efx_tc_flower_replace_foreign()
1652 efx_mae_free_action_set_list(efx, &rule->acts); in efx_tc_flower_replace_foreign()
[all …]
Dtc_encap_actions.c431 struct efx_tc_action_set_list *acts, *fallback; in efx_tc_update_encap() local
439 acts = act->user; in efx_tc_update_encap()
440 if (WARN_ON(!acts)) /* can't happen */ in efx_tc_update_encap()
442 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap()
487 acts = act->user; in efx_tc_update_encap()
488 if (WARN_ON(!acts)) /* can't happen */ in efx_tc_update_encap()
490 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap()
493 rc = efx_mae_update_rule(efx, acts->fw_id, rule->fw_id); in efx_tc_update_encap()
592 list_for_each_entry(act, &rule->acts.list, list) in efx_tc_check_ready()
Dmae.h114 struct efx_tc_action_set_list *acts);
116 struct efx_tc_action_set_list *acts);
Dmae.c1386 struct efx_tc_action_set_list *acts) in efx_mae_alloc_action_set_list() argument
1394 list_for_each_entry(act, &acts->list, list) in efx_mae_alloc_action_set_list()
1402 act = list_first_entry(&acts->list, struct efx_tc_action_set, list); in efx_mae_alloc_action_set_list()
1403 acts->fw_id = act->fw_id; in efx_mae_alloc_action_set_list()
1413 list_for_each_entry(act, &acts->list, list) { in efx_mae_alloc_action_set_list()
1427 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID); in efx_mae_alloc_action_set_list()
1431 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) { in efx_mae_alloc_action_set_list()
1432 efx_mae_free_action_set_list(efx, acts); in efx_mae_alloc_action_set_list()
1441 struct efx_tc_action_set_list *acts) in efx_mae_free_action_set_list() argument
1451 if (efx_mae_asl_id(acts->fw_id)) { in efx_mae_free_action_set_list()
[all …]
/linux-6.6.21/net/openvswitch/
Ddatapath.c596 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local
649 &flow->key, &acts, log); in ovs_packet_cmd_execute()
653 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute()
771 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument
795 len += nla_total_size(acts->orig_len); in ovs_flow_cmd_msg_size()
922 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument
934 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info()
976 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local
1025 &new_flow->key, &acts, log); in ovs_flow_cmd_new()
1031 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, in ovs_flow_cmd_new()
[all …]
Dconntrack.h52 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action() argument
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c178 struct mlx5e_tc_mod_hdr_acts *acts) in mlx5e_tc_post_act_set_handle() argument
180 return mlx5e_tc_match_to_reg_set(dev, acts, handle->ns_type, FTEID_TO_REG, handle->id); in mlx5e_tc_post_act_set_handle()
Dpost_act.h41 struct mlx5e_tc_mod_hdr_acts *acts);
/linux-6.6.21/Documentation/filesystems/
Dvirtiofs.rst60 client. The guest acts as the FUSE client while the host acts as the FUSE
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-pti12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
/linux-6.6.21/Documentation/devicetree/bindings/iio/dac/
Dmicrochip,mcp4728.yaml28 Provides both power and acts as the reference supply on the MCP4728
Dmicrochip,mcp4725.yaml23 Provides both power and acts as the reference supply on the mcp4725.
/linux-6.6.21/Documentation/devicetree/bindings/gpio/
Dibm,ppc4xx-gpio.txt4 particular pin that has GPIO capabilities acts as a GPIO or is used for
/linux-6.6.21/Documentation/security/tpm/
Dtpm_ftpm_tee.rst18 The driver acts as a thin layer that passes commands to and from a TPM
/linux-6.6.21/drivers/greybus/
DKconfig25 acts as a Greybus "host controller". This device is a bridge
/linux-6.6.21/drivers/firmware/imx/
DKconfig10 It acts like a doorbell. Client might use shared memory to
/linux-6.6.21/Documentation/devicetree/bindings/pinctrl/
Drenesas,pfc.yaml14 On SH/R-Mobile SoCs it also acts as a GPIO controller.
69 the PFC acts as a GPIO controller. It must contain one interrupt per
Dti,da850-pupd.txt12 The controller node also acts as a container for pin group configuration nodes.
/linux-6.6.21/Documentation/devicetree/bindings/clock/
Dxlnx,clocking-wizard.yaml14 reads required input clock frequencies from the devicetree and acts as clock
/linux-6.6.21/Documentation/admin-guide/nfs/
Dpnfs-scsi-server.rst7 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
/linux-6.6.21/Documentation/devicetree/bindings/spi/
Dicpdas-lp8841-spi-rtc.txt4 memory register, which acts as an SPI master device.
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c1369 const struct intr_info *acts, in t3_handle_intr_status() argument
1375 for (; acts->mask; ++acts) { in t3_handle_intr_status()
1376 if (!(status & acts->mask)) in t3_handle_intr_status()
1378 if (acts->fatal) { in t3_handle_intr_status()
1381 acts->msg, status & acts->mask); in t3_handle_intr_status()
1382 status &= ~acts->mask; in t3_handle_intr_status()
1383 } else if (acts->msg) in t3_handle_intr_status()
1385 acts->msg, status & acts->mask); in t3_handle_intr_status()
1386 if (acts->stat_idx >= 0) in t3_handle_intr_status()
1387 stats[acts->stat_idx]++; in t3_handle_intr_status()
/linux-6.6.21/net/hsr/
DKconfig21 in the ring acts like a bridge for HSR frames, but filters frames
/linux-6.6.21/Documentation/userspace-api/media/v4l/
Ddev-mem2mem.rst16 A memory-to-memory video node acts just like a normal video node, but it

123456