com_wl            379 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h 	struct hclge_priv_wl com_wl;
com_wl            741 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 		 rx_com_wl->com_wl.high, rx_com_wl->com_wl.low);
com_wl            752 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 		 rx_packet_cnt->com_wl.high, rx_packet_cnt->com_wl.low);
com_wl           2195 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	req->com_wl.high = cpu_to_le16(buf->self.high >> HCLGE_BUF_UNIT_S);
com_wl           2196 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	req->com_wl.high |=  cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B));
com_wl           2198 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	req->com_wl.low = cpu_to_le16(buf->self.low >> HCLGE_BUF_UNIT_S);
com_wl           2199 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 	req->com_wl.low |=  cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B));