Lines Matching +full:- +full:-

1 /* SPDX-License-Identifier: GPL-2.0
2 * Copyright 2019-2021 NXP
22 ((struct ocelot_skb_cb *)((skb)->cb))
44 * +-------------------+-------------------+------+------+------------+-------+
47 * +-------------------+-------------------+------+------+------------+-------+
52 * +------+------+------------+-------+
55 * +------+------+------------+-------+
60 * +------------+-------+
63 * +------------+-------+
69 * +-------------------+-------------------+------+------+------------+-------+
72 * +-------------------+-------------------+------+------+------------+-------+
77 * +------+------+------------+-------+
80 * +------+------+------------+-------+
85 * +------------+-------+
88 * +------------+-------+
95 * +------+------+------+------+------+------+------+------+
97 * +------+------+------+------+------+------+------+------+
99 * +------+------+------+------+------+------+------+------+
101 * +------+------+------+------+------+------+------+------+
103 * +------+------+------+------+------+------+------+------+
105 * +------+------+------+------+------+------+------+------+
107 * +------+------+------+------+------+------+------+------+
109 * +------+------+------+------+------+------+------+------+
111 * +------+------+------+------+------+------+------+------+
113 * +------+------+------+------+------+------+------+------+
115 * +------+------+------+------+------+------+------+------+
117 * +------+------+------+------+------+------+------+------+
119 * +------+------+------+------+------+------+------+------+
121 * +------+------+------+------+------+------+------+------+
123 * +------+------+------+------+------+------+------+------+
125 * +------+------+------+------+------+------+------+------+
127 * +------+------+------+------+------+------+------+------+
131 * +------+------+------+------+------+------+------+------+
133 * +------+------+------+------+------+------+------+------+
135 * +------+------+------+------+------+------+------+------+
137 * +------+------+------+------+------+------+------+------+
139 * +------+------+------+------+------+------+------+------+
141 * +------+------+------+------+------+------+------+------+
143 * +------+------+------+------+------+------+------+------+
145 * +------+------+------+------+------+------+------+------+
147 * +------+------+------+------+------+------+------+------+
149 * +------+------+------+------+------+------+------+------+
151 * +------+------+------+------+------+------+------+------+
153 * +------+------+------+------+------+------+------+------+
155 * +------+------+------+------+------+------+------+------+
157 * +------+------+------+------+------+------+------+------+
159 * +------+------+------+------+------+------+------+------+
161 * +------+------+------+------+------+------+------+------+
163 * +------+------+------+------+------+------+------+------+
179 BUG_ON(ds->dst->tag_ops->proto != DSA_TAG_PROTO_OCELOT_8021Q); in ocelot_8021q_tagger_data()
181 return ds->tagger_data; in ocelot_8021q_tagger_data()
196 *len = 60 * wlen + llen - 80; in ocelot_xfh_get_len()
262 struct sk_buff *clone = OCELOT_SKB_CB(skb)->clone; in ocelot_ptp_rew_op()
263 u8 ptp_cmd = OCELOT_SKB_CB(skb)->ptp_cmd; in ocelot_ptp_rew_op()
268 rew_op |= OCELOT_SKB_CB(clone)->ts_id << 3; in ocelot_ptp_rew_op()