Lines Matching defs:src_epid
245 static void fjes_rx_irq(struct fjes_adapter *adapter, int src_epid)
255 static void fjes_stop_req_irq(struct fjes_adapter *adapter, int src_epid)
261 set_bit(src_epid, &hw->hw_info.buffer_unshare_reserve_bit);
263 status = fjes_hw_get_partner_ep_status(hw, src_epid);
264 trace_fjes_stop_req_irq_pre(hw, src_epid, status);
268 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |=
271 clear_bit(src_epid, &hw->txrx_stop_req_bit);
276 set_bit(src_epid, &adapter->unshare_watch_bitmask);
282 set_bit(src_epid, &hw->epstop_req_bit);
288 trace_fjes_stop_req_irq_post(hw, src_epid);
292 int src_epid)
298 status = fjes_hw_get_partner_ep_status(hw, src_epid);
299 trace_fjes_txrx_stop_req_irq_pre(hw, src_epid, status);
306 if (src_epid < hw->my_epid) {
308 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |=
312 clear_bit(src_epid, &hw->txrx_stop_req_bit);
313 set_bit(src_epid, &adapter->unshare_watch_bitmask);
321 if (hw->ep_shm_info[src_epid].rx.info->v1i.rx_status &
323 set_bit(src_epid, &hw->epstop_req_bit);
330 trace_fjes_txrx_stop_req_irq_post(hw, src_epid);
334 int src_epid)