acts             1434 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 				 const struct intr_info *acts,
acts             1440 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 	for (; acts->mask; ++acts) {
acts             1441 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		if (!(status & acts->mask))
acts             1443 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		if (acts->fatal) {
acts             1446 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 				 acts->msg, status & acts->mask);
acts             1447 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 			status &= ~acts->mask;
acts             1448 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		} else if (acts->msg)
acts             1450 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 				acts->msg, status & acts->mask);
acts             1451 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		if (acts->stat_idx >= 0)
acts             1452 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 			stats[acts->stat_idx]++;
acts             4318 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 				 const struct intr_info *acts)
acts             4324 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	for ( ; acts->mask; ++acts) {
acts             4325 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		if (!(status & acts->mask))
acts             4327 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		if (acts->fatal) {
acts             4329 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			dev_alert(adapter->pdev_dev, "%s (0x%x)\n", acts->msg,
acts             4330 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 				  status & acts->mask);
acts             4331 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		} else if (acts->msg && printk_ratelimit())
acts             4332 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			dev_warn(adapter->pdev_dev, "%s (0x%x)\n", acts->msg,
acts             4333 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 				 status & acts->mask);
acts             4334 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		if (acts->int_handler)
acts             4335 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 			acts->int_handler(adapter);
acts             4336 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		mask |= acts->mask;
acts              742 drivers/net/ethernet/netronome/nfp/flower/offload.c nfp_fl_verify_post_tun_acts(char *acts, int len, struct nfp_fl_push_vlan **vlan)
acts              748 drivers/net/ethernet/netronome/nfp/flower/offload.c 		a = (struct nfp_fl_act_head *)&acts[act_off];
acts              766 drivers/net/ethernet/netronome/nfp/flower/offload.c nfp_fl_push_vlan_after_tun(char *acts, int len, struct nfp_fl_push_vlan *vlan)
acts              773 drivers/net/ethernet/netronome/nfp/flower/offload.c 		a = (struct nfp_fl_act_head *)&acts[act_off];
acts             3114 drivers/scsi/csiostor/csio_hw.c 				 const struct intr_info *acts)
acts             3120 drivers/scsi/csiostor/csio_hw.c 	for ( ; acts->mask; ++acts) {
acts             3121 drivers/scsi/csiostor/csio_hw.c 		if (!(status & acts->mask))
acts             3123 drivers/scsi/csiostor/csio_hw.c 		if (acts->fatal) {
acts             3126 drivers/scsi/csiostor/csio_hw.c 				    acts->msg, status & acts->mask);
acts             3127 drivers/scsi/csiostor/csio_hw.c 		} else if (acts->msg)
acts             3129 drivers/scsi/csiostor/csio_hw.c 				    acts->msg, status & acts->mask);
acts             3130 drivers/scsi/csiostor/csio_hw.c 		mask |= acts->mask;
acts             1463 net/openvswitch/actions.c 			const struct sw_flow_actions *acts,
acts             1477 net/openvswitch/actions.c 	OVS_CB(skb)->acts_origlen = acts->orig_len;
acts             1479 net/openvswitch/actions.c 				 acts->actions, acts->actions_len);
acts               51 net/openvswitch/conntrack.h 				     struct sw_flow_actions **acts, bool log)
acts              538 net/openvswitch/datapath.c 	struct sw_flow_actions *acts;
acts              582 net/openvswitch/datapath.c 				   &flow->key, &acts, log);
acts              586 net/openvswitch/datapath.c 	rcu_assign_pointer(flow->sf_acts, acts);
acts              701 net/openvswitch/datapath.c static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts,
acts              725 net/openvswitch/datapath.c 		len += nla_total_size(acts->orig_len);
acts              852 net/openvswitch/datapath.c static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts,
acts              864 net/openvswitch/datapath.c 	len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags);
acts              905 net/openvswitch/datapath.c 	struct sw_flow_actions *acts;
acts              952 net/openvswitch/datapath.c 				     &new_flow->key, &acts, log);
acts              958 net/openvswitch/datapath.c 	reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false,
acts              978 net/openvswitch/datapath.c 		rcu_assign_pointer(new_flow->sf_acts, acts);
acts              983 net/openvswitch/datapath.c 			acts = NULL;
acts             1027 net/openvswitch/datapath.c 		rcu_assign_pointer(flow->sf_acts, acts);
acts             1052 net/openvswitch/datapath.c 	ovs_nla_free_flow_actions(acts);
acts             1066 net/openvswitch/datapath.c 	struct sw_flow_actions *acts;
acts             1071 net/openvswitch/datapath.c 	error = ovs_nla_copy_actions(net, a, &masked_key, &acts, log);
acts             1078 net/openvswitch/datapath.c 	return acts;
acts             1099 net/openvswitch/datapath.c 			      struct sw_flow_actions **acts,
acts             1121 net/openvswitch/datapath.c 		*acts = get_flow_actions(net, a[OVS_FLOW_ATTR_ACTIONS], key,
acts             1123 net/openvswitch/datapath.c 		if (IS_ERR(*acts)) {
acts             1124 net/openvswitch/datapath.c 			error = PTR_ERR(*acts);
acts             1144 net/openvswitch/datapath.c 	struct sw_flow_actions *old_acts = NULL, *acts = NULL;
acts             1160 net/openvswitch/datapath.c 					      &acts, log);
acts             1164 net/openvswitch/datapath.c 	if (acts) {
acts             1166 net/openvswitch/datapath.c 		reply = ovs_flow_cmd_alloc_info(acts, &sfid, info, false,
acts             1191 net/openvswitch/datapath.c 	if (likely(acts)) {
acts             1193 net/openvswitch/datapath.c 		rcu_assign_pointer(flow->sf_acts, acts);
acts             1232 net/openvswitch/datapath.c 	ovs_nla_free_flow_actions(acts);
acts             2320 net/openvswitch/flow_netlink.c 	struct sw_flow_actions *acts;
acts             2340 net/openvswitch/flow_netlink.c 	acts = nla_alloc_flow_actions(new_acts_size);
acts             2341 net/openvswitch/flow_netlink.c 	if (IS_ERR(acts))
acts             2342 net/openvswitch/flow_netlink.c 		return (void *)acts;
acts             2344 net/openvswitch/flow_netlink.c 	memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len);
acts             2345 net/openvswitch/flow_netlink.c 	acts->actions_len = (*sfa)->actions_len;
acts             2346 net/openvswitch/flow_netlink.c 	acts->orig_len = (*sfa)->orig_len;
acts             2348 net/openvswitch/flow_netlink.c 	*sfa = acts;