mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

The NIX_PARSE_S structure populated by hardware in the NIX RX CQE has parsing information for the received packet. A tracepoint to dump the all words of NIX_PARSE_S is helpful in debugging packet parser. Signed-off-by: Subbaraya Sundeep <sbhatta@marvell.com> Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com> Link: https://patch.msgid.link/1747331048-15347-1-git-send-email-sbhatta@marvell.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
15 lines
385 B
C
15 lines
385 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/* Marvell RVU Admin Function driver
|
|
*
|
|
* Copyright (C) 2020 Marvell.
|
|
*
|
|
*/
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "rvu_trace.h"
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL(otx2_msg_alloc);
|
|
EXPORT_TRACEPOINT_SYMBOL(otx2_msg_interrupt);
|
|
EXPORT_TRACEPOINT_SYMBOL(otx2_msg_process);
|
|
EXPORT_TRACEPOINT_SYMBOL(otx2_msg_status);
|
|
EXPORT_TRACEPOINT_SYMBOL(otx2_parse_dump);
|