Lines Matching refs:src_epid
919 int src_epid) in fjes_txrx_stop_req_irq() argument
925 status = fjes_hw_get_partner_ep_status(hw, src_epid); in fjes_txrx_stop_req_irq()
926 trace_fjes_txrx_stop_req_irq_pre(hw, src_epid, status); in fjes_txrx_stop_req_irq()
933 if (src_epid < hw->my_epid) { in fjes_txrx_stop_req_irq()
935 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |= in fjes_txrx_stop_req_irq()
939 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_txrx_stop_req_irq()
940 set_bit(src_epid, &adapter->unshare_watch_bitmask); in fjes_txrx_stop_req_irq()
948 if (hw->ep_shm_info[src_epid].rx.info->v1i.rx_status & in fjes_txrx_stop_req_irq()
950 set_bit(src_epid, &hw->epstop_req_bit); in fjes_txrx_stop_req_irq()
957 trace_fjes_txrx_stop_req_irq_post(hw, src_epid); in fjes_txrx_stop_req_irq()
960 static void fjes_stop_req_irq(struct fjes_adapter *adapter, int src_epid) in fjes_stop_req_irq() argument
966 set_bit(src_epid, &hw->hw_info.buffer_unshare_reserve_bit); in fjes_stop_req_irq()
968 status = fjes_hw_get_partner_ep_status(hw, src_epid); in fjes_stop_req_irq()
969 trace_fjes_stop_req_irq_pre(hw, src_epid, status); in fjes_stop_req_irq()
973 hw->ep_shm_info[src_epid].tx.info->v1i.rx_status |= in fjes_stop_req_irq()
976 clear_bit(src_epid, &hw->txrx_stop_req_bit); in fjes_stop_req_irq()
981 set_bit(src_epid, &adapter->unshare_watch_bitmask); in fjes_stop_req_irq()
987 set_bit(src_epid, &hw->epstop_req_bit); in fjes_stop_req_irq()
993 trace_fjes_stop_req_irq_post(hw, src_epid); in fjes_stop_req_irq()
997 int src_epid) in fjes_update_zone_irq() argument
1098 static void fjes_rx_irq(struct fjes_adapter *adapter, int src_epid) in fjes_rx_irq() argument