Lines Matching refs:result
99 int result;
117 result = -EINVAL;
128 result = -ENOTUNIQ;
132 result = register_netdevice(ndev);
133 if (result) {
134 ipoib_warn(priv, "failed to initialize; error %i", result);
165 return result;
173 int result;
193 result = PTR_ERR(ndev);
200 result = __ipoib_vlan_add(ppriv, priv, pkey, IPOIB_LEGACY_CHILD);
202 if (result && ndev->reg_state == NETREG_UNINITIALIZED)
208 return result;