Home
last modified time | relevance | path

Searched refs:rew_val (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/dsa/
H A Dtag_ocelot.c112 u64 rew_val; in ocelot_rcv() local
142 ocelot_xfh_get_rew_val(extraction, &rew_val); in ocelot_rcv()
156 OCELOT_SKB_CB(skb)->tstamp_lo = rew_val; in ocelot_rcv()
/openbmc/linux/include/linux/dsa/
H A Docelot.h184 static inline void ocelot_xfh_get_rew_val(void *extraction, u64 *rew_val) in ocelot_xfh_get_rew_val() argument
186 packing(extraction, rew_val, 116, 85, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_rew_val()