Lines Matching refs:pep
38 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id),
39 TP_ARGS(pep, stream_id),
41 __string(name, pep->name)
51 __assign_str(name, pep->name);
52 __entry->state = pep->ep_state;
54 __entry->enabled = pep->ep_state & EP_HAS_STREAMS;
55 __entry->num_streams = pep->stream_info.num_streams;
56 __entry->td_count = pep->stream_info.td_count;
57 __entry->first_prime_det = pep->stream_info.first_prime_det;
58 __entry->drbls_count = pep->stream_info.drbls_count;
68 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id),
69 TP_ARGS(pep, stream_id)
73 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id),
74 TP_ARGS(pep, stream_id)
78 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id),
79 TP_ARGS(pep, stream_id)
83 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id),
84 TP_ARGS(pep, stream_id)
88 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id),
89 TP_ARGS(pep, stream_id)
93 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id),
94 TP_ARGS(pep, stream_id)
299 __string(name, preq->pep->name)
306 __assign_str(name, preq->pep->name);
455 __string(name, req->pep->name)
473 __assign_str(name, req->pep->name);
669 __string(name, preq->pep->name)
677 __assign_str(name, preq->pep->name);
800 TP_PROTO(struct cdnsp_ep *pep, int num_stream_ctxs, int num_streams),
801 TP_ARGS(pep, num_stream_ctxs, num_streams),
803 __string(name, pep->name)