Home
last modified time | relevance | path

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

12345

/Linux-v5.15/net/openvswitch/
Ddatapath.c563 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local
616 &flow->key, &acts, log); in ovs_packet_cmd_execute()
620 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute()
737 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument
761 len += nla_total_size(acts->orig_len); in ovs_flow_cmd_msg_size()
888 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument
900 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info()
941 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local
988 &new_flow->key, &acts, log); in ovs_flow_cmd_new()
994 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-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c161 struct mlx5e_tc_mod_hdr_acts *acts) in mlx5e_tc_post_act_set_handle() argument
163 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.h33 struct mlx5e_tc_mod_hdr_acts *acts);
/Linux-v5.15/Documentation/devicetree/bindings/mfd/
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-v5.15/Documentation/devicetree/bindings/input/
Dpwm-beeper.txt10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper
/Linux-v5.15/Documentation/filesystems/
Dvirtiofs.rst60 client. The guest acts as the FUSE client while the host acts as the FUSE
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-pti12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
/Linux-v5.15/Documentation/devicetree/bindings/gpio/
Dibm,ppc4xx-gpio.txt4 particular pin that has GPIO capabilities acts as a GPIO or is used for
/Linux-v5.15/Documentation/security/tpm/
Dtpm_ftpm_tee.rst18 The driver acts as a thin layer that passes commands to and from a TPM
/Linux-v5.15/drivers/firmware/imx/
DKconfig10 It acts like a doorbell. Client might use shared memory to
/Linux-v5.15/drivers/greybus/
DKconfig25 acts as a Greybus "host controller". This device is a bridge
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
Dti,da850-pupd.txt12 The controller node also acts as a container for pin group configuration nodes.
/Linux-v5.15/Documentation/devicetree/bindings/spi/
Dicpdas-lp8841-spi-rtc.txt4 memory register, which acts as an SPI master device.
/Linux-v5.15/Documentation/admin-guide/nfs/
Dpnfs-scsi-server.rst7 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
Dpnfs-block-server.rst6 case the NFS server acts as Metadata Server (MDS) for pNFS, which in addition
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Dxlnx,zynqmp-clk.txt6 tree. It reads required input clock frequencies from the devicetree and acts
Dzynq-7000.txt11 required input clock frequencies from the devicetree and acts as clock provider
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c1434 const struct intr_info *acts, in t3_handle_intr_status() argument
1440 for (; acts->mask; ++acts) { in t3_handle_intr_status()
1441 if (!(status & acts->mask)) in t3_handle_intr_status()
1443 if (acts->fatal) { in t3_handle_intr_status()
1446 acts->msg, status & acts->mask); in t3_handle_intr_status()
1447 status &= ~acts->mask; in t3_handle_intr_status()
1448 } else if (acts->msg) in t3_handle_intr_status()
1450 acts->msg, status & acts->mask); in t3_handle_intr_status()
1451 if (acts->stat_idx >= 0) in t3_handle_intr_status()
1452 stats[acts->stat_idx]++; in t3_handle_intr_status()
/Linux-v5.15/net/hsr/
DKconfig21 in the ring acts like a bridge for HSR frames, but filters frames
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Ddev-mem2mem.rst16 A memory-to-memory video node acts just like a normal video node, but it
/Linux-v5.15/Documentation/devicetree/bindings/arm/msm/
Dqcom,saw2.txt42 Definition: Indicates that this SPM device acts as a regulator device
/Linux-v5.15/drivers/scsi/csiostor/
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-v5.15/arch/arc/boot/dts/
Daxc001.dtsi84 * which acts as a wire between MB INTC and CPU INTC.
/Linux-v5.15/Documentation/networking/dsa/
Dconfiguration.rst19 Every switch port acts as a different configurable Ethernet port
27 The upstream port acts as different configurable Ethernet port.
303 add`` or ``bridge fdb del`` command acts upon entries from one or both tables).

12345