Lines Matching refs:ifh
919 static int ocelot_rx_frame_word(struct ocelot *ocelot, u8 grp, bool ifh, in ocelot_rx_frame_word() argument
926 if (ifh) in ocelot_rx_frame_word()
1091 void ocelot_ifh_port_set(void *ifh, int port, u32 rew_op, u32 vlan_tag) in ocelot_ifh_port_set() argument
1093 ocelot_ifh_set_bypass(ifh, 1); in ocelot_ifh_port_set()
1094 ocelot_ifh_set_dest(ifh, BIT_ULL(port)); in ocelot_ifh_port_set()
1095 ocelot_ifh_set_tag_type(ifh, IFH_TAG_TYPE_C); in ocelot_ifh_port_set()
1097 ocelot_ifh_set_vlan_tci(ifh, vlan_tag); in ocelot_ifh_port_set()
1099 ocelot_ifh_set_rew_op(ifh, rew_op); in ocelot_ifh_port_set()
1106 u32 ifh[OCELOT_TAG_LEN / 4] = {0}; in ocelot_port_inject_frame() local
1112 ocelot_ifh_port_set(ifh, port, rew_op, skb_vlan_tag_get(skb)); in ocelot_port_inject_frame()
1115 ocelot_write_rix(ocelot, ifh[i], QS_INJ_WR, grp); in ocelot_port_inject_frame()