Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/dsa/
Docelot.h215 static inline void ocelot_ifh_set_rew_op(void *injection, u64 rew_op) in ocelot_ifh_set_rew_op() argument
217 packing(injection, &rew_op, 125, 117, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_rew_op()
255 u32 rew_op = 0; in ocelot_ptp_rew_op() local
258 rew_op = ptp_cmd; in ocelot_ptp_rew_op()
259 rew_op |= OCELOT_SKB_CB(clone)->ts_id << 3; in ocelot_ptp_rew_op()
261 rew_op = ptp_cmd; in ocelot_ptp_rew_op()
264 return rew_op; in ocelot_ptp_rew_op()
/Linux-v5.15/net/dsa/
Dtag_ocelot.c14 u32 rew_op = 0; in ocelot_xmit_common() local
25 rew_op = ocelot_ptp_rew_op(skb); in ocelot_xmit_common()
26 if (rew_op) in ocelot_xmit_common()
27 ocelot_ifh_set_rew_op(injection, rew_op); in ocelot_xmit_common()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_net.c458 u32 rew_op = 0; in ocelot_port_xmit() local
475 rew_op = ocelot_ptp_rew_op(skb); in ocelot_port_xmit()
478 ocelot_port_inject_frame(ocelot, port, 0, rew_op, skb); in ocelot_port_xmit()
Docelot.c943 u32 rew_op, struct sk_buff *skb) in ocelot_port_inject_frame() argument
955 ocelot_ifh_set_rew_op(ifh, rew_op); in ocelot_port_inject_frame()
/Linux-v5.15/drivers/net/dsa/ocelot/
Dfelix.c1115 u32 rew_op = ocelot_ptp_rew_op(skb); in felix_port_deferred_xmit() local
1135 ocelot_port_inject_frame(ocelot, port, 0, rew_op, skb); in felix_port_deferred_xmit()
/Linux-v5.15/include/soc/mscc/
Docelot.h743 u32 rew_op, struct sk_buff *skb);