Searched refs:match_size (Results 1 – 3 of 3) sorted by relevance
166 int match_size; in auxiliary_match_id() local170 match_size = p - dev_name(&auxdev->dev); in auxiliary_match_id()173 if (strlen(id->name) == match_size && in auxiliary_match_id()174 !strncmp(dev_name(&auxdev->dev), id->name, match_size)) in auxiliary_match_id()
707 u8 key_layer, match_size; in nfp_flower_populate_merge_match() local726 match_size = sizeof(struct nfp_flower_mac_mpls); in nfp_flower_populate_merge_match()727 memcpy(&merge->l2, mask, match_size); in nfp_flower_populate_merge_match()728 mask += match_size; in nfp_flower_populate_merge_match()732 match_size = sizeof(struct nfp_flower_tp_ports); in nfp_flower_populate_merge_match()733 memcpy(&merge->l4, mask, match_size); in nfp_flower_populate_merge_match()734 mask += match_size; in nfp_flower_populate_merge_match()738 match_size = sizeof(struct nfp_flower_ipv4); in nfp_flower_populate_merge_match()739 memcpy(&merge->ipv4, mask, match_size); in nfp_flower_populate_merge_match()743 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()