Home
last modified time | relevance | path

Searched refs:xdgt1 (Results 1 – 1 of 1) sorted by relevance

/dpdk/app/test-pmd/
H A Dcmdline.c2375 uint8_t xdgt1; in cmd_config_rss_hash_key_parsed() local
2407 xdgt1 = parse_and_check_key_hexa_digit(res->key, (i * 2) + 1); in cmd_config_rss_hash_key_parsed()
2408 if (xdgt1 == 0xFF) in cmd_config_rss_hash_key_parsed()
2410 hash_key[i] = (uint8_t) ((xdgt0 * 16) + xdgt1); in cmd_config_rss_hash_key_parsed()
12297 uint8_t xdgt1; in cmd_set_macsec_sa_parsed() local
12309 xdgt1 = parse_and_check_key_hexa_digit(res->key, (i * 2) + 1); in cmd_set_macsec_sa_parsed()
12310 if (xdgt1 == 0xFF) in cmd_set_macsec_sa_parsed()
12312 key[i] = (uint8_t) ((xdgt0 * 16) + xdgt1); in cmd_set_macsec_sa_parsed()