Home
last modified time | relevance | path

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

12345

/linux/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()
219 list_for_each_entry_safe(act, next, &acts->list, list) in efx_tc_free_action_set_list()
748 efx_tc_free_action_set_list(efx, &rule->acts, true); in efx_tc_delete_rule()
1802 INIT_LIST_HEAD(&rule->acts.list); in efx_tc_flower_replace_foreign()
1899 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace_foreign()
1945 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace_foreign()
1955 rc = efx_mae_alloc_action_set_list(efx, &rule->acts); in efx_tc_flower_replace_foreign()
1961 rule->acts.fw_id, &rule->fw_id); in efx_tc_flower_replace_foreign()
1969 efx_mae_free_action_set_list(efx, &rule->acts); in efx_tc_flower_replace_foreign()
[all …]
H A Dmae.c1380 struct efx_tc_action_set_list *acts) in efx_mae_alloc_action_set_list() argument
1388 list_for_each_entry(act, &acts->list, list) in efx_mae_alloc_action_set_list()
1396 act = list_first_entry(&acts->list, struct efx_tc_action_set, list); in efx_mae_alloc_action_set_list()
1397 acts->fw_id = act->fw_id; in efx_mae_alloc_action_set_list()
1407 list_for_each_entry(act, &acts->list, list) { in efx_mae_alloc_action_set_list()
1421 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID); in efx_mae_alloc_action_set_list()
1425 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) { in efx_mae_alloc_action_set_list()
1426 efx_mae_free_action_set_list(efx, acts); in efx_mae_alloc_action_set_list()
1435 struct efx_tc_action_set_list *acts) in efx_mae_free_action_set_list() argument
1445 if (efx_mae_asl_id(acts->fw_id)) { in efx_mae_free_action_set_list()
[all …]
/linux/net/openvswitch/
H A Ddatapath.c615 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local
671 &flow->key, &acts, log); in ovs_packet_cmd_execute()
675 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute()
800 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument
824 len += nla_total_size(acts->orig_len); in ovs_flow_cmd_msg_size()
951 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument
963 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info()
1005 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local
1054 &new_flow->key, &acts, log); in ovs_flow_cmd_new()
1060 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, in ovs_flow_cmd_new()
[all …]
H A Dconntrack.h52 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action() argument
/linux/drivers/greybus/
H A DKconfig28 co-processor acts as Greybus SVC.
38 acts as a Greybus "host controller". This device is a bridge
/linux/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/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/Documentation/filesystems/
H A Dvirtiofs.rst60 client. The guest acts as the FUSE client while the host acts as the FUSE
/linux/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/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/Documentation/devicetree/bindings/pinctrl/
H A Dti,da850-pupd.txt12 The controller node also acts as a container for pin group configuration nodes.
/linux/drivers/net/ethernet/chelsio/cxgb3/
H 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/admin-guide/nfs/
H A Dpnfs-scsi-server.rst7 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
H A Dpnfs-block-server.rst6 case the NFS server acts as Metadata Server (MDS) for pNFS, which in addition
/linux/Documentation/devicetree/bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt4 memory register, which acts as an SPI master device.
/linux/arch/arm64/boot/dts/marvell/
H A Dac5x-rd-carrier.dtsi23 * and only the switch portion of the SOC acts as a PCIe end-point, Hence there
H A Dac5x-rd-carrier-cn9131.dts20 * and only the switch portion of the SOC acts as a PCIe end-point, Hence there
/linux/drivers/scsi/csiostor/
H 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/drivers/firmware/imx/
H A DKconfig10 It acts like a doorbell. Client might use shared memory to
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-mem2mem.rst17 A memory-to-memory video node acts just like a normal video node, but it
/linux/Documentation/trace/coresight/
H A Dultrasoc-smb.rst14 memory. The device acts as a coresight sink device and the
/linux/Documentation/devicetree/bindings/clock/
H A Dzynq-7000.txt11 required input clock frequencies from the devicetree and acts as clock provider
/linux/arch/arc/boot/dts/
H A Daxc001.dtsi84 * which acts as a wire between MB INTC and CPU INTC.
/linux/net/hsr/
H A DKconfig21 in the ring acts like a bridge for HSR frames, but filters frames

12345