Lines Matching refs:pkey
61 * Since the legacy sysfs interface uses pkey for deletion it cannot
62 * support more than one interface with the same pkey, it creates
74 if (ppriv->pkey == priv->pkey)
78 if (tpriv->pkey == priv->pkey &&
96 u16 pkey, int type)
116 if (pkey == 0 || pkey == 0x8000) {
124 priv->pkey = pkey;
168 int ipoib_vlan_add(struct net_device *pdev, unsigned short pkey)
189 ppriv->dev->name, pkey);
200 result = __ipoib_vlan_add(ppriv, priv, pkey, IPOIB_LEGACY_CHILD);
248 int ipoib_vlan_delete(struct net_device *pdev, unsigned short pkey)
268 if (priv->pkey == pkey &&