Searched refs:xfh (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_fdma.c | 356 void *xfh = skb->data; in ocelot_fdma_receive_skb() local 362 ocelot_xfh_get_src_port(xfh, &src_port); in ocelot_fdma_receive_skb() 379 ocelot_xfh_get_rew_val(xfh, ×tamp); in ocelot_fdma_receive_skb()
|
H A D | ocelot.c | 1066 static int ocelot_xtr_poll_xfh(struct ocelot *ocelot, int grp, u32 *xfh) in ocelot_xtr_poll_xfh() argument 1071 err = ocelot_rx_frame_word(ocelot, grp, true, &xfh[i]); in ocelot_xtr_poll_xfh() 1147 u32 xfh[OCELOT_TAG_LEN / 4]; in ocelot_xtr_poll_frame() local 1156 err = ocelot_xtr_poll_xfh(ocelot, grp, xfh); in ocelot_xtr_poll_frame() 1160 ocelot_xfh_get_src_port(xfh, &src_port); in ocelot_xtr_poll_frame() 1161 ocelot_xfh_get_len(xfh, &len); in ocelot_xtr_poll_frame() 1162 ocelot_xfh_get_rew_val(xfh, ×tamp); in ocelot_xtr_poll_frame()
|