Lines Matching refs:tx_fill_level
160 TP_PROTO(const struct wfx_hif_msg *hif, int tx_fill_level, bool is_recv),
161 TP_ARGS(hif, tx_fill_level, is_recv),
163 __field(int, tx_fill_level)
175 __entry->tx_fill_level = tx_fill_level;
197 __entry->tx_fill_level,
209 TP_PROTO(const struct wfx_hif_msg *hif, int tx_fill_level, bool is_recv),
210 TP_ARGS(hif, tx_fill_level, is_recv));
211 #define _trace_hif_send(hif, tx_fill_level)\ argument
212 trace_hif_send(hif, tx_fill_level, false)
214 TP_PROTO(const struct wfx_hif_msg *hif, int tx_fill_level, bool is_recv),
215 TP_ARGS(hif, tx_fill_level, is_recv));
216 #define _trace_hif_recv(hif, tx_fill_level)\ argument
217 trace_hif_recv(hif, tx_fill_level, true)