Searched refs:iavf_trace (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_trace.h8 * This file is named iavf_trace.h.
26 * iavf_trace() macro enables shared code to refer to trace points
33 * iavf_trace(example, args...)
48 #define iavf_trace(trace_name, args...) IAVF_TRACE_NAME(trace_name)(args) macro
53 * for both, named trace_iavf_* and trace_iavf_*. The iavf_trace()
208 #define TRACE_INCLUDE_FILE iavf_trace
H A Diavf_txrx.c9 #include "iavf_trace.h"
236 iavf_trace(clean_tx_irq, tx_ring, tx_desc, tx_buf);
264 iavf_trace(clean_tx_irq_unmap,
1179 iavf_trace(clean_rx_irq, rx_ring, rx_desc, skb);
1236 iavf_trace(clean_rx_irq_rx, rx_ring, rx_desc, skb);
2073 iavf_trace(xmit_frame_ring, skb, tx_ring);
2144 iavf_trace(xmit_frame_ring_drop, first->skb, tx_ring);

Completed in 144 milliseconds