Searched refs:match_idx (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/sched/
H A Dematch.c503 int stackp = 0, match_idx = 0, res = 0; local
508 while (match_idx < tree->hdr.nmatches) {
509 cur_match = tcf_em_get_match(tree, match_idx);
515 stack[stackp++] = match_idx;
516 match_idx = cur_match->data;
525 match_idx++;
530 match_idx = stack[--stackp];
531 cur_match = tcf_em_get_match(tree, match_idx);
539 match_idx++;
/linux-master/drivers/net/dsa/microchip/
H A Dksz9477_acl.c1322 * @match_idx: Index of the matching rule to be added
1340 static void ksz9477_acl_processing_rule_add_match(u8 *entry, u8 match_idx) argument
1345 if (match_idx < 8)
1346 valf |= BIT(match_idx);
1348 vale |= BIT(match_idx - 8);
/linux-master/net/nfc/
H A Dcore.c1024 static int match_idx(struct device *d, const void *data) function
1036 d = class_find_device(&nfc_class, NULL, &idx, match_idx);

Completed in 332 milliseconds