Searched refs:ocelot_ifh_port_set (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mscc/ |
D | ocelot.c | 1196 void ocelot_ifh_port_set(void *ifh, int port, u32 rew_op, u32 vlan_tag) in ocelot_ifh_port_set() function 1206 EXPORT_SYMBOL(ocelot_ifh_port_set); 1217 ocelot_ifh_port_set(ifh, port, rew_op, skb_vlan_tag_get(skb)); in ocelot_port_inject_frame()
|
D | ocelot_fdma.c | 669 ocelot_ifh_port_set(ifh, port, rew_op, skb_vlan_tag_get(skb)); in ocelot_fdma_prepare_skb()
|
/linux-6.6.21/include/soc/mscc/ |
D | ocelot.h | 972 void ocelot_ifh_port_set(void *ifh, int port, u32 rew_op, u32 vlan_tag);
|