]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hns3/hns3_ethdev.h
net/hns3: add initialization
[dpdk.git] / drivers / net / hns3 / hns3_ethdev.h
index c433bed9d9b17f6d1c78334a87efa11c21b8f8f2..82130dfcfde2b4488a71bb675b95c3d1ef8eced4 100644 (file)
@@ -609,4 +609,7 @@ hns3_test_and_clear_bit(unsigned int nr, volatile uint64_t *addr)
        return __atomic_fetch_and(addr, ~mask, __ATOMIC_RELAXED) & mask;
 }
 
+int hns3_buffer_alloc(struct hns3_hw *hw);
+int hns3_config_gro(struct hns3_hw *hw, bool en);
+
 #endif /* _HNS3_ETHDEV_H_ */