Home
last modified time | relevance | path

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

1234567

/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs35l45.yaml105 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
106 2 = Pin acts as MDSYNC, direction controlled by MDSYNC
110 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
111 2 = Pin acts as open drain INT
113 4 = Pin acts as push-pull output INT. Active low.
114 5 = Pin acts as push-pull output INT. Active high.
118 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
/linux-6.15/drivers/net/ethernet/sfc/
H A 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()
1802 INIT_LIST_HEAD(&rule->acts.list); in efx_tc_flower_replace_foreign()
1961 rule->acts.fw_id, &rule->fw_id); in efx_tc_flower_replace_foreign()
2185 INIT_LIST_HEAD(&rule->acts.list); in efx_tc_flower_replace()
2337 act->user = &rule->acts; in efx_tc_flower_replace()
2521 acts_id = rule->acts.fw_id; in efx_tc_flower_replace()
2668 struct efx_tc_action_set_list *acts = &rule->acts; in efx_tc_configure_default_rule() local
2684 list_add_tail(&act->list, &acts->list); in efx_tc_configure_default_rule()
2689 acts->fw_id, &rule->fw_id); in efx_tc_configure_default_rule()
[all …]
H A 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()
H A Dmae.h113 struct efx_tc_action_set_list *acts);
115 struct efx_tc_action_set_list *acts);
H A Dmae.c1376 struct efx_tc_action_set_list *acts) in efx_mae_alloc_action_set_list() argument
1384 list_for_each_entry(act, &acts->list, list) in efx_mae_alloc_action_set_list()
1392 act = list_first_entry(&acts->list, struct efx_tc_action_set, list); in efx_mae_alloc_action_set_list()
1393 acts->fw_id = act->fw_id; in efx_mae_alloc_action_set_list()
1403 list_for_each_entry(act, &acts->list, list) { in efx_mae_alloc_action_set_list()
1417 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID); in efx_mae_alloc_action_set_list()
1421 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) { in efx_mae_alloc_action_set_list()
1422 efx_mae_free_action_set_list(efx, acts); in efx_mae_alloc_action_set_list()
1431 struct efx_tc_action_set_list *acts) in efx_mae_free_action_set_list() argument
1441 if (efx_mae_asl_id(acts->fw_id)) { in efx_mae_free_action_set_list()
[all …]
/linux-6.15/net/openvswitch/
H A Ddatapath.c595 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local
648 &flow->key, &acts, log); in ovs_packet_cmd_execute()
975 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local
1055 acts = NULL; in ovs_flow_cmd_new()
1143 struct sw_flow_actions *acts; in get_flow_actions() local
1155 return acts; in get_flow_actions()
1200 if (IS_ERR(*acts)) { in ovs_nla_init_match_and_action()
1201 error = PTR_ERR(*acts); in ovs_nla_init_match_and_action()
1237 &acts, log); in ovs_flow_cmd_set()
1241 if (acts) { in ovs_flow_cmd_set()
[all …]
H A Dconntrack.h52 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action() argument
/linux-6.15/drivers/greybus/
H A DKconfig28 co-processor acts as Greybus SVC.
38 acts as a Greybus "host controller". This device is a bridge
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A 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()
H A Dpost_act.h41 struct mlx5e_tc_mod_hdr_acts *acts);
/linux-6.15/Documentation/litmus-tests/
H A DREADME25 Demonstrate that a failing cmpxchg() operation acts as a full barrier
29 Demonstrate that a failing cmpxchg() operation acts as an acquire
/linux-6.15/Documentation/userspace-api/
H A Dmfd_noexec.rst61 memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL acts like
65 memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL acts like
/linux-6.15/Documentation/filesystems/
H A Dvirtiofs.rst60 client. The guest acts as the FUSE client while the host acts as the FUSE
/linux-6.15/Documentation/devicetree/bindings/iio/dac/
H A Dmicrochip,mcp4728.yaml28 Provides both power and acts as the reference supply on the MCP4728
H A Dmicrochip,mcp4725.yaml23 Provides both power and acts as the reference supply on the mcp4725.
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-intel_th-devices-pti12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
/linux-6.15/Documentation/devicetree/bindings/gpio/
H A Dibm,ppc4xx-gpio.txt4 particular pin that has GPIO capabilities acts as a GPIO or is used for
/linux-6.15/Documentation/security/tpm/
H A Dtpm_ftpm_tee.rst18 The driver acts as a thin layer that passes commands to and from a TPM
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,pfc.yaml14 On SH/R-Mobile SoCs it also acts as a GPIO controller.
71 the PFC acts as a GPIO controller. It must contain one interrupt per
H A Dti,da850-pupd.txt12 The controller node also acts as a container for pin group configuration nodes.
/linux-6.15/Documentation/devicetree/bindings/mailbox/
H A Dgoogle,gs101-mbox.yaml17 the shared register is ignored and the mailbox controller acts as a doorbell.
/linux-6.15/drivers/firmware/imx/
H A DKconfig10 It acts like a doorbell. Client might use shared memory to
/linux-6.15/Documentation/admin-guide/nfs/
H A Dpnfs-scsi-server.rst7 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
/linux-6.15/Documentation/devicetree/bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt4 memory register, which acts as an SPI master device.
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dxlnx,clocking-wizard.yaml14 reads required input clock frequencies from the devicetree and acts as clock

1234567