Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_netlink.c112 if (test_bit(IPOIB_FLAG_SUBINTERFACE, &ppriv->flags)) { in ipoib_new_child_link()
Dipoib_vlan.c62 set_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags); in __ipoib_vlan_add()
Dipoib_ib.c1014 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) in __ipoib_ib_dev_flush()
1027 if (test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in __ipoib_ib_dev_flush()
Dipoib_main.c120 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in ipoib_open()
163 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in ipoib_stop()
857 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) in ipoib_get_iflink()
Dipoib.h89 IPOIB_FLAG_SUBINTERFACE = 5, enumerator