Searched refs:tx_fill_level (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/staging/wfx/ | 
| D | traces.h | 161 	TP_PROTO(const struct hif_msg *hif, int tx_fill_level, bool is_recv), 162 	TP_ARGS(hif, tx_fill_level, is_recv), 164 		__field(int, tx_fill_level) 176 		__entry->tx_fill_level = tx_fill_level; 199 		__entry->tx_fill_level, 211 	TP_PROTO(const struct hif_msg *hif, int tx_fill_level, bool is_recv), 212 	TP_ARGS(hif, tx_fill_level, is_recv)); 213 #define _trace_hif_send(hif, tx_fill_level)\  argument 214 	trace_hif_send(hif, tx_fill_level, false) 216 	TP_PROTO(const struct hif_msg *hif, int tx_fill_level, bool is_recv), [all …] 
 |