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