Lines Matching +full:- +full:-

1 /* SPDX-License-Identifier: GPL-2.0
2 * Copyright 2019-2021 NXP
20 ((struct ocelot_skb_cb *)((skb)->cb))
42 * +-------------------+-------------------+------+------+------------+-------+
45 * +-------------------+-------------------+------+------+------------+-------+
50 * +------+------+------------+-------+
53 * +------+------+------------+-------+
58 * +------------+-------+
61 * +------------+-------+
67 * +-------------------+-------------------+------+------+------------+-------+
70 * +-------------------+-------------------+------+------+------------+-------+
75 * +------+------+------------+-------+
78 * +------+------+------------+-------+
83 * +------------+-------+
86 * +------------+-------+
93 * +------+------+------+------+------+------+------+------+
95 * +------+------+------+------+------+------+------+------+
97 * +------+------+------+------+------+------+------+------+
99 * +------+------+------+------+------+------+------+------+
101 * +------+------+------+------+------+------+------+------+
103 * +------+------+------+------+------+------+------+------+
105 * +------+------+------+------+------+------+------+------+
107 * +------+------+------+------+------+------+------+------+
109 * +------+------+------+------+------+------+------+------+
111 * +------+------+------+------+------+------+------+------+
113 * +------+------+------+------+------+------+------+------+
115 * +------+------+------+------+------+------+------+------+
117 * +------+------+------+------+------+------+------+------+
119 * +------+------+------+------+------+------+------+------+
121 * +------+------+------+------+------+------+------+------+
123 * +------+------+------+------+------+------+------+------+
125 * +------+------+------+------+------+------+------+------+
129 * +------+------+------+------+------+------+------+------+
131 * +------+------+------+------+------+------+------+------+
133 * +------+------+------+------+------+------+------+------+
135 * +------+------+------+------+------+------+------+------+
137 * +------+------+------+------+------+------+------+------+
139 * +------+------+------+------+------+------+------+------+
141 * +------+------+------+------+------+------+------+------+
143 * +------+------+------+------+------+------+------+------+
145 * +------+------+------+------+------+------+------+------+
147 * +------+------+------+------+------+------+------+------+
149 * +------+------+------+------+------+------+------+------+
151 * +------+------+------+------+------+------+------+------+
153 * +------+------+------+------+------+------+------+------+
155 * +------+------+------+------+------+------+------+------+
157 * +------+------+------+------+------+------+------+------+
159 * +------+------+------+------+------+------+------+------+
161 * +------+------+------+------+------+------+------+------+
187 *len = 60 * wlen + llen - 80; in ocelot_xfh_get_len()
253 struct sk_buff *clone = OCELOT_SKB_CB(skb)->clone; in ocelot_ptp_rew_op()
254 u8 ptp_cmd = OCELOT_SKB_CB(skb)->ptp_cmd; in ocelot_ptp_rew_op()
259 rew_op |= OCELOT_SKB_CB(clone)->ts_id << 3; in ocelot_ptp_rew_op()