]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ionic/ionic_regs.h
net/mlx5: workaround drop action with old kernel
[dpdk.git] / drivers / net / ionic / ionic_regs.h
index 6ebc48d04522789e826e65be9cfdf43c880878be..3bdec342420f4b68697b62034de1363da3f27831 100644 (file)
@@ -130,10 +130,4 @@ enum ionic_dbell_bits {
        IONIC_DBELL_INDEX_MASK          = 0xffff,
 };
 
-static inline void
-ionic_dbell_ring(u64 __iomem *db_page, int qtype, u64 val)
-{
-       writeq(val, &db_page[qtype]);
-}
-
 #endif /* _IONIC_REGS_H_ */