Searched refs:src_epid (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/fjes/ |
| H A D | fjes_trace.h | 271 TP_ARGS(hw, src_epid, status), 273 __field(int, src_epid) 280 __entry->src_epid = src_epid; 294 TP_ARGS(hw, src_epid), 296 __field(int, src_epid) 302 __entry->src_epid = src_epid; 317 __field(int, src_epid) 324 __entry->src_epid = src_epid; 338 TP_ARGS(hw, src_epid), 340 __field(int, src_epid) [all …]
|
| H A D | fjes_main.c | 261 trace_fjes_stop_req_irq_pre(hw, src_epid, status); in fjes_stop_req_irq() 265 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |= in fjes_stop_req_irq() 268 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_stop_req_irq() 279 set_bit(src_epid, &hw->epstop_req_bit); in fjes_stop_req_irq() 285 trace_fjes_stop_req_irq_post(hw, src_epid); in fjes_stop_req_irq() 289 int src_epid) in fjes_txrx_stop_req_irq() argument 303 if (src_epid < hw->my_epid) { in fjes_txrx_stop_req_irq() 309 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_txrx_stop_req_irq() 320 set_bit(src_epid, &hw->epstop_req_bit); in fjes_txrx_stop_req_irq() 327 trace_fjes_txrx_stop_req_irq_post(hw, src_epid); in fjes_txrx_stop_req_irq() [all …]
|
| H A D | fjes_hw.c | 751 static bool fjes_hw_epid_is_stop_requested(struct fjes_hw *hw, int src_epid) in fjes_hw_epid_is_stop_requested() argument 753 return test_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_hw_epid_is_stop_requested() 756 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 758 return (hw->ep_shm_info[src_epid].tx.info->v1i.rx_status & in fjes_hw_epid_is_stop_process_done()
|