Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_fdma.c357 void *xfh = skb->data; in ocelot_fdma_receive_skb() local
363 ocelot_xfh_get_src_port(xfh, &src_port); in ocelot_fdma_receive_skb()
379 ocelot_xfh_get_rew_val(xfh, &timestamp); in ocelot_fdma_receive_skb()
Docelot.c961 static int ocelot_xtr_poll_xfh(struct ocelot *ocelot, int grp, u32 *xfh) in ocelot_xtr_poll_xfh() argument
966 err = ocelot_rx_frame_word(ocelot, grp, true, &xfh[i]); in ocelot_xtr_poll_xfh()
1000 u32 xfh[OCELOT_TAG_LEN / 4]; in ocelot_xtr_poll_frame() local
1007 err = ocelot_xtr_poll_xfh(ocelot, grp, xfh); in ocelot_xtr_poll_frame()
1011 ocelot_xfh_get_src_port(xfh, &src_port); in ocelot_xtr_poll_frame()
1012 ocelot_xfh_get_len(xfh, &len); in ocelot_xtr_poll_frame()
1013 ocelot_xfh_get_rew_val(xfh, &timestamp); in ocelot_xtr_poll_frame()