Home
last modified time | relevance | path

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

123456

/linux/net/openvswitch/
A Ddatapath.c563 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local
616 &flow->key, &acts, log); in ovs_packet_cmd_execute()
941 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local
1019 acts = NULL; in ovs_flow_cmd_new()
1103 struct sw_flow_actions *acts; in get_flow_actions() local
1115 return acts; in get_flow_actions()
1160 if (IS_ERR(*acts)) { in ovs_nla_init_match_and_action()
1161 error = PTR_ERR(*acts); in ovs_nla_init_match_and_action()
1197 &acts, log); in ovs_flow_cmd_set()
1201 if (acts) { in ovs_flow_cmd_set()
[all …]
A Dconntrack.h52 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action() argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dpost_act.c160 struct mlx5e_tc_mod_hdr_acts *acts) in mlx5e_tc_post_act_set_handle() argument
162 return mlx5e_tc_match_to_reg_set(dev, acts, handle->ns_type, FTEID_TO_REG, handle->id); in mlx5e_tc_post_act_set_handle()
A Dpost_act.h33 struct mlx5e_tc_mod_hdr_acts *acts);
/linux/Documentation/devicetree/bindings/mfd/
A Drohm,bd70528-pmic.txt15 - interrupt-controller : To indicate BD70528 acts as an interrupt controller.
18 - gpio-controller : To indicate BD70528 acts as a GPIO controller.
/linux/Documentation/devicetree/bindings/input/
A Dpwm-beeper.txt10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper
/linux/Documentation/filesystems/
A Dvirtiofs.rst60 client. The guest acts as the FUSE client while the host acts as the FUSE
/linux/Documentation/devicetree/bindings/pinctrl/
A Drenesas,pfc.yaml14 On SH/R-Mobile SoCs it also acts as a GPIO controller.
67 the PFC acts as a GPIO controller. It must contain one interrupt per
A Dti,da850-pupd.txt12 The controller node also acts as a container for pin group configuration nodes.
/linux/Documentation/ABI/testing/
A Dsysfs-bus-intel_th-devices-pti12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
/linux/Documentation/devicetree/bindings/gpio/
A Dibm,ppc4xx-gpio.txt4 particular pin that has GPIO capabilities acts as a GPIO or is used for
/linux/Documentation/security/tpm/
A Dtpm_ftpm_tee.rst18 The driver acts as a thin layer that passes commands to and from a TPM
/linux/drivers/firmware/imx/
A DKconfig10 It acts like a doorbell. Client might use shared memory to
/linux/drivers/greybus/
A DKconfig25 acts as a Greybus "host controller". This device is a bridge
/linux/drivers/net/ethernet/chelsio/cxgb3/
A 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/Documentation/devicetree/bindings/clock/
A Dxlnx,versal-clk.yaml16 reads required input clock frequencies from the devicetree and acts as clock
A Dxlnx,zynqmp-clk.txt6 tree. It reads required input clock frequencies from the devicetree and acts
/linux/Documentation/devicetree/bindings/spi/
A Dicpdas-lp8841-spi-rtc.txt4 memory register, which acts as an SPI master device.
/linux/Documentation/admin-guide/nfs/
A Dpnfs-scsi-server.rst7 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
A Dpnfs-block-server.rst6 case the NFS server acts as Metadata Server (MDS) for pNFS, which in addition
/linux/Documentation/devicetree/bindings/iio/dac/
A Dmicrochip,mcp4725.yaml23 Provides both power and acts as the reference supply on the mcp4725.
/linux/drivers/scsi/csiostor/
A Dcsio_hw.c3114 const struct intr_info *acts) in csio_handle_intr_status() argument
3120 for ( ; acts->mask; ++acts) { in csio_handle_intr_status()
3121 if (!(status & acts->mask)) in csio_handle_intr_status()
3123 if (acts->fatal) { in csio_handle_intr_status()
3126 acts->msg, status & acts->mask); in csio_handle_intr_status()
3127 } else if (acts->msg) in csio_handle_intr_status()
3129 acts->msg, status & acts->mask); in csio_handle_intr_status()
3130 mask |= acts->mask; in csio_handle_intr_status()
/linux/net/hsr/
A DKconfig21 in the ring acts like a bridge for HSR frames, but filters frames
/linux/Documentation/devicetree/bindings/riscv/
A Dsifive-l2-cache.yaml18 acts as directory-based coherency manager.
/linux/Documentation/devicetree/bindings/display/panel/
A Dtpo,tpg110.yaml14 This panel driver is a component that acts as an intermediary

Completed in 37 milliseconds

123456