Lines Matching defs:matches
409 int matches = 0;
416 /* Verify the net_device matches the IP address, as
425 ++matches;
432 matches += ipoib_match_gid_pkey_addr(child_priv, gid,
436 if (matches > 1)
441 return matches;
446 * reference to the net_device, if the number of matches >= 1 */
454 int matches = 0;
462 matches += ipoib_match_gid_pkey_addr(priv, gid, pkey_index,
464 if (matches > 1)
468 return matches;
479 int matches;
490 matches = __ipoib_get_net_dev_by_params(dev_list, port, pkey_index,
493 switch (matches) {
504 matches = __ipoib_get_net_dev_by_params(dev_list, port, pkey_index,
506 switch (matches) {