Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_HSR_TAG_INS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dnetdev_features.h167 #define NETIF_F_HW_HSR_TAG_INS __NETIF_F(HW_HSR_TAG_INS) macro
/openbmc/linux/net/hsr/
H A Dhsr_forward.c294 } else if (port->dev->features & NETIF_F_HW_HSR_TAG_INS) { in hsr_create_tagged_frame()
338 } else if (port->dev->features & NETIF_F_HW_HSR_TAG_INS) { in prp_create_tagged_frame()
/openbmc/linux/drivers/net/dsa/xrs700x/
H A Dxrs700x.c19 (NETIF_F_HW_HSR_TAG_INS | NETIF_F_HW_HSR_TAG_RM | \