Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_SWITCH_OFFLOAD (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/switchdev/
Dswitchdev.c146 if (!(dev->features & NETIF_F_HW_SWITCH_OFFLOAD)) in netdev_switch_port_bridge_setlink()
171 if (!(dev->features & NETIF_F_HW_SWITCH_OFFLOAD)) in netdev_switch_port_bridge_dellink()
198 if (!(dev->features & NETIF_F_HW_SWITCH_OFFLOAD)) in ndo_dflt_netdev_switch_port_bridge_setlink()
228 if (!(dev->features & NETIF_F_HW_SWITCH_OFFLOAD)) in ndo_dflt_netdev_switch_port_bridge_dellink()
252 if (dev->features & NETIF_F_HW_SWITCH_OFFLOAD && in netdev_switch_get_lowest_dev()
/linux-4.1.27/include/linux/
Dnetdev_features.h128 #define NETIF_F_HW_SWITCH_OFFLOAD __NETIF_F(HW_SWITCH_OFFLOAD) macro
165 NETIF_F_HW_SWITCH_OFFLOAD)
/linux-4.1.27/drivers/net/team/
Dteam.c1927 mask = features | NETIF_F_HW_SWITCH_OFFLOAD; in team_fix_features()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1043 mask = features | NETIF_F_HW_SWITCH_OFFLOAD; in bond_fix_features()
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c4640 NETIF_F_HW_SWITCH_OFFLOAD; in rocker_probe_port()