Searched refs:child_pkey (Results 1 – 1 of 1) sorted by relevance
100 u16 child_pkey; in ipoib_new_child_link() local119 child_pkey = ppriv->pkey; in ipoib_new_child_link()121 child_pkey = nla_get_u16(data[IFLA_IPOIB_PKEY]); in ipoib_new_child_link()123 if (child_pkey == 0 || child_pkey == 0x8000) in ipoib_new_child_link()130 child_pkey |= 0x8000; in ipoib_new_child_link()132 err = __ipoib_vlan_add(ppriv, netdev_priv(dev), child_pkey, IPOIB_RTNL_CHILD); in ipoib_new_child_link()