Lines Matching refs:status
195 TP_PROTO(int status, int endpoint, void *buf,
198 TP_ARGS(status, endpoint, buf, buf_len),
201 __field(int, status)
208 __entry->status = status;
215 "status %d endpoint %d len %zd\n",
216 __entry->status,
223 TP_PROTO(int status, int endpoint, void *buf,
226 TP_ARGS(status, endpoint, buf, buf_len),
229 __field(int, status)
236 __entry->status = status;
243 "status %d endpoint %d len %zd\n",
244 __entry->status,