/Linux-v5.4/net/openvswitch/ |
D | datapath.c | 538 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local 582 &flow->key, &acts, log); in ovs_packet_cmd_execute() 586 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute() 701 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument 721 len += nla_total_size(acts->orig_len); in ovs_flow_cmd_msg_size() 848 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument 860 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info() 898 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local 945 &new_flow->key, &acts, log); in ovs_flow_cmd_new() 951 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, in ovs_flow_cmd_new() [all …]
|
D | conntrack.h | 51 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action() argument
|
/Linux-v5.4/Documentation/devicetree/bindings/input/ |
D | pwm-beeper.txt | 10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper
|
/Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd70528-pmic.txt | 15 - interrupt-controller : To indicate BD70528 acts as an interrupt controller. 18 - gpio-controller : To indicate BD70528 acts as a GPIO controller.
|
/Linux-v5.4/Documentation/i2c/ |
D | slave-eeprom-backend.rst | 7 This is a proof-of-concept backend which acts like an EEPROM on the connected
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-bus-counter-ftm-quaddec | 15 prescaler (i.e. a counter). This acts like a clock
|
D | sysfs-bus-intel_th-devices-pti | 12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
|
/Linux-v5.4/Documentation/filesystems/ |
D | virtiofs.rst | 44 client. The guest acts as the FUSE client while the host acts as the FUSE
|
/Linux-v5.4/Documentation/devicetree/bindings/gpio/ |
D | ibm,ppc4xx-gpio.txt | 4 particular pin that has GPIO capabilities acts as a GPIO or is used for
|
D | gpio-atlas7.txt | 11 The GPIO controller also acts as an interrupt controller. It uses the default
|
/Linux-v5.4/Documentation/security/tpm/ |
D | tpm_ftpm_tee.rst | 18 The driver acts as a thin layer that passes commands to and from a TPM
|
/Linux-v5.4/drivers/greybus/ |
D | Kconfig | 25 acts as a Greybus "host controller". This device is a bridge
|
/Linux-v5.4/drivers/firmware/imx/ |
D | Kconfig | 10 It acts like a doorbell. Client might use shared memory to
|
/Linux-v5.4/net/hsr/ |
D | Kconfig | 17 instant fail-over network. Each HSR node in the ring acts like a
|
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
D | ti,da850-pupd.txt | 12 The controller node also acts as a container for pin group configuration nodes.
|
/Linux-v5.4/Documentation/devicetree/bindings/spi/ |
D | icpdas-lp8841-spi-rtc.txt | 4 memory register, which acts as an SPI master device.
|
/Linux-v5.4/Documentation/filesystems/nfs/ |
D | pnfs-scsi-server.txt | 6 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
|
D | pnfs-block-server.txt | 4 case the NFS server acts as Metadata Server (MDS) for pNFS, which in addition
|
/Linux-v5.4/Documentation/devicetree/bindings/riscv/ |
D | sifive-l2-cache.txt | 5 acts as directory-based coherency manager.
|
/Linux-v5.4/Documentation/devicetree/bindings/media/ |
D | renesas,drif.txt | 64 - If it acts as primary among enabled bonds 68 - renesas,primary-bond: empty property indicating the channel acts as primary
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | xlnx,zynqmp-clk.txt | 6 tree. It reads required input clock frequencies from the devicetree and acts
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 1434 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.4/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,saw2.txt | 41 Definition: Indicates that this SPM device acts as a regulator device
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | dev-mem2mem.rst | 23 A memory-to-memory video node acts just like a normal video node, but it
|
/Linux-v5.4/drivers/scsi/csiostor/ |
D | csio_hw.c | 3114 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()
|