aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_smqvf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/marvell/octeontx2/nic/otx2_smqvf.c')
-rw-r--r--drivers/net/ethernet/marvell/octeontx2/nic/otx2_smqvf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_smqvf.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_smqvf.c
index 9ebe6650a8dd..4f5f73f621d4 100644
--- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_smqvf.c
+++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_smqvf.c
@@ -42,12 +42,6 @@ static bool is_otx2_smqvf(struct otx2_nic *vf)
return false;
}
-/* Flush SQE written to LMT to SQB */
-static u64 otx2_lmt_flush(uint64_t addr)
-{
- return atomic64_fetch_xor_relaxed(0, (atomic64_t *)addr);
-}
-
static void otx2_sqe_flush(struct otx2_snd_queue *sq, int size)
{
u64 status;