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

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1311 le16_to_cpu(rx_com_wl->com_wl.high),
1312 le16_to_cpu(rx_com_wl->com_wl.low));
1336 le16_to_cpu(rx_packet_cnt->com_wl.high),
1337 le16_to_cpu(rx_packet_cnt->com_wl.low));
H A Dhclge_cmd.h108 struct hclge_priv_wl com_wl; member in struct:hclge_rx_com_wl
H A Dhclge_main.c2362 req->com_wl.high = cpu_to_le16(buf->self.high >> HCLGE_BUF_UNIT_S);
2363 req->com_wl.high |= cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B));
2365 req->com_wl.low = cpu_to_le16(buf->self.low >> HCLGE_BUF_UNIT_S);
2366 req->com_wl.low |= cpu_to_le16(BIT(HCLGE_RX_PRIV_EN_B));

Completed in 145 milliseconds