Searched refs:IPOIB_FLAG_SUBINTERFACE (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_netlink.c | 121 if (test_bit(IPOIB_FLAG_SUBINTERFACE, &ppriv->flags)) { in ipoib_new_child_link()
|
| H A D | ipoib_main.c | 200 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in ipoib_open() 238 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in ipoib_stop() 463 if (test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) in ipoib_match_gid_pkey_addr() 1317 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) in ipoib_get_iflink() 2001 set_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags); in ipoib_child_init() 2439 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in set_base_guid() 2483 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in ipoib_set_mac()
|
| H A D | ipoib_ib.c | 1197 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) in __ipoib_ib_dev_flush() 1211 if (test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in __ipoib_ib_dev_flush() 1303 if (!test_bit(IPOIB_FLAG_SUBINTERFACE, &priv->flags)) { in ipoib_queue_work()
|
| H A D | ipoib.h | 90 IPOIB_FLAG_SUBINTERFACE = 5, enumerator
|