/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | tc.c | 86 struct efx_tc_action_set_list *acts, in efx_tc_free_action_set_list() argument 96 efx_mae_free_action_set_list(efx, acts); in efx_tc_free_action_set_list() 374 INIT_LIST_HEAD(&rule->acts.list); in efx_tc_flower_replace() 452 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace() 525 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace() 541 rule->acts.fw_id, &rule->fw_id); in efx_tc_flower_replace() 664 struct efx_tc_action_set_list *acts = &rule->acts; in efx_tc_configure_default_rule() local 680 list_add_tail(&act->list, &acts->list); in efx_tc_configure_default_rule() 685 acts->fw_id, &rule->fw_id); in efx_tc_configure_default_rule() 690 efx_mae_free_action_set_list(efx, acts); in efx_tc_configure_default_rule() [all …]
|
A D | mae.c | 744 struct efx_tc_action_set_list *acts) in efx_mae_alloc_action_set_list() argument 752 list_for_each_entry(act, &acts->list, list) in efx_mae_alloc_action_set_list() 760 act = list_first_entry(&acts->list, struct efx_tc_action_set, list); in efx_mae_alloc_action_set_list() 761 acts->fw_id = act->fw_id; in efx_mae_alloc_action_set_list() 771 list_for_each_entry(act, &acts->list, list) { in efx_mae_alloc_action_set_list() 785 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID); in efx_mae_alloc_action_set_list() 789 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) { in efx_mae_alloc_action_set_list() 790 efx_mae_free_action_set_list(efx, acts); in efx_mae_alloc_action_set_list() 799 struct efx_tc_action_set_list *acts) in efx_mae_free_action_set_list() argument 809 if (efx_mae_asl_id(acts->fw_id)) { in efx_mae_free_action_set_list() [all …]
|
A D | mae.h | 90 struct efx_tc_action_set_list *acts); 92 struct efx_tc_action_set_list *acts);
|
A D | tc.h | 63 struct efx_tc_action_set_list acts; member
|
/linux-6.3-rc2/net/openvswitch/ |
A D | datapath.c | 597 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local 650 &flow->key, &acts, log); in ovs_packet_cmd_execute() 977 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local 1057 acts = NULL; in ovs_flow_cmd_new() 1145 struct sw_flow_actions *acts; in get_flow_actions() local 1157 return acts; in get_flow_actions() 1202 if (IS_ERR(*acts)) { in ovs_nla_init_match_and_action() 1203 error = PTR_ERR(*acts); in ovs_nla_init_match_and_action() 1239 &acts, log); in ovs_flow_cmd_set() 1243 if (acts) { in ovs_flow_cmd_set() [all …]
|
A D | conntrack.h | 52 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action() argument
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
A D | post_act.c | 181 struct mlx5e_tc_mod_hdr_acts *acts) in mlx5e_tc_post_act_set_handle() argument 183 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 D | post_act.h | 41 struct mlx5e_tc_mod_hdr_acts *acts);
|
/linux-6.3-rc2/Documentation/devicetree/bindings/input/ |
A D | pwm-beeper.txt | 10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | virtiofs.rst | 60 client. The guest acts as the FUSE client while the host acts as the FUSE
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-intel_th-devices-pti | 12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
|
/linux-6.3-rc2/Documentation/devicetree/bindings/gpio/ |
A D | ibm,ppc4xx-gpio.txt | 4 particular pin that has GPIO capabilities acts as a GPIO or is used for
|
/linux-6.3-rc2/Documentation/security/tpm/ |
A D | tpm_ftpm_tee.rst | 18 The driver acts as a thin layer that passes commands to and from a TPM
|
/linux-6.3-rc2/drivers/greybus/ |
A D | Kconfig | 25 acts as a Greybus "host controller". This device is a bridge
|
/linux-6.3-rc2/drivers/firmware/imx/ |
A D | Kconfig | 10 It acts like a doorbell. Client might use shared memory to
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | renesas,pfc.yaml | 14 On SH/R-Mobile SoCs it also acts as a GPIO controller. 69 the PFC acts as a GPIO controller. It must contain one interrupt per
|
A D | ti,da850-pupd.txt | 12 The controller node also acts as a container for pin group configuration nodes.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/ |
A D | xlnx,clocking-wizard.yaml | 14 reads required input clock frequencies from the devicetree and acts as clock
|
A D | xlnx,versal-clk.yaml | 16 reads required input clock frequencies from the devicetree and acts as clock
|
A D | xlnx,zynqmp-clk.txt | 6 tree. It reads required input clock frequencies from the devicetree and acts
|
/linux-6.3-rc2/Documentation/devicetree/bindings/spi/ |
A D | icpdas-lp8841-spi-rtc.txt | 4 memory register, which acts as an SPI master device.
|
/linux-6.3-rc2/Documentation/admin-guide/nfs/ |
A D | pnfs-scsi-server.rst | 7 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/dac/ |
A D | microchip,mcp4725.yaml | 23 Provides both power and acts as the reference supply on the mcp4725.
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/ |
A D | t3_hw.c | 1369 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-6.3-rc2/net/hsr/ |
A D | Kconfig | 21 in the ring acts like a bridge for HSR frames, but filters frames
|