Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_fdir.c542 uint32_t tuple, uint8_t *key_x, in hns3_fd_convert_tuple() argument
575 key_x, key_y); in hns3_fd_convert_tuple()
580 key_x, key_y); in hns3_fd_convert_tuple()
589 calc_x(key_x[tmp], in hns3_fd_convert_tuple()
608 calc_x(*key_x, key_conf->spec.outer_proto, in hns3_fd_convert_tuple()
614 calc_x(*key_x, key_conf->spec.ip_proto, in hns3_fd_convert_tuple()
640 uint8_t *key_x, uint8_t *key_y) in hns3_fd_convert_meta_data() argument
692 key_x[0] = tmp_x & 0xFF; in hns3_fd_convert_meta_data()
718 memset(key_x, 0, sizeof(key_x)); in hns3_config_key()
720 cur_key_x = key_x; in hns3_config_key()
[all …]
/f-stack/app/redis-5.0.5/tests/unit/
H A Dkeyspace.tcl17 foreach key {key_x key_y key_z foo_a foo_b foo_c} {
25 } {foo_a foo_b foo_c key_x key_y key_z}
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_flow.c2489 static void tcam_translate_key_x(u8 *key_x, u8 *key_y, u8 *mask, u8 len) in tcam_translate_key_x() argument
2494 key_x[idx] = key_y[idx] ^ mask[idx]; in tcam_translate_key_x()