Lines Matching refs:src_epid

247 static void fjes_rx_irq(struct fjes_adapter *adapter, int src_epid)  in fjes_rx_irq()  argument
257 static void fjes_stop_req_irq(struct fjes_adapter *adapter, int src_epid) in fjes_stop_req_irq() argument
263 set_bit(src_epid, &hw->hw_info.buffer_unshare_reserve_bit); in fjes_stop_req_irq()
265 status = fjes_hw_get_partner_ep_status(hw, src_epid); in fjes_stop_req_irq()
266 trace_fjes_stop_req_irq_pre(hw, src_epid, status); in fjes_stop_req_irq()
270 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |= in fjes_stop_req_irq()
273 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_stop_req_irq()
278 set_bit(src_epid, &adapter->unshare_watch_bitmask); in fjes_stop_req_irq()
284 set_bit(src_epid, &hw->epstop_req_bit); in fjes_stop_req_irq()
290 trace_fjes_stop_req_irq_post(hw, src_epid); in fjes_stop_req_irq()
294 int src_epid) in fjes_txrx_stop_req_irq() argument
300 status = fjes_hw_get_partner_ep_status(hw, src_epid); in fjes_txrx_stop_req_irq()
301 trace_fjes_txrx_stop_req_irq_pre(hw, src_epid, status); in fjes_txrx_stop_req_irq()
308 if (src_epid < hw->my_epid) { in fjes_txrx_stop_req_irq()
310 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |= in fjes_txrx_stop_req_irq()
314 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_txrx_stop_req_irq()
315 set_bit(src_epid, &adapter->unshare_watch_bitmask); in fjes_txrx_stop_req_irq()
323 if (hw->ep_shm_info[src_epid].rx.info->v1i.rx_status & in fjes_txrx_stop_req_irq()
325 set_bit(src_epid, &hw->epstop_req_bit); in fjes_txrx_stop_req_irq()
332 trace_fjes_txrx_stop_req_irq_post(hw, src_epid); in fjes_txrx_stop_req_irq()
336 int src_epid) in fjes_update_zone_irq() argument