Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_fdir.c384 struct hns3_fd_tcam_config_1_cmd *req1; in hns3_fd_tcam_config() local
397 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()