Home
last modified time | relevance | path

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

12

/drivers/net/ethernet/sfc/
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()
1802 INIT_LIST_HEAD(&rule->acts.list); in efx_tc_flower_replace_foreign()
1961 rule->acts.fw_id, &rule->fw_id); in efx_tc_flower_replace_foreign()
2185 INIT_LIST_HEAD(&rule->acts.list); in efx_tc_flower_replace()
2337 act->user = &rule->acts; in efx_tc_flower_replace()
2521 acts_id = rule->acts.fw_id; in efx_tc_flower_replace()
2668 struct efx_tc_action_set_list *acts = &rule->acts; in efx_tc_configure_default_rule() local
2684 list_add_tail(&act->list, &acts->list); in efx_tc_configure_default_rule()
2689 acts->fw_id, &rule->fw_id); in efx_tc_configure_default_rule()
[all …]
A Dtc_encap_actions.c431 struct efx_tc_action_set_list *acts, *fallback; in efx_tc_update_encap() local
439 acts = act->user; in efx_tc_update_encap()
440 if (WARN_ON(!acts)) /* can't happen */ in efx_tc_update_encap()
442 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap()
487 acts = act->user; in efx_tc_update_encap()
488 if (WARN_ON(!acts)) /* can't happen */ in efx_tc_update_encap()
490 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap()
493 rc = efx_mae_update_rule(efx, acts->fw_id, rule->fw_id); in efx_tc_update_encap()
592 list_for_each_entry(act, &rule->acts.list, list) in efx_tc_check_ready()
A Dmae.h113 struct efx_tc_action_set_list *acts);
115 struct efx_tc_action_set_list *acts);
A Dmae.c1376 struct efx_tc_action_set_list *acts) in efx_mae_alloc_action_set_list() argument
1384 list_for_each_entry(act, &acts->list, list) in efx_mae_alloc_action_set_list()
1392 act = list_first_entry(&acts->list, struct efx_tc_action_set, list); in efx_mae_alloc_action_set_list()
1393 acts->fw_id = act->fw_id; in efx_mae_alloc_action_set_list()
1403 list_for_each_entry(act, &acts->list, list) { in efx_mae_alloc_action_set_list()
1417 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID); in efx_mae_alloc_action_set_list()
1421 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) { in efx_mae_alloc_action_set_list()
1422 efx_mae_free_action_set_list(efx, acts); in efx_mae_alloc_action_set_list()
1431 struct efx_tc_action_set_list *acts) in efx_mae_free_action_set_list() argument
1441 if (efx_mae_asl_id(acts->fw_id)) { in efx_mae_free_action_set_list()
[all …]
A Dtc.h202 struct efx_tc_action_set_list acts; member
A Def100_rep.c34 INIT_LIST_HEAD(&efv->dflt.acts.list); in efx_ef100_rep_init_struct()
/drivers/greybus/
A DKconfig28 co-processor acts as Greybus SVC.
38 acts as a Greybus "host controller". This device is a bridge
/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
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()
A Dpost_act.h41 struct mlx5e_tc_mod_hdr_acts *acts);
/drivers/net/ethernet/chelsio/cxgb3/
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()
/drivers/net/ethernet/intel/idpf/
A Didpf_ethtool.c149 struct virtchnl2_rule_action_set *acts; in idpf_add_flow_steer() local
190 acts = &info->rule_cfg.action_set; in idpf_add_flow_steer()
191 acts->count = cpu_to_le32(1); in idpf_add_flow_steer()
192 acts->actions[0].action_type = cpu_to_le32(VIRTCHNL2_ACTION_QUEUE); in idpf_add_flow_steer()
193 acts->actions[0].act_conf.q_id = cpu_to_le32(q_index); in idpf_add_flow_steer()
/drivers/scsi/csiostor/
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()
/drivers/firmware/imx/
A DKconfig10 It acts like a doorbell. Client might use shared memory to
/drivers/hwtracing/intel_th/
A DKconfig45 Intel TH infrastructure and acts as a switch for source
/drivers/net/ethernet/netronome/nfp/flower/
A Doffload.c830 nfp_fl_verify_post_tun_acts(char *acts, int len, struct nfp_fl_push_vlan **vlan) in nfp_fl_verify_post_tun_acts() argument
836 a = (struct nfp_fl_act_head *)&acts[act_off]; in nfp_fl_verify_post_tun_acts()
854 nfp_fl_push_vlan_after_tun(char *acts, int len, struct nfp_fl_push_vlan *vlan) in nfp_fl_push_vlan_after_tun() argument
861 a = (struct nfp_fl_act_head *)&acts[act_off]; in nfp_fl_push_vlan_after_tun()
/drivers/usb/gadget/
A DKconfig351 The Mass Storage Gadget acts as a USB Mass Storage disk drive.
439 The MIDI Function acts as a USB Audio device, with one MIDI
477 The Webcam function acts as a composite USB Audio and Video Class
/drivers/usb/gadget/legacy/
A DKconfig268 The Mass Storage Gadget acts as a USB Mass Storage disk drive.
323 The MIDI Gadget acts as a USB Audio device, with one MIDI
509 The Webcam Gadget acts as a composite USB Audio and Video Class
/drivers/net/ethernet/chelsio/cxgb4/
A Dt4_hw.c4287 const struct intr_info *acts) in t4_handle_intr_status() argument
4293 for ( ; acts->mask; ++acts) { in t4_handle_intr_status()
4294 if (!(status & acts->mask)) in t4_handle_intr_status()
4296 if (acts->fatal) { in t4_handle_intr_status()
4299 status & acts->mask); in t4_handle_intr_status()
4300 } else if (acts->msg && printk_ratelimit()) in t4_handle_intr_status()
4301 dev_warn(adapter->pdev_dev, "%s (0x%x)\n", acts->msg, in t4_handle_intr_status()
4302 status & acts->mask); in t4_handle_intr_status()
4303 if (acts->int_handler) in t4_handle_intr_status()
4304 acts->int_handler(adapter); in t4_handle_intr_status()
[all …]
/drivers/char/agp/
A DKconfig11 use the AGP features of your 3D rendering video card. This code acts
/drivers/mailbox/
A DKconfig66 is ignored and the mailbox controller acts as a doorbell that raises
339 acts as an interrupt controller for receiving interrupts from clients.
/drivers/net/hamradio/
A DKconfig25 PC and your TNC (the Terminal Node Controller acts as a kind of
/drivers/staging/greybus/
A DKconfig19 ports and acts as a Greybus "Dummy codec". This device is a
/drivers/net/ethernet/freescale/enetc/
A Denetc_qos.c1073 enetc_check_flow_actions(u64 acts, unsigned long long inputkeys) in enetc_check_flow_actions() argument
1078 if (acts == enetc_act_fwd[i].actions && in enetc_check_flow_actions()
/drivers/platform/surface/
A DKconfig51 turn them into ACPI notifications. It essentially acts as a
/drivers/tty/serial/8250/
A DKconfig233 serial port hardware which acts similar to standard serial port

Completed in 78 milliseconds

12