Home
last modified time | relevance | path

Searched refs:com_wl (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A 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()
H A Dhclge_cmd.h408 struct hclge_priv_wl com_wl; member
H A Dhclge_main.c2329 req->com_wl.high = cpu_to_le16(buf->self.high >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
2330 req->com_wl.high |= cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B)); in hclge_common_wl_config()
2332 req->com_wl.low = cpu_to_le16(buf->self.low >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
2333 req->com_wl.low |= cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B)); in hclge_common_wl_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1304 le16_to_cpu(rx_com_wl->com_wl.high), in hclge_dbg_dump_rx_common_wl_cfg()
1305 le16_to_cpu(rx_com_wl->com_wl.low)); in hclge_dbg_dump_rx_common_wl_cfg()
1329 le16_to_cpu(rx_packet_cnt->com_wl.high), in hclge_dbg_dump_rx_global_pkt_cnt()
1330 le16_to_cpu(rx_packet_cnt->com_wl.low)); in hclge_dbg_dump_rx_global_pkt_cnt()
H A Dhclge_cmd.h108 struct hclge_priv_wl com_wl; member
H A Dhclge_main.c2351 req->com_wl.high = cpu_to_le16(buf->self.high >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
2352 req->com_wl.high |= cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B)); in hclge_common_wl_config()
2354 req->com_wl.low = cpu_to_le16(buf->self.low >> HCLGE_BUF_UNIT_S); in hclge_common_wl_config()
2355 req->com_wl.low |= cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B)); in hclge_common_wl_config()

Completed in 40 milliseconds