Lines Matching defs:pair
428 struct rte_kvargs_pair *pair;
438 pair = &arglist->pairs[0];
448 pair->key = letter;
454 pair->value = letter + 1;
467 pair = &arglist->pairs[arglist->count];
472 pair = &arglist->pairs[arglist->count];
480 * becomes ']' so each can be considered as different pair key
483 * be considered as one pair value, hence checking if end of outer
486 if ((strcmp("representor", pair->key) == 0) &&
623 struct rte_kvargs_pair *pair;
637 pair = &args.pairs[i];
638 if (strcmp("representor", pair->key) == 0) {
641 pair->value);
646 RTE_ETHDEV_LOG_LINE(DEBUG, "Devarg pattern: %s", pair->value);
647 if (pair->value[0] == '[') {
649 devargs = eth_dev_tokenise_representor_list(pair->value,
655 devargs = devargs_parse_representor_ports(eth_devargs, pair->value,