Searched refs:key_y (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_fdir.c | 556 key_conf->mask.dst_mac, key_x, key_y); in hns3_fd_convert_tuple() 575 key_x, key_y); in hns3_fd_convert_tuple() 580 key_x, key_y); in hns3_fd_convert_tuple() 592 calc_y(key_y[tmp], in hns3_fd_convert_tuple() 610 calc_y(*key_y, key_conf->spec.outer_proto, in hns3_fd_convert_tuple() 616 calc_y(*key_y, 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 694 key_y[0] = tmp_y & 0xFF; in hns3_fd_convert_meta_data() 719 memset(key_y, 0, sizeof(key_y)); in hns3_config_key() 721 cur_key_y = key_y; in hns3_config_key() [all …]
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | keyspace.tcl | 17 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 D | hinic_pmd_flow.c | 2481 static void tcam_translate_key_y(u8 *key_y, u8 *src_input, u8 *mask, u8 len) in tcam_translate_key_y() argument 2486 key_y[idx] = src_input[idx] & mask[idx]; in tcam_translate_key_y() 2489 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()
|