Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c869 le16_to_cpu(rx_com_wl->com_wl.high), in hclge_dbg_dump_qos_buf_cfg()
870 le16_to_cpu(rx_com_wl->com_wl.low)); in hclge_dbg_dump_qos_buf_cfg()
881 le16_to_cpu(rx_packet_cnt->com_wl.high), in hclge_dbg_dump_qos_buf_cfg()
882 le16_to_cpu(rx_packet_cnt->com_wl.low)); in hclge_dbg_dump_qos_buf_cfg()
Dhclge_cmd.h404 struct hclge_priv_wl com_wl; member
Dhclge_main.c2324 req->com_wl.high = cpu_to_le16(buf->self.high >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
2325 req->com_wl.high |= cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B)); in hclge_common_wl_config()
2327 req->com_wl.low = cpu_to_le16(buf->self.low >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
2328 req->com_wl.low |= cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B)); in hclge_common_wl_config()