Searched refs:umcast_val (Results 1 – 1 of 1) sorted by relevance
2396 void ipoib_set_umcast(struct net_device *ndev, int umcast_val) in ipoib_set_umcast() argument2400 if (umcast_val > 0) { in ipoib_set_umcast()2411 unsigned long umcast_val = simple_strtoul(buf, NULL, 0); in umcast_store() local2413 ipoib_set_umcast(to_net_dev(dev), umcast_val); in umcast_store()