Home
last modified time | relevance | path

Searched refs:tx_fill_level (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/wireless/silabs/wfx/
Dtraces.h160 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),
[all …]