Symbol: OCELOT_TAG_LEN
drivers/net/ethernet/mscc/ocelot.c
1242
for (i = 0; i < OCELOT_TAG_LEN / 4; i++) {
drivers/net/ethernet/mscc/ocelot.c
1319
u32 xfh[OCELOT_TAG_LEN / 4];
drivers/net/ethernet/mscc/ocelot.c
1439
memset(ifh, 0, OCELOT_TAG_LEN);
drivers/net/ethernet/mscc/ocelot.c
1454
u32 ifh[OCELOT_TAG_LEN / 4];
drivers/net/ethernet/mscc/ocelot.c
1464
for (i = 0; i < OCELOT_TAG_LEN / 4; i++)
drivers/net/ethernet/mscc/ocelot.c
2639
maxlen += OCELOT_TAG_LEN;
drivers/net/ethernet/mscc/ocelot.c
2671
max_mtu -= OCELOT_TAG_LEN;
drivers/net/ethernet/mscc/ocelot_fdma.c
360
skb_pull(skb, OCELOT_TAG_LEN);
drivers/net/ethernet/mscc/ocelot_fdma.c
643
int needed_headroom = max_t(int, OCELOT_TAG_LEN - skb_headroom(skb), 0);
drivers/net/ethernet/mscc/ocelot_fdma.c
666
ifh = skb_push(skb, OCELOT_TAG_LEN);
drivers/net/ethernet/mscc/ocelot_fdma.c
793
dev->needed_headroom = OCELOT_TAG_LEN;
include/linux/dsa/ocelot.h
189
packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0);
include/linux/dsa/ocelot.h
196
packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0);
include/linux/dsa/ocelot.h
197
packing(extraction, &wlen, 78, 71, OCELOT_TAG_LEN, UNPACK, 0);
include/linux/dsa/ocelot.h
204
packing(extraction, src_port, 46, 43, OCELOT_TAG_LEN, UNPACK, 0);
include/linux/dsa/ocelot.h
209
packing(extraction, qos_class, 19, 17, OCELOT_TAG_LEN, UNPACK, 0);
include/linux/dsa/ocelot.h
214
packing(extraction, tag_type, 16, 16, OCELOT_TAG_LEN, UNPACK, 0);
include/linux/dsa/ocelot.h
219
packing(extraction, vlan_tci, 15, 0, OCELOT_TAG_LEN, UNPACK, 0);
include/linux/dsa/ocelot.h
224
packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0);
include/linux/dsa/ocelot.h
229
packing(injection, &rew_op, 125, 117, OCELOT_TAG_LEN, PACK, 0);
include/linux/dsa/ocelot.h
234
packing(injection, &dest, 67, 56, OCELOT_TAG_LEN, PACK, 0);
include/linux/dsa/ocelot.h
239
packing(injection, &qos_class, 19, 17, OCELOT_TAG_LEN, PACK, 0);
include/linux/dsa/ocelot.h
244
packing(injection, &dest, 67, 57, OCELOT_TAG_LEN, PACK, 0);
include/linux/dsa/ocelot.h
249
packing(injection, &src, 46, 43, OCELOT_TAG_LEN, PACK, 0);
include/linux/dsa/ocelot.h
254
packing(injection, &tag_type, 16, 16, OCELOT_TAG_LEN, PACK, 0);
include/linux/dsa/ocelot.h
259
packing(injection, &vlan_tci, 15, 0, OCELOT_TAG_LEN, PACK, 0);
include/linux/dsa/ocelot.h
39
#define OCELOT_TOTAL_TAG_LEN (OCELOT_SHORT_PREFIX_LEN + OCELOT_TAG_LEN)
net/dsa/tag_ocelot.c
28
injection = skb_push(skb, OCELOT_TAG_LEN);
net/dsa/tag_ocelot.c
32
memset(injection, 0, OCELOT_TAG_LEN);
net/dsa/tag_ocelot.c
93
skb_pull(skb, OCELOT_TAG_LEN);