Searched refs:src_epid (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/fjes/ |
| H A D | fjes_trace.h | 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) [all …]
|
| H A D | fjes_hw.c | 756 static bool fjes_hw_epid_is_stop_requested(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_requested() argument 758 return test_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_hw_epid_is_stop_requested() 761 static bool fjes_hw_epid_is_stop_process_done(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_process_done() argument 763 return (hw->ep_shm_info[src_epid].tx.info->v1i.rx_status & in fjes_hw_epid_is_stop_process_done()
|