Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_netlink.c100 u16 child_pkey; in ipoib_new_child_link() local
119 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()