Lines Matching refs:hif
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),
176 __entry->msg_len = le16_to_cpu(hif->len);
177 __entry->msg_id = hif->id;
178 __entry->if_id = hif->interface;
186 __entry->mib = le16_to_cpup((__le16 *)hif->body);
194 memcpy(__entry->buf, hif->body + header_len, __entry->buf_len);
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)