summaryrefslogtreecommitdiff
path: root/include/net/tc_act/tc_connmark.h
blob: 59b515d32bb45921b58e150038f9a489d2b91e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __NET_TC_CONNMARK_H
#define __NET_TC_CONNMARK_H

#include <net/act_api.h>

struct tcf_connmark_info {
	struct tc_action common;
	struct net *net;
	u16 zone;
};

#define to_connmark(a) ((struct tcf_connmark_info *)a)

#endif /* __NET_TC_CONNMARK_H */
26a7d9e908f48a42e7de0c6e3a5b76ae2bf parentcf0ea4da4c7df11f7a508b2f37518e0f117f3791 (diff)
HID: intel-ish-hid: consolidate ish wake up operation
Same operations are done in ish_hw_start() and _ish_hw_reset() to wakeup ISH device. Consolidate them by introducing a new function ish_wakeup() and move the code there. Signed-off-by: Even Xu <even.xu@intel.com> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat