Lines Matching defs:ifh
539 u64 ifh[2];
541 ifh[0] = be64_to_cpu(((__force __be64 *)_ifh)[0]);
542 ifh[1] = be64_to_cpu(((__force __be64 *)_ifh)[1]);
544 wlen = IFH_EXTRACT_BITFIELD64(ifh[0], 7, 8);
545 llen = IFH_EXTRACT_BITFIELD64(ifh[0], 15, 6);
549 info->timestamp = IFH_EXTRACT_BITFIELD64(ifh[0], 21, 32);
551 info->port = IFH_EXTRACT_BITFIELD64(ifh[1], 43, 4);
553 info->tag_type = IFH_EXTRACT_BITFIELD64(ifh[1], 16, 1);
554 info->vid = IFH_EXTRACT_BITFIELD64(ifh[1], 0, 12);
559 static int ocelot_rx_frame_word(struct ocelot *ocelot, u8 grp, bool ifh,
567 if (ifh)
618 u32 ifh[4], val, *buf;
624 err = ocelot_rx_frame_word(ocelot, grp, true, &ifh[i]);
640 ocelot_parse_ifh(ifh, &info);