Searched refs:com_wl (Results 1 – 2 of 2) sorted by relevance
318 struct hns3_priv_wl com_wl; member
3821 req->com_wl.high = rte_cpu_to_le_16(buf->self.high >> HNS3_BUF_UNIT_S); in hns3_common_wl_config()3822 req->com_wl.high |= rte_cpu_to_le_16(BIT(HNS3_RX_PRIV_EN_B)); in hns3_common_wl_config()3824 req->com_wl.low = rte_cpu_to_le_16(buf->self.low >> HNS3_BUF_UNIT_S); in hns3_common_wl_config()3825 req->com_wl.low |= rte_cpu_to_le_16(BIT(HNS3_RX_PRIV_EN_B)); in hns3_common_wl_config()