Searched refs:HNS3_BUF_UNIT_S (Results 1 – 2 of 2) sorted by relevance
2760 pf->pkt_buf_size = rte_le_to_cpu_16(req->buf_size) << HNS3_BUF_UNIT_S; in hns3_query_pf_resource()2765 rte_le_to_cpu_16(req->tx_buf_size) << HNS3_BUF_UNIT_S; in hns3_query_pf_resource()2773 rte_le_to_cpu_16(req->dv_buf_size) << HNS3_BUF_UNIT_S; in hns3_query_pf_resource()3704 rte_cpu_to_le_16(priv->buf_size >> HNS3_BUF_UNIT_S); in hns3_rx_priv_buf_alloc()3709 req->shared_buf = rte_cpu_to_le_16((buf_size >> HNS3_BUF_UNIT_S) | in hns3_rx_priv_buf_alloc()3745 HNS3_BUF_UNIT_S); in hns3_rx_priv_wl_config()3749 HNS3_BUF_UNIT_S); in hns3_rx_priv_wl_config()3792 rte_cpu_to_le_16(tc->high >> HNS3_BUF_UNIT_S); in hns3_common_thrd_config()3796 rte_cpu_to_le_16(tc->low >> HNS3_BUF_UNIT_S); in hns3_common_thrd_config()3821 req->com_wl.high = rte_cpu_to_le_16(buf->self.high >> HNS3_BUF_UNIT_S); in hns3_common_wl_config()[all …]
259 #define HNS3_BUF_UNIT_S 7 /* Buf size is united by 128 bytes */ macro