Home
last modified time | relevance | path

Searched refs:rew_op (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/dsa/
H A Dtag_ocelot.c145 u64 qos_class, rew_op; in ocelot_xmit() local
163 rew_op = ocelot_port->ptp_cmd; in ocelot_xmit()
168 rew_op |= clone->cb[0] << 3; in ocelot_xmit()
170 packing(injection, &rew_op, 125, 117, OCELOT_TAG_LEN, PACK, 0); in ocelot_xmit()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_net.c314 ifh[0] = IFH_INJ_BYPASS | ((0x1ff & info->rew_op) << 21); in ocelot_gen_ifh()
348 info.rew_op = ocelot_port->ptp_cmd; in ocelot_port_xmit()
361 info.rew_op |= clone->cb[0] << 3; in ocelot_port_xmit()
366 info.rew_op = ocelot_port->ptp_cmd; in ocelot_port_xmit()
368 info.rew_op |= skb->cb[0] << 3; in ocelot_port_xmit()
H A Docelot.h40 u16 rew_op; member