Lines Matching refs:src_epid
269 TP_PROTO(struct fjes_hw *hw, int src_epid,
271 TP_ARGS(hw, src_epid, status),
273 __field(int, src_epid)
280 __entry->src_epid = src_epid;
282 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
285 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
288 __entry->src_epid, __entry->status, __entry->ep_status,
293 TP_PROTO(struct fjes_hw *hw, int src_epid),
294 TP_ARGS(hw, src_epid),
296 __field(int, src_epid)
302 __entry->src_epid = src_epid;
303 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
305 __entry->rx_status = hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
308 __entry->src_epid, __entry->ep_status,
313 TP_PROTO(struct fjes_hw *hw, int src_epid,
315 TP_ARGS(hw, src_epid, status),
317 __field(int, src_epid)
324 __entry->src_epid = src_epid;
326 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
329 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
332 __entry->src_epid, __entry->status, __entry->ep_status,
337 TP_PROTO(struct fjes_hw *hw, int src_epid),
338 TP_ARGS(hw, src_epid),
340 __field(int, src_epid)
346 __entry->src_epid = src_epid;
347 __entry->ep_status = hw->hw_info.share->ep_status[src_epid];
350 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status;
353 __entry->src_epid, __entry->ep_status,