Searched refs:sel_x (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1519 static int hclge_dbg_fd_tcam_read(struct hclge_dev *hdev, bool sel_x, argument
1542 req1->xy_sel = sel_x ? 1 : 0;
1550 "read result tcam key %s(%u):\n", sel_x ? "x" : "y",
H A Dhclge_main.c5532 static int hclge_fd_tcam_config(struct hclge_dev *hdev, u8 stage, bool sel_x, argument
5552 req1->xy_sel = sel_x ? 1 : 0;
5555 req1->entry_vld = sel_x ? is_add : 0;

Completed in 156 milliseconds