Lines Matching defs:ifh
1024 static int ocelot_rx_frame_word(struct ocelot *ocelot, u8 grp, bool ifh,
1031 if (ifh)
1196 void ocelot_ifh_port_set(void *ifh, int port, u32 rew_op, u32 vlan_tag)
1198 ocelot_ifh_set_bypass(ifh, 1);
1199 ocelot_ifh_set_dest(ifh, BIT_ULL(port));
1200 ocelot_ifh_set_tag_type(ifh, IFH_TAG_TYPE_C);
1202 ocelot_ifh_set_vlan_tci(ifh, vlan_tag);
1204 ocelot_ifh_set_rew_op(ifh, rew_op);
1211 u32 ifh[OCELOT_TAG_LEN / 4] = {0};
1217 ocelot_ifh_port_set(ifh, port, rew_op, skb_vlan_tag_get(skb));
1220 ocelot_write_rix(ocelot, ifh[i], QS_INJ_WR, grp);