Searched refs:match_size (Results 1 – 3 of 3) sorted by relevance
176 int match_size; in auxiliary_match_id() local180 match_size = p - dev_name(&auxdev->dev); in auxiliary_match_id()183 if (strlen(id->name) == match_size && in auxiliary_match_id()184 !strncmp(dev_name(&auxdev->dev), id->name, match_size)) in auxiliary_match_id()
711 u8 key_layer, match_size; in nfp_flower_populate_merge_match() local730 match_size = sizeof(struct nfp_flower_mac_mpls); in nfp_flower_populate_merge_match()731 memcpy(&merge->l2, mask, match_size); in nfp_flower_populate_merge_match()732 mask += match_size; in nfp_flower_populate_merge_match()736 match_size = sizeof(struct nfp_flower_tp_ports); in nfp_flower_populate_merge_match()737 memcpy(&merge->l4, mask, match_size); in nfp_flower_populate_merge_match()738 mask += match_size; in nfp_flower_populate_merge_match()742 match_size = sizeof(struct nfp_flower_ipv4); in nfp_flower_populate_merge_match()743 memcpy(&merge->ipv4, mask, match_size); in nfp_flower_populate_merge_match()747 match_size = sizeof(struct nfp_flower_ipv6); in nfp_flower_populate_merge_match()[all …]
1641 int match_size; member1652 abx500_regulator.match_size = ARRAY_SIZE(ab8505_regulator_match); in abx500_get_regulator_info()1659 abx500_regulator.match_size = ARRAY_SIZE(ab8500_regulator_match); in abx500_get_regulator_info()1718 abx500_regulator.match_size); in ab8500_regulator_probe()
Completed in 16 milliseconds