Home
last modified time | relevance | path

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

1234

/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 Dtc_encap_actions.c433 struct efx_tc_action_set_list *acts, *fallback; in efx_tc_update_encap() local
441 acts = act->user; in efx_tc_update_encap()
442 if (WARN_ON(!acts)) /* can't happen */ in efx_tc_update_encap()
444 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap()
489 acts = act->user; in efx_tc_update_encap()
490 if (WARN_ON(!acts)) /* can't happen */ in efx_tc_update_encap()
492 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap()
495 rc = efx_mae_update_rule(efx, acts->fw_id, rule->fw_id); in efx_tc_update_encap()
594 list_for_each_entry(act, &rule->acts.list, list) in efx_tc_check_ready()
H A Dmae.c1378 struct efx_tc_action_set_list *acts) in efx_mae_alloc_action_set_list() argument
1386 list_for_each_entry(act, &acts->list, list) in efx_mae_alloc_action_set_list()
1394 act = list_first_entry(&acts->list, struct efx_tc_action_set, list); in efx_mae_alloc_action_set_list()
1395 acts->fw_id = act->fw_id; in efx_mae_alloc_action_set_list()
1405 list_for_each_entry(act, &acts->list, list) { in efx_mae_alloc_action_set_list()
1419 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID); in efx_mae_alloc_action_set_list()
1423 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) { in efx_mae_alloc_action_set_list()
1424 efx_mae_free_action_set_list(efx, acts); in efx_mae_alloc_action_set_list()
1433 struct efx_tc_action_set_list *acts) in efx_mae_free_action_set_list() argument
1443 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/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c175 struct virtchnl2_rule_action_set *acts; in idpf_add_flow_steer() local
239 acts = &info->rule_cfg.action_set; in idpf_add_flow_steer()
240 acts->count = cpu_to_le32(1); in idpf_add_flow_steer()
241 acts->actions[0].action_type = cpu_to_le32(VIRTCHNL2_ACTION_QUEUE); in idpf_add_flow_steer()
242 acts->actions[0].act_conf.q_id = cpu_to_le32(q_index); in idpf_add_flow_steer()
/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

1234