Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_debugfs.c1236 le16_to_cpu(rx_com_wl->com_wl.high), in hclge_dbg_dump_rx_common_wl_cfg()
1237 le16_to_cpu(rx_com_wl->com_wl.low)); in hclge_dbg_dump_rx_common_wl_cfg()
1261 le16_to_cpu(rx_packet_cnt->com_wl.high), in hclge_dbg_dump_rx_global_pkt_cnt()
1262 le16_to_cpu(rx_packet_cnt->com_wl.low)); in hclge_dbg_dump_rx_global_pkt_cnt()
A Dhclge_cmd.h442 struct hclge_priv_wl com_wl; member
A Dhclge_main.c2501 req->com_wl.high = cpu_to_le16(buf->self.high >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
2502 req->com_wl.high |= cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B)); in hclge_common_wl_config()
2504 req->com_wl.low = cpu_to_le16(buf->self.low >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
2505 req->com_wl.low |= cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B)); in hclge_common_wl_config()

Completed in 37 milliseconds