Searched refs:key_x (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_fdir.c | 555 uint32_t tuple, uint8_t *key_x, in hns3_fd_convert_tuple() argument 588 key_x, key_y); in hns3_fd_convert_tuple() 593 key_x, key_y); in hns3_fd_convert_tuple() 602 calc_x(key_x[tmp], in hns3_fd_convert_tuple() 621 calc_x(*key_x, key_conf->spec.outer_proto, in hns3_fd_convert_tuple() 627 calc_x(*key_x, key_conf->spec.ip_proto, in hns3_fd_convert_tuple() 653 uint8_t *key_x, uint8_t *key_y) in hns3_fd_convert_meta_data() argument 705 key_x[0] = tmp_x & 0xFF; in hns3_fd_convert_meta_data() 731 memset(key_x, 0, sizeof(key_x)); in hns3_config_key() 733 cur_key_x = key_x; in hns3_config_key() [all …]
|
| /dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_flow.c | 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()
|