Searched refs:req1 (Results 1 – 1 of 1) sorted by relevance
384 struct hns3_fd_tcam_config_1_cmd *req1; in hns3_fd_tcam_config() local397 req1 = (struct hns3_fd_tcam_config_1_cmd *)desc[0].data; in hns3_fd_tcam_config()401 req1->stage = HNS3_FD_STAGE_1; in hns3_fd_tcam_config()402 req1->xy_sel = sel_x ? 1 : 0; in hns3_fd_tcam_config()403 hns3_set_bit(req1->port_info, HNS3_FD_EPORT_SW_EN_B, 0); in hns3_fd_tcam_config()404 req1->index = rte_cpu_to_le_32(loc); in hns3_fd_tcam_config()405 req1->entry_vld = sel_x ? is_add : 0; in hns3_fd_tcam_config()408 len = sizeof(req1->tcam_data); in hns3_fd_tcam_config()409 memcpy(req1->tcam_data, key, len); in hns3_fd_tcam_config()